Metadata-Version: 1.1
Name: ahqapiclient
Version: 0.6.5
Summary: AbuseHQ API Client
Home-page: https://www.abusix.com/
Author: Frederik Petersen
Author-email: fp@abusix.com
License: UNKNOWN
Description: AbuseHQ API Client
        ==================
        
        About
        -----
        
        **ahqapiclient** is a library which reflects the AbuseHQ API on client
        side.
        
        Dependencies
        ------------
        
        Needs python-dev packages for setup due to the usage of ujson. E.g.
        python-dev or python3-dev
        
        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')
        
Keywords: abusehq api client
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP
