Structs§
- ApiConfig
- Struct to hold IG API configuration data, both for the REST and streaming APIs.
- ApiError
- Struct to represent API errors.
Enums§
- Execution
Environment - 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.