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.1.tar.gz
(10.5 kB
view details)
Built Distribution
ahqapiclient-0.7.1-py3.5.egg
(30.3 kB
view details)
File details
Details for the file ahqapiclient-0.7.1.tar.gz
.
File metadata
- Download URL: ahqapiclient-0.7.1.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
25909e1567389fbafc9dea1647791276b8e203023b6c9671e98f8362b7131ddf
|
|
MD5 |
c15dcbaca82c0ba897d1fd31345a2c82
|
|
BLAKE2b-256 |
f80c1dcf30fec7624ec061cc84d33c9bb8ea59a51addbcf8d30b140553d367d5
|
File details
Details for the file ahqapiclient-0.7.1-py3.5.egg
.
File metadata
- Download URL: ahqapiclient-0.7.1-py3.5.egg
- Upload date:
- Size: 30.3 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
d3bffa9e332aef8bd801d35bb091dff90f1fc3a7969c9e6e9adab584512d3ddb
|
|
MD5 |
2207fe73df77d14502f2bf249b84021d
|
|
BLAKE2b-256 |
50d3106a85fbcfa169b56b31f07a61b257904b64562d3289e102608611f8d62a
|