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

15
client/docs/Message.md Normal file
View File

@@ -0,0 +1,15 @@
# Message
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**appid** | **Integer** | The application id that send this message. |
**date** | [**OffsetDateTime**](OffsetDateTime.md) | The date the message was created. |
**id** | **Integer** | The message id. |
**message** | **String** | The actual message. |
**priority** | **Long** | The priority of the message. | [optional]
**title** | **String** | The title of the message. |