Skip to content

Commit

Permalink
New docs with table
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed May 20, 2019
1 parent 96fe5d5 commit 59f541e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Expand Up @@ -4,9 +4,11 @@ Simple Python based API client for Opbeat.

## Configuration

* `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
| 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

Expand Down

0 comments on commit 59f541e

Please sign in to comment.