Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 22 days 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-27T16:19:18.000Z (over 1 year ago)
- Last Synced: 2024-11-23T11:18:49.372Z (3 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
[![Build Status](https://app.travis-ci.com/ripe-tech/ripe-id-api.svg?branch=master)](https://travis-ci.com/github/ripe-tech/ripe-id-api)
[![Build Status GitHub](https://github.com/ripe-tech/ripe-id-api/workflows/Main%20Workflow/badge.svg)](https://github.com/ripe-tech/ripe-id-api/actions)
[![Coverage Status](https://coveralls.io/repos/ripe-tech/ripe-id-api/badge.svg?branch=master)](https://coveralls.io/r/ripe-tech/ripe-id-api?branch=master)
[![PyPi Status](https://img.shields.io/pypi/v/ripe-id-api.svg)](https://pypi.python.org/pypi/ripe-id-api)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://www.apache.org/licenses/)