space-traders-api 0.1.2

Generated API client for SpaceTraders
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Meta

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**total** | **i32** | Shows the total amount of items of this kind that exist. | 
**page** | **i32** | A page denotes an amount of items, offset from the first item. Each page holds an amount of items equal to the `limit`. | [default to 1]
**limit** | **i32** | The amount of items in each page. Limits how many items can be fetched at once. | [default to 10]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)