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.5.tar.gz
(10.4 kB
view details)
Built Distribution
ahqapiclient-0.7.5-py3.5.egg
(30.2 kB
view details)
File details
Details for the file ahqapiclient-0.7.5.tar.gz
.
File metadata
- Download URL: ahqapiclient-0.7.5.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
416141664c9eedd865feb247dce785d0302694a7c10d2f7ccd33be75939500c7
|
|
MD5 |
8b0f207892ad8b148a88f8f8078e51ce
|
|
BLAKE2b-256 |
b3925aeb4a53226daacdf1966edee9f934aeef9023c38ef7be3935abf7a76dad
|
File details
Details for the file ahqapiclient-0.7.5-py3.5.egg
.
File metadata
- Download URL: ahqapiclient-0.7.5-py3.5.egg
- Upload date:
- Size: 30.2 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
62964d07983fb3ef31cf11cff17540aed6bd6807124d64de719f112331b9d1f4
|
|
MD5 |
8370c1ed0e5b086942f2609e01d55ef0
|
|
BLAKE2b-256 |
4adc42d6b63d6e09b383b9bee011e3a51dab770a688829d5609665a75cbf151e
|