Crate op_api_sdk

Source
Expand description

Provides clients and data structures to work with OP API

§Clients

All available clients can be found from the apis module. Clients require specific options to send requests which are defined in the options module.

§Options

All calls to any of the APIs require API key which can be requested from the OP-Developer portal. For production access the requests additionally need an OAuth2 token for authorization of the user.

Re-exports§

pub use apis::*;

Modules§

apis
This module contains clients for different APIs defined in OP API.
options
This module contains Options for the clients needed to make requests to OP API.