AniList API Documentation¶
AniList
¶
This class represents the AniList API.
| ATTRIBUTE | DESCRIPTION |
|---|---|
query |
An instance of the Query class.
TYPE:
|
mutation |
An instance of the Mutation class.
TYPE:
|
custom_query |
An instance of the CustomRequest class.
TYPE:
|
| PARAMETER | DESCRIPTION |
|---|---|
auth_token |
The authentication token.
TYPE:
|
Source code in AniLinkPy/apis/anilist/anilist.py
custom
¶
This method is used to send a custom Query or Mutation.
| PARAMETER | DESCRIPTION |
|---|---|
query |
The Query string.
TYPE:
|
variables |
The variables for the Query.
TYPE:
|
| RETURNS | DESCRIPTION |
|---|---|
dict
|
The response from the custom Query.
TYPE:
|