| Package | Description |
|---|---|
| com.dropbuddies.client | |
| com.dropbuddies.core.client |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<InlineResponse2001> |
AccountsApi.apiAccountsAccountTypeAccountIdGet(String accountType,
String accountId)
Retrieve details about an account
Retrieve account details
|
retrofit2.Call<InlineResponse2001> |
AccountsApi.apiAccountsAccountTypeGet(String accountType)
Returns the account tied the JWT-Token
Returns the account tied the JWT-Token.
|
retrofit2.Call<InlineResponse2001> |
AuthenticateApi.authenticateAccountTypeCreatePost(String accountType,
Account body)
Create an account of the corresponding type in the endpoint
Create an account of the corresponding type in the endpoint
|
retrofit2.Call<InlineResponse2001> |
AccountsApi.authenticateAccountTypeCreatePost(String accountType,
Account body)
Create an account of the corresponding type in the endpoint
Create an account of the corresponding type in the endpoint
|
| Modifier and Type | Method and Description |
|---|---|
InlineResponse2001 |
InlineResponse2001.data(Account data) |
InlineResponse2001 |
InlineResponse2001.error(Integer error) |
InlineResponse2001 |
InlineResponse2001.message(String message) |
Copyright © 2017. All rights reserved.