Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hivesolutions/opbeat-api
Simple Python based API client for Opbeat
https://github.com/hivesolutions/opbeat-api
api client opbeat python rest
Last synced: about 21 hours ago
JSON representation
Simple Python based API client for Opbeat
- Host: GitHub
- URL: https://github.com/hivesolutions/opbeat-api
- Owner: hivesolutions
- Created: 2016-09-02T14:10:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-27T23:15:23.000Z (3 months ago)
- Last Synced: 2024-08-28T00:29:30.551Z (3 months ago)
- Topics: api, client, opbeat, python, rest
- Language: Python
- Homepage: http://opbeat-api.hive.pt
- Size: 35.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Opbeat API](http://opbeat-api.hive.pt)
Simple Python based API client for Opbeat.
## Configuration
| Name | Type | Description |
| ----------------- | ----- | ------------------------------------------------------- |
| **OPBEAT_APP_ID** | `str` | The id of the application (App) to make request to. |
| **OPBEAT_ORG_ID** | `str` | The identifier of the organization making API requests. |
| **OPBEAT_TOKEN** | `str` | The secret token used for the API access. |## License
Opbeat API is currently licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/).
## Build Automation
[![Build Status](https://github.com/hivesolutions/opbeat-api/workflows/Main%20Workflow/badge.svg)](https://github.com/hivesolutions/opbeat-api/actions)
[![Coverage Status](https://coveralls.io/repos/hivesolutions/opbeat-api/badge.svg?branch=master)](https://coveralls.io/r/hivesolutions/opbeat-api?branch=master)
[![PyPi Status](https://img.shields.io/pypi/v/opbeat-api.svg)](https://pypi.python.org/pypi/opbeat-api)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://www.apache.org/licenses/)