SDKs and Tools
SDKs
Official SDKs are available for Python, Node.js, and Java to simplify integration with the Ethiopian Platform API.
Installation
-
Python:
-
Node.js:
-
Java: Add the following to your
pom.xml
for Maven:
Example Usage
Python
Node.js
Java
API Explorer
The API Explorer is an interactive browser-based tool for testing API endpoints.
Features
- Input Parameters: Easily configure query parameters, headers, and request bodies.
- View Responses: Inspect JSON responses in a formatted view.
- Debug Errors: Detailed error messages and status codes for troubleshooting.
Access the API Explorer at: https://api.birr-connect.com/explorer
Postman Collection
A downloadable Postman collection is available with pre-configured API requests for all endpoints.
Instructions to Import
- Download the collection from
https://api.birr-connect.com/postman-collection.json
. - Open Postman and click Import in the top-left corner.
- Select the downloaded JSON file and click Open.
- Set up an environment in Postman with your
YOUR_API_KEY
variable for authentication. - Run requests directly from the collection.
CLI Tool
The Ethiopian Platform CLI tool provides a command-line interface for quick API interactions.
Installation
Example Commands
-
Check account balance:
-
Fetch transactions:
Configuration
Set your API key:
For more commands, run: