Anilist Query Page Documentation¶
This module contains the Page class which represents a Page in the AniLink API.
Page
¶
This class represents a Page in the AniLink API.
PARAMETER | DESCRIPTION |
---|---|
auth_token |
The authentication token.
TYPE:
|
Source code in AniLinkPy/apis/anilist/query/page/page.py
activity_replies_query
instance-attribute
¶
airing_schedules_query
instance-attribute
¶
activities
¶
This method is used to get activities.
PARAMETER | DESCRIPTION |
---|---|
variables |
The variables for the Query.
TYPE:
|
RETURNS | DESCRIPTION |
---|---|
dict
|
The response from the activities Query.
TYPE:
|
Source code in AniLinkPy/apis/anilist/query/page/page.py
activityReplies
¶
This method is used to get activity_replies.
PARAMETER | DESCRIPTION |
---|---|
variables |
The variables for the Query.
TYPE:
|
RETURNS | DESCRIPTION |
---|---|
dict
|
The response from the activity_replies Query.
TYPE:
|
Source code in AniLinkPy/apis/anilist/query/page/page.py
airingSchedules
¶
This method is used to get airing_schedules.
PARAMETER | DESCRIPTION |
---|---|
variables |
The variables for the Query.
TYPE:
|
RETURNS | DESCRIPTION |
---|---|
dict
|
The response from the airing_schedules Query.
TYPE:
|
Source code in AniLinkPy/apis/anilist/query/page/page.py
characters
¶
This method is used to get characters.
PARAMETER | DESCRIPTION |
---|---|
variables |
The variables for the Query.
TYPE:
|
RETURNS | DESCRIPTION |
---|---|
dict
|
The response from the characters Query.
TYPE:
|
Source code in AniLinkPy/apis/anilist/query/page/page.py
followers
¶
This method is used to get followers.
PARAMETER | DESCRIPTION |
---|---|
variables |
The variables for the Query.
TYPE:
|
RETURNS | DESCRIPTION |
---|---|
dict
|
The response from the followers Query.
TYPE:
|
Source code in AniLinkPy/apis/anilist/query/page/page.py
followings
¶
This method is used to get followings.
PARAMETER | DESCRIPTION |
---|---|
variables |
The variables for the Query.
TYPE:
|
RETURNS | DESCRIPTION |
---|---|
dict
|
The response from the followings Query.
TYPE:
|