giphy-api-lite 0.1.2

GIPHY API
Documentation
1
2
3
4
5
6
7
8
pub mod common;
pub mod emoji;
pub mod search;
pub mod trending;

//
pub const URL_BASE: &str = "https://api.giphy.com/v1";
pub const USER_AGENT_VALUE: &str = "iOS CoreSDK v2.3.13";