update README.md

This commit is contained in:
DrakeTDL 2023-10-10 20:37:19 -07:00
parent 15fc48e7e5
commit 493d8244f8
No known key found for this signature in database
1 changed files with 13 additions and 1 deletions

View File

@ -7,7 +7,19 @@ You can visit the official graphql docs for anilist
This wrapper is still in an early state. Interface may change.
[[_TOC_]]
- [Anilist Wrapper](#anilist-wrapper)
- [Table of Contents](#table-of-contents)
- [Installation](#installation)
- [Usage](#usage)
- [Creating a query](#creating-a-query)
- [Query arguments](#query-arguments)
- [Creating the query](#creating-the-query)
- [Other Queries](#other-queries)
- [Fetching without building the query](#fetching-without-building-the-query)
- [Creating a complete search query](#creating-a-complete-search-query)
- [OAuth](#oauth)
- [Using Token](#using-token)
- [Getting a token from an authorization code grant](#getting-a-token-from-an-authorization-code-grant)
## Status