Oumla client
How to start with the Oumla client
Oumla client is an interface for our API that enables users to build applications with ease. This is a guide on how to quickly get started with the client.
Oumla client requires some properties to initiate the connection with the APIs:
property
description
required
type
apiKey
API key generated from the dashboard.
required
string
baseUrl
the base URL for the infrastructure. default value is https://sandbox.oumla.com
optional
string
env
the environment, this could be testnet
or mainnet
the default is testnet
optional
testnet
| mainnet
You can obtain the API key from our dashboard and it should start with oumla
Code example
Remember to install our SDK first
Last updated