AbuseHQ API Client
Project description
# DEPRECATED! Please use the information at https://[yourname].abusehq.net/api/v1/docs/ and use an http client of your liking for accessing the API directly
# 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')
# 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')
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.7.tar.gz
(10.6 kB
view details)
Built Distribution
ahqapiclient-0.7.7-py3.5.egg
(30.3 kB
view details)
File details
Details for the file ahqapiclient-0.7.7.tar.gz
.
File metadata
- Download URL: ahqapiclient-0.7.7.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
18594085977a85b9fc73589300ce8f5f90d11661db104a0ae0aeff8aae005874
|
|
MD5 |
5282d5597c7ba2a9a107128078ce72b3
|
|
BLAKE2b-256 |
34a94f13e6872a8cc1abca29e676c86b42f61d4b68e500860316fcc123599d0b
|
File details
Details for the file ahqapiclient-0.7.7-py3.5.egg
.
File metadata
- Download URL: ahqapiclient-0.7.7-py3.5.egg
- Upload date:
- Size: 30.3 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
b324436bd365fee799faa6cfc7a27a9f230d6b18193a053ad8af50385c455bdd
|
|
MD5 |
d469982cb7e64a7814f95831c43c88bd
|
|
BLAKE2b-256 |
f7e1b10d8c08220bd9fb4faa70c6d4dcc012f9d63013a08e62db30f534802a8f
|