unsplash_api/endpoints/
mod.rs1pub mod common;
2mod helper;
3pub mod list_photos;
4pub mod search_photos;
5
6pub type CollectionId = usize;
8
9pub const URL_BASE: &str = "https://api.unsplash.com";
11pub const USER_AGENT_VALUE: &str = "curl/7.79.1";