[−][src]Module df_st_api::api_objects
Structs
ApiCountPage | A paged response from the API.
The actual requested data can be found in the |
ApiItem | A Wrapper for an |
ApiItemLinks | Links related to a specific |
ApiMinimalItem | A Wrapper for an |
ApiMinimalPagination | A Query Guard for pagination of lists of items. |
ApiPage | A paged response from the API.
The actual requested data can be found in the |
ApiPageLinks | A list of links to easily enable navigation in paging. |
ApiPagination | A Query Guard for pagination of lists of items. |
Enums
OrderTypes | Possible ways of sorting data |
Traits
ApiObject | This trait allows the item to be used as a response.
Allows the item to be nested in an |