A small tool for calling APIs in Knowledge Forum
Project description
KF6 API for Python
This is python package for calling KF6's API's, in hope to make it more friendly for learning analytic researchers.
usage
from kf6py import KF6API
# we recommend using environment variables to store sensitive information
kf6api = KF6API(kfurl, username, password)
# see the communities you are interested in
kf6api.get_my_communities()
# see the view in a particular community
kf6api.get_views("<community_id here>")
# get the notes in a particular view
kf6api.get_notes_from_view("<community_id>", "<view_id>")
# create contribution in a view
kf6api.create_contribution("<community_id>", "<view_id>", '<contribution_title>', "<contribution_content>")
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
kf6py-0.2.2.tar.gz
(4.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
kf6py-0.2.2-py3-none-any.whl
(4.4 kB
view details)
File details
Details for the file kf6py-0.2.2.tar.gz.
File metadata
- Download URL: kf6py-0.2.2.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7804320fde97c07116fb85ff0341a8f3f7a2f054d324b16ee27d284df462ae1d
|
|
| MD5 |
150b3a9a801183fe691c2ac85564f887
|
|
| BLAKE2b-256 |
67d579ff90ca505a6980ca08359c93b5c111dbbd036f38071f9bf0e0bac5a15b
|
File details
Details for the file kf6py-0.2.2-py3-none-any.whl.
File metadata
- Download URL: kf6py-0.2.2-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f6696c6c32fe88c7cf79a88c33292ec12a5818ffe0c1b74453ec0d7ee3fdfde8
|
|
| MD5 |
6e4848b25ebf56109afd9982e913e589
|
|
| BLAKE2b-256 |
078c77dd2def713e6cc2eaba96950879021ce5b24caab28bd45e4203628162b2
|