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.3.tar.gz
(10.3 kB
view details)
Built Distribution
ahqapiclient-0.7.3-py3.5.egg
(30.1 kB
view details)
File details
Details for the file ahqapiclient-0.7.3.tar.gz
.
File metadata
- Download URL: ahqapiclient-0.7.3.tar.gz
- Upload date:
- Size: 10.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
5ebd0a0624dbfbea09776d598e809c4d9de8363c4d9b4cfbab84a2476900080f
|
|
MD5 |
f51ddc68be81eed1c10efa621f2db5f3
|
|
BLAKE2b-256 |
869c1cbccbd0fe5e9b393c85ca5ef07efd56222569b716a181daf5d63c9dbba7
|
File details
Details for the file ahqapiclient-0.7.3-py3.5.egg
.
File metadata
- Download URL: ahqapiclient-0.7.3-py3.5.egg
- Upload date:
- Size: 30.1 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
6270786d0412e2d0e2ae80e789d42bb1e16d8ed51b94a31e4d0c18aa8a78e50f
|
|
MD5 |
b26f9dbcf239cfcdb5f8b87ea861c793
|
|
BLAKE2b-256 |
ae12ec8f44d764f82536d60c93f05b9efc379a79b478d7002458f8c470a6b0b2
|