Anilist Query Documentation¶
Query
¶
This class represents a Query in the AniLink API.
ATTRIBUTE | DESCRIPTION |
---|---|
page |
An instance of the Page class.
TYPE:
|
user_query |
An instance of the UserQuery class.
TYPE:
|
PARAMETER | DESCRIPTION |
---|---|
auth_token |
The authentication token.
TYPE:
|
Source code in AniLinkPy/apis/anilist/query/query.py
media
¶
This method is used to get a media.
PARAMETER | DESCRIPTION |
---|---|
variables |
The variables for the Query.
TYPE:
|
RETURNS | DESCRIPTION |
---|---|
dict
|
The response from the media Query.
TYPE:
|
Source code in AniLinkPy/apis/anilist/query/query.py
user
¶
This method is used to get a user.
PARAMETER | DESCRIPTION |
---|---|
variables |
The variables for the Query.
TYPE:
|
RETURNS | DESCRIPTION |
---|---|
dict
|
The response from the user Query.
TYPE:
|