AtomicAssetsApiFactory
Summary
public AtomicAssetsApiFactory Version1
public AccountsApi AccountsApi
The AccountsApi function returns a new AccountsApi object, which is a class that inherits from the AccountsApiBase class.
public CollectionsApi CollectionsApi
It creates a new instance of the CollectionsApi class.
The ConfigApi function returns a new instance of the ConfigApi class, which is a class that is generated by the Swagger Codegen tool.
public SchemasApi SchemasApi
It creates a new instance of the SchemasApi class.
public TemplatesApi TemplatesApi
It creates a new instance of the TemplatesApi class, passing in the baseUrl variable.
public TransfersApi TransfersApi
It creates a new instance of the TransfersApi class.
private readonly string _baseUrl
private AtomicAssetsApiFactory(string baseUrl)
Members
public AtomicAssetsApiFactory Version1
public AccountsApi AccountsApi
The AccountsApi function returns a new AccountsApi object, which is a class that inherits from the AccountsApiBase class.
Parameters
_baseUrlThe base URL for the API.
It creates a new instance of the AssetsApi class.
Parameters
_baseUrlThe base URL of the API.
It creates a new BurnsApi object.
Parameters
_baseUrlThe base URL of the API.
public CollectionsApi CollectionsApi
It creates a new instance of the CollectionsApi class.
Parameters
_baseUrlThe base URL for the API.
The ConfigApi function returns a new instance of the ConfigApi class, which is a class that is generated by the Swagger Codegen tool.
Parameters
_baseUrlThe base URL of the API.
It creates a new instance of the OffersApi class.
Parameters
_baseUrlThe base URL of the API.
public SchemasApi SchemasApi
It creates a new instance of the SchemasApi class.
Parameters
_baseUrlThe base URL of the API.
public TemplatesApi TemplatesApi
It creates a new instance of the TemplatesApi class, passing in the baseUrl variable.
Parameters
_baseUrlThe base URL of the API.
public TransfersApi TransfersApi
It creates a new instance of the TransfersApi class.
Parameters
_baseUrlThe base URL for the API.
private readonly string _baseUrl
private AtomicAssetsApiFactory(string baseUrl)
Last updated