fxpixiv/libpixiv
2024-09-25 05:12:58 +02:00
..
src add pixiv API stub 2024-09-25 05:12:58 +02:00
Cargo.toml outline illustration detail endpoint and test 2024-09-23 13:46:58 +02:00
README.md add pixiv API stub 2024-09-25 05:12:58 +02:00

libpixiv

Client library for pixiv

Usage

For now, no OAuth2 login will be provided, so please make sure to provide refresh tokens yourself.

Testing

You can run the following command to test existing features:

PIXIV_REFRESH_TOKEN= cargo test --lib

Notes

This library may be available as a standalone crate in the future, depending on how many of the available endpoints get actually implemented.