We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DEFAULT_SERVICE
So the package can be restricted to use one service only, so the service won't have to be specified on every request.
service
Currently it defaults to ANILIST while showing a warning, if no service is specified.
ANILIST
Maybe some examples:
import aniffinity aniffinity.endpoints.DEFAULT_SERVICE = "MYANIMELIST" aniffinity.Aniffinity("erkghlerngm44") ...
or possibly specified in the Aniffinity class?
Aniffinity
import aniffinity af = aniffinity.Aniffinity("erkghlerngm44", base_service="ANILIST", ...something)
Or possibly something else?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
So the package can be restricted to use one service only, so the
service
won't have to be specified on every request.Currently it defaults to
ANILIST
while showing a warning, if noservice
is specified.Maybe some examples:
or possibly specified in the
Aniffinity
class?Or possibly something else?
The text was updated successfully, but these errors were encountered: