Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.85 KB

usage.md

File metadata and controls

37 lines (23 loc) · 1.85 KB

Usage

You can start communicating with the web APIs using any programming language of your choice, either by using the HTTP-RPC endpoints directly, or by using one of the available SDKs.

HTTP-RPC WEB APIs

If you wish to use the HTTP-RPC web APIs directly, here are the OpenAPI specifications containing all the available endpoints and how to interact with them.

You can access those interactive documentations on any running eWallet application, including the ones you deploy yourself!

Admin API

eWallet API

Server SDKs

To implement the sensitive calls in your server-side applications (such as crediting or debiting tokens from/to a user), the following SDKs are available:

Client SDKs

For client-side applications (non-sensitive calls), the following SDKs are available:

Not seeing what you need?

If none of the current SDKs matches your needs, you can create it! Get in touch with us on Gitter and let us know. We'll be happy to help you implement it and, if your SDK meets our standards, support it as one of our official SDK.