Python Helpjuice API Wrapper.
Project description
helpjuice
A Python wrapper of the Helpjuice API
This package allows Python developers to write software that makes use of the Helpjuice API. Functions available in the API are mirrored in this package as closely as possible, translating JSON responses to Python objects. You can find the current documentation for the Helpjuice API here:
Installing
pip install helpjuice
Quick Start
from helpjuice import Client
helpjuice = Client(account="your-account", api_key="ffb722a62e8**********************")
# Get a single article
article = helpjuice.Article(id=1).get()
# Search for articles with pagination
for question in helpjuice.Search().get(query="foo", limit=1000, paginate=True):
print(question)
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
helpjuice-3.0.5.tar.gz
(20.7 kB
view details)
Built Distribution
helpjuice-3.0.5-py3-none-any.whl
(24.3 kB
view details)
File details
Details for the file helpjuice-3.0.5.tar.gz
.
File metadata
- Download URL: helpjuice-3.0.5.tar.gz
- Upload date:
- Size: 20.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.2 Linux/6.2.0-1018-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a595a1e3e995f3616c1745ea416b2f47575b3bbdfd6e613e174eea603da8d7a9 |
|
MD5 | 4b717252d1301b1a552ee619d672fc49 |
|
BLAKE2b-256 | 40a1e6d216df0c12eb564f4a54d59c829b7d40fa72c123752b76d9005361d59c |
File details
Details for the file helpjuice-3.0.5-py3-none-any.whl
.
File metadata
- Download URL: helpjuice-3.0.5-py3-none-any.whl
- Upload date:
- Size: 24.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.2 Linux/6.2.0-1018-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6f4460100c096d1cd2027aee7b8b8029114cb1fe4b422bb0b0ef48347fbe524f |
|
MD5 | e6b91ae649ba20f8a1e405ee017e6938 |
|
BLAKE2b-256 | fe7d085bbdd624c9c946d7a629f687625e98bc0317368da39150e28bf0da837e |