1pub mod common; 2pub mod emoji; 3pub mod search; 4pub mod trending; 5 6// 7pub const URL_BASE: &str = "https://api.giphy.com/v1"; 8pub const USER_AGENT_VALUE: &str = "iOS CoreSDK v2.3.13";