Send Moins around the world.
Operation | Description |
---|---|
POST /moin | Send Moin |
Operation | Description |
---|---|
POST /users/auth | Authenticate the current user. |
POST /users/signup | Registration of the new user. |
GET /users/{username} | User Profile |
GET /users | Users |
GET /users/recents | Get Recents |
POST /users/addPush | Add Push Token to server. |
Sends a Moin from the current user to the specified receiver.
Name of the recipient.
Uses default content-types: application/json
The Moin has been send successfully.
Unexpected error
Bearer |
Find a user specified in the query parameter
username | The username of the user who shall be searched for. |
query | string |
Uses default content-types: application/json
List of the found users.
Unexpected error
Bearer |
The server will return a sessiontoken which will be required for further requests to the server requiring authentication. Username and password are required.
Details of the user.
Uses default content-types: application/json
The session Token for this session.
Unexpected error
Get Recents for the currently logged in user.
Uses default content-types: application/json
List of the found users.
Unexpected error
Bearer |
Sign up for a new user account an acquire a session token.
Object for new user.
Uses default content-types: application/json
The new session for the user.
Unexpected error
The User Profile endpoint returns information about the user with the specified username.
username | Username you are looking for. |
path | string |
Uses default content-types: application/json
Profile information for a user
Unexpected error
Bearer |
Token brought to you by the Push Service Provider.
The Type of Pushservice (one of 'apns' and 'gcm')
Unique identifier representing a specific user.
Name of the user.
Password of the user.
MD5 of the users mailaddress for gravatar.