Skip to main content

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')

Project details


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.8.tar.gz (10.6 kB view hashes)

Uploaded Source

Built Distribution

ahqapiclient-0.7.8-py3.5.egg (30.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page