Omise (omise v0.10.0)

Omise client library for Elixir.

Summary

Functions

Configure public_key, secret_key and api_version for Omise API.

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")