https://github.com/ripe-tech/ripe-id-api
Simple Python API client for RIPE ID
https://github.com/ripe-tech/ripe-id-api
api client id python ripe
Last synced: 4 months ago
JSON representation
Simple Python API client for RIPE ID
- Host: GitHub
- URL: https://github.com/ripe-tech/ripe-id-api
- Owner: ripe-tech
- Created: 2018-12-27T18:53:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-27T16:19:18.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T17:57:36.662Z (5 months ago)
- Topics: api, client, id, python, ripe
- Language: Python
- Homepage: http://tech.platforme.com
- Size: 77.1 KB
- Stars: 0
- Watchers: 15
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple Python API client for RIPE ID.
## Configuration
| Name | Type | Description |
| ----- | ----- | ----- |
| **RIPEID_BASE_URL** | `str` | The base URL that is going to be used for API connections (defaults to `https://id.platforme.com/api/`). |
| **RIPEID_LOGIN_URL** | `str` | The base URL that is going to be used for visual web interactions (defaults to `https://id.platforme.com/`). |
| **RIPEID_ID** | `str` | The identifier of the client making use of the RIPE ID (defaults to `None`). |
| **RIPEID_SECRET** | `str` | The secret token to be used for authentication (defaults to `None`). |
| **RIPEID_REDIRECT_URL** | `str` | The URL for the redirection operation after the interactive part of the workflow (defaults to `None`). |## License
RIPE ID API is currently licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/).
## Build Automation
[](https://travis-ci.com/github/ripe-tech/ripe-id-api)
[](https://github.com/ripe-tech/ripe-id-api/actions)
[](https://coveralls.io/r/ripe-tech/ripe-id-api?branch=master)
[](https://pypi.python.org/pypi/ripe-id-api)
[](https://www.apache.org/licenses/)