AbuseHQ API Client
Project description
# AbuseHQ API Client
## About
**ahqapiclient** is a library which reflects the AbuseHQ API on client side.
## Usage
import Client from ahqapiclient
### Setup
endpoint = {
"auth_method": "JWT",
"auth_options": {
"token": "<YOUR_API_KEY>"
},
"url": "https://<yourcompany>.abusehq.net/api/v1"
}
api_client = Client(endpoint)
### Usage
#### Get a case
case = api_client.case.get_case('case_id')
#### Perform a transition
api_client.case.trigger_transition('case_id', 'transition_id')
## About
**ahqapiclient** is a library which reflects the AbuseHQ API on client side.
## Usage
import Client from ahqapiclient
### Setup
endpoint = {
"auth_method": "JWT",
"auth_options": {
"token": "<YOUR_API_KEY>"
},
"url": "https://<yourcompany>.abusehq.net/api/v1"
}
api_client = Client(endpoint)
### Usage
#### Get a case
case = api_client.case.get_case('case_id')
#### Perform a transition
api_client.case.trigger_transition('case_id', 'transition_id')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ahqapiclient-0.7.4.tar.gz
(10.4 kB
view details)
Built Distribution
ahqapiclient-0.7.4-py3.5.egg
(30.1 kB
view details)
File details
Details for the file ahqapiclient-0.7.4.tar.gz
.
File metadata
- Download URL: ahqapiclient-0.7.4.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
5a675e31fa16affc4cce0a28aada77ec22767c14053fce8376a81a641921be3a
|
|
MD5 |
f7510582a5ba6f80b19e13edd735d085
|
|
BLAKE2b-256 |
4e373034273fb7e02b53bd3b8274626d4dc547f29eb40695bb8c80be5b4b1384
|
File details
Details for the file ahqapiclient-0.7.4-py3.5.egg
.
File metadata
- Download URL: ahqapiclient-0.7.4-py3.5.egg
- Upload date:
- Size: 30.1 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
23f0d3156b0bdff0616f8b202e2fc75742c45ee1be39c668962f6ee55621f6de
|
|
MD5 |
8e9eb6bd792a36690f3a3cde2808f1fe
|
|
BLAKE2b-256 |
a35c217d5d0f160e54b2156716f0424e8a313523a2ac9ee0a29e9c05244bf6d4
|