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
Just notes to myself, but...
#1 has introduced a few potential breaking changes
Pixiv::new
PixivRequestBuilder
Pixiv
Client
And also a lot of QOL things. Some errors on authorization now panic instead of trying to use an unexpected result (which is good), and certain function signatures have changed to accept more generic arguments using traits (namely favorite_works_remove and others like it).
favorite_works_remove
I'll be updating this as I go since I haven't looked at absolutely everything, but I should test/review it all and push a new version soon.
The text was updated successfully, but these errors were encountered:
fairingrey
No branches or pull requests
Just notes to myself, but...
#1 has introduced a few potential breaking changes
Pixiv::new
now clones a given reqwest client.PixivRequestBuilder
now borrows aPixiv
instead of aClient
And also a lot of QOL things. Some errors on authorization now panic instead of trying to use an unexpected result (which is good), and certain function signatures have changed to accept more generic arguments using traits (namely
favorite_works_remove
and others like it).I'll be updating this as I go since I haven't looked at absolutely everything, but I should test/review it all and push a new version soon.
The text was updated successfully, but these errors were encountered: