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.6.tar.gz
(10.5 kB
view details)
Built Distribution
ahqapiclient-0.7.6-py3.5.egg
(30.2 kB
view details)
File details
Details for the file ahqapiclient-0.7.6.tar.gz
.
File metadata
- Download URL: ahqapiclient-0.7.6.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
3d394ea743494931402dfbb62a95c4896556dbd77a288f3eb3d8f66af7d1fe92
|
|
MD5 |
ba0316b0e6bc712d141ba5cde0a0ce51
|
|
BLAKE2b-256 |
55aeaa331c3d3d033a1752d51d00d55f962a1b8161502aa40c28a94f2bdc3c09
|
File details
Details for the file ahqapiclient-0.7.6-py3.5.egg
.
File metadata
- Download URL: ahqapiclient-0.7.6-py3.5.egg
- Upload date:
- Size: 30.2 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
e8420f3c23e08dfee0f6f6dc99c3229af0b5386541bf0a5b213bf8df64c426ad
|
|
MD5 |
d88c4a5ae14f8970fa3b950c7658bbc6
|
|
BLAKE2b-256 |
d97974720d32029198d6422dae72448cc912ca144e8978cc03abf68f170f5b55
|