SimulatorAPI Interface

public interface SimulatorAPI

The interface for SimulatorAPI class.

Field Summary

Modifier and Type Field and Description
String DEFAULT_BASE_URL

The default base URL.

Method Summary

Modifier and Type Method and Description
RestClient restClient()

Gets the REST client.

Sessions sessions()

Gets the Sessions object to access its operations.

Field Details

DEFAULT_BASE_URL

public String DEFAULT_BASE_URL= "https://api.bons.ai"

The default base URL.

Method Details

restClient

public RestClient restClient()

Gets the REST client.

Returns:

the RestClient object.

sessions

public Sessions sessions()

Gets the Sessions object to access its operations.

Returns:

the Sessions object.

Applies to