[][src]Module df_st_api::api_objects

Structs

ApiCountPage

A paged response from the API. The actual requested data can be found in the data object.

ApiItem

A Wrapper for an ApiObject that includes additional metadata.

ApiItemLinks

Links related to a specific ApiObject.

ApiMinimalItem

A Wrapper for an ApiObject that includes additional metadata.

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 data object.

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 ApiPage or ApiItem.