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": "HMAC",
"auth_options": {
"key": "zwz5si71w3k4ftqkwlf1mhm84rjb13ke88xvixlf",
"user": "user"
},
"name": "INTERNAL",
"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": "HMAC",
"auth_options": {
"key": "zwz5si71w3k4ftqkwlf1mhm84rjb13ke88xvixlf",
"user": "user"
},
"name": "INTERNAL",
"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.0.tar.gz
(10.5 kB
view details)
Built Distribution
ahqapiclient-0.7.0-py3.5.egg
(30.3 kB
view details)
File details
Details for the file ahqapiclient-0.7.0.tar.gz
.
File metadata
- Download URL: ahqapiclient-0.7.0.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
103401245ab2afd9b0dbc56c9091d5dc2c75c9f337a09d16239b6aa1ff871657
|
|
MD5 |
d3f3b389173b77f3c719a0af43920680
|
|
BLAKE2b-256 |
5e88da993eff2e4583cb3b938cc4fb45b70105f3a867b642e23aac5b1d086fc3
|
File details
Details for the file ahqapiclient-0.7.0-py3.5.egg
.
File metadata
- Download URL: ahqapiclient-0.7.0-py3.5.egg
- Upload date:
- Size: 30.3 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
c1cb1532d961cc513739c311edf77523419b6765f3709d9f1c738674b219ae92
|
|
MD5 |
79ba8ebd448f07e0dfca4c3447468e4e
|
|
BLAKE2b-256 |
bef89463009bf2f62c7a4fa17fed0a22184ec62823097159424484f6719bb69f
|