Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Ripio API - Authentication

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:

  1. C++
  2. C#
  3. Java
  4. JavaScript
  5. PHP
  6. Python
  7. Rust
  8. Shell + cURL

Environment variables

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.

Dependencies

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:

  1. Docker: https://docs.docker.com/engine/install/
  2. Docker Compose: https://docs.docker.com/compose/install/

Running

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.