Outkit.Client (Outkit v0.0.5) View Source

This module encapsulates auth and config data for API requests.

Example

# Create a client with API credentials manually
client = Outkit.Client.new(key: "my-key", secret: "my-secret", passphrase: "my-passphrase")

# Create a client with an config options set
client = Outkit.Client.new(opts: [return_response: true])

Link to this section Summary

Link to this section Functions