omise v0.6.0 Omise

Omise client library for Elixir.

Link to this section Summary

Functions

Configure public_key, secret_key and api_version for Omise API

Link to this section Functions

Link to this function configure(list)

Configure public_key, secret_key and api_version for Omise API.

Examples

# configure both public_key and secret_key
Omise.configure(public_key: "public_key", secret_key: "secret_key")

# configure only secret_key
Omise.configure(secret_key: "secret_key")

# configure api_verion
Omise.configure(secret_key: "secret_key", api_verion: "api_verion")