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.9.tar.gz
(10.6 kB
view details)
Built Distribution
ahqapiclient-0.7.9-py3.5.egg
(30.3 kB
view details)
File details
Details for the file ahqapiclient-0.7.9.tar.gz
.
File metadata
- Download URL: ahqapiclient-0.7.9.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 29301e0d8a6515fe7e56f6e8e11b40751f270e702afe4058c36c61715431eda9 |
|
MD5 | 86bc266a93211936f5f61873a45eb794 |
|
BLAKE2b-256 | d21081b0612253882ddb898bc151e9b830aa207a2aeed8d6ac7dc151c9cda94d |
File details
Details for the file ahqapiclient-0.7.9-py3.5.egg
.
File metadata
- Download URL: ahqapiclient-0.7.9-py3.5.egg
- Upload date:
- Size: 30.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 97529246773ba449b203b56002b3188bcca2239b6f19c3d1b03c90ff98cea28b |
|
MD5 | b29e6ed402551a33718bedd4cda42304 |
|
BLAKE2b-256 | dd80f5e272319ff4ddfb30a85f731ac90706131e9affe3275f76888720cc0055 |