Module common

Module common 

Source

Structs§

ApiConfig
Struct to hold IG API configuration data, both for the REST and streaming APIs.
ApiError
Struct to represent API errors.

Enums§

ExecutionEnvironment
Enum to represent the execution environment (DEMO or LIVE).
LogType

Functions§

headers_to_json
Convert a HeaderMap to a JSON serde_json::Value.
params_to_query_string
Convert a serializable object representing GET parameters to a query string.