AtomicAssetsApiFactory

Summary

MembersDescriptions

The AccountsApi function returns a new AccountsApi object, which is a class that inherits from the AccountsApiBase class.

It creates a new instance of the AssetsApi class.

It creates a new BurnsApi object.

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.

It creates a new instance of the OffersApi class.

It creates a new instance of the SchemasApi class.

It creates a new instance of the TemplatesApi class, passing in the baseUrl variable.

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

  • _baseUrl The base URL for the API.

public AssetsApi AssetsApi

It creates a new instance of the AssetsApi class.

Parameters

  • _baseUrl The base URL of the API.

public BurnsApi BurnsApi

It creates a new BurnsApi object.

Parameters

  • _baseUrl The base URL of the API.

public CollectionsApi CollectionsApi

It creates a new instance of the CollectionsApi class.

Parameters

  • _baseUrl The base URL for the API.

public ConfigApi ConfigApi

The ConfigApi function returns a new instance of the ConfigApi class, which is a class that is generated by the Swagger Codegen tool.

Parameters

  • _baseUrl The base URL of the API.

public OffersApi OffersApi

It creates a new instance of the OffersApi class.

Parameters

  • _baseUrl The base URL of the API.

public SchemasApi SchemasApi

It creates a new instance of the SchemasApi class.

Parameters

  • _baseUrl The base URL of the API.

public TemplatesApi TemplatesApi

It creates a new instance of the TemplatesApi class, passing in the baseUrl variable.

Parameters

  • _baseUrl The base URL of the API.

public TransfersApi TransfersApi

It creates a new instance of the TransfersApi class.

Parameters

  • _baseUrl The base URL for the API.

private readonly string _baseUrl

private AtomicAssetsApiFactory(string baseUrl)

Last updated