Add generated client

This commit is contained in:
Jannis Mattheis
2018-11-02 13:30:05 +01:00
parent 2a3e6d2056
commit 1a73b3d590
65 changed files with 9598 additions and 0 deletions

13
client/docs/Paging.md Normal file
View File

@@ -0,0 +1,13 @@
# Paging
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**limit** | **Long** | The limit of the messages for the current request. |
**next** | **String** | The request url for the next page. Empty/Null when no next page is available. | [optional]
**since** | **Integer** | The ID of the last message returned in the current request. Use this as alternative to the next link. |
**size** | **Long** | The amount of messages that got returned in the current request. |