AccountsApi
Last updated
Last updated
It returns a list of accounts.
It returns a list of accounts.
This function will return an AccountDto object if the API call is successful, otherwise it will throw an exception.
This function will return an AccountCollectionDto object if the request is successful.
It returns a URI for the accounts endpoint.
It takes an AccountsUriParameterBuilder
object and returns a Uri
object.
Given an account name, return a URI for the account.
It returns a URI for a given account name and collection name
public
()
It returns a list of accounts.
A list of accounts
public
(
accountsUriParameterBuilder)
It returns a list of accounts.
AccountsUriParameterBuilder
This is a class that contains all the parameters that can be passed to the Accounts endpoint.
A list of accounts.
This function will return an AccountDto object if the API call is successful, otherwise it will throw an exception.
accountName
The name of the account you want to retrieve.
An AccountDto object
This function will return an AccountCollectionDto object if the request is successful.
accountName
The name of the account you want to retrieve.
collectionName
The name of the collection you want to retrieve.
An AccountCollectionDto object.
It returns a URI for the accounts endpoint.
It takes an AccountsUriParameterBuilder
object and returns a Uri
object.
AccountsUriParameterBuilder
A class that builds the query string parameters for the accounts endpoint.
Given an account name, return a URI for the account.
accountName
The name of the account to be created.
It returns a URI for a given account name and collection name
accountName
The name of the account.
collectionName
The name of the collection you want to access.
public
()
public
(
accountsUriParameterBuilder)
public
(string accountName)
public
(string accountName, string collectionName)
private readonly string
private Uri
()
private Uri
(
accountsUriParameterBuilder)
private Uri
(string accountName)
private Uri
(string accountName, string collectionName)
public
(string accountName)
public
(string accountName, string collectionName)
private readonly string
private Uri
()
private Uri
(
accountsUriParameterBuilder)
private Uri
(string accountName)
private Uri
(string accountName, string collectionName)