This example demonstrates how to authenticate with the Ripio API. The authentication mechanism shown here is general and works across the Ripio API platform. You can choose from the following programming languages:
- C++
- C#
- Java
- JavaScript
- PHP
- Python
- Rust
- Shell + cURL
Before you begin, please configure your environment variables using the sample dotenv file:
$ cp .env.sample java/.env
You'll need to create a separate file for each language you want to run. Once you’ve created your .env file, update the API Key and Secret.
To run the examples, you'll need to install two dependencies: Docker and Docker Compose. Below, you'll find the links with step-by-step installation instructions for both:
- Docker: https://docs.docker.com/engine/install/
- Docker Compose: https://docs.docker.com/compose/install/
Afterward, you can access the specific example and language you want to test. Instructions for each example are available in the corresponding README.md file, such as this one.