Skip to main content

AbuseHQ API Client

Project description

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


Supported by

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