pexels_client 0.1.1

Rust wrapper for Pexels API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod curated_query;
mod photo;
mod photo_query_response;
mod photo_response;
mod photo_src;
mod photos_data;
mod search_query;

pub use self::curated_query::PhotoCuratedQuery;
pub use self::photo::Photo;
pub use self::photo_query_response::PhotoQueryResponse;
pub use self::photo_response::PhotoResponse;
pub use self::photo_src::PhotoSrc;
pub use self::photos_data::PhotosData;
pub use self::search_query::PhotoSearchQuery;