Skip to main content

Module resources

Module resources 

Source
Expand description

API resource and pagination types.

Re-exports§

pub use pagination::PaginationMeta;
pub use resource::Resource;
pub use resource_collection::ResourceCollection;
pub use resource_map::ResourceMap;

Modules§

pagination
Cursor and offset pagination envelope types.
resource
Single-resource transformation trait.
resource_collection
Paginated resource collection with metadata.
resource_map
Key-value resource builder with conditional fields.