content_hub_python

A python client library for Acquia Content Hub


Keywords
content-hub, acquia
License
Other
Install
pip install content_hub_python==1.0.0a0

Documentation

Python client for Acquia Content Hub

content_hub_python is a package that helps you connect to Acquia Content Hub.

Install

    pip install content_hub_python

Usage

To register a client you can do the following:

    try:
        myclient = plexus.register_client("myclient")
    except HttpError as e:
        print("Could not register client. Status code:", e.response.status_code)