6 releases (3 breaking)
0.4.1 | Sep 4, 2021 |
---|---|
0.4.0 | Sep 4, 2021 |
0.3.0 | Mar 31, 2019 |
0.2.1 | Mar 25, 2019 |
0.0.1 | Mar 3, 2019 |
#5 in #response-object
39KB
665 lines
Giphy library for Rust
This library provides Rust wrapper for Giphy HTTP API
Features
Version 0.4.0
is feature complete and allows to search and retrieve GIFs from Giphy both in
synchronous and asynchronous style. See Crate documentation and examples for details.
Stickers API and posting GIFs is currently not supported.
This library is still under development and the API is subject to change. Since Giphy does not specify the parts of GIF object that are optional, there is potentially still an issue with response object model, where actual objects returned by API may not be possible to deserialize into Rust. I am making an active effort to integration-test the library an make sure that the response model is complete, but if you run into an JSON deserialization error, create an issue with the object ID / request params and I will patch the response model.
Usage and examples
See Crate documentation and examples
Documentation
- Crate documentation - API reference and example usage
- Giphy HTTP API docs
Dependencies
~4–19MB
~250K SLoC