Arikaim CMS api client
Project description
Arikaim CMS Api Client for python
This repo is part of Arikaim CMS project.
Installation
pip install arikaim-client
Usage
from arikaim.client.client import ArikaimClient
client = ArikaimClient(host,apiKey)
data = {
request data fields key: value
}
response = client.request(method,url,data)
print(response.status)
print(response.to_dictonary())
#Add header
client.add_header({ 'key': 'value' })
#POST request
response = client.post(url,data)
#GET request
response = client.get(url)
#PUT request
response = client.put(url,data)
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
arikaim_client-1.0.17.tar.gz
(4.3 kB
view details)
File details
Details for the file arikaim_client-1.0.17.tar.gz
.
File metadata
- Download URL: arikaim_client-1.0.17.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 46e5cc5493cf56b22f448ec9267164f76ca4d6fc6656c3b820f657c19457fd9b |
|
MD5 | fd9ad5167b177cacaeef8af2090278a0 |
|
BLAKE2b-256 | 7256fbb8f80e7933528cb919e64b51726736f1a1a8337029b3feb9fd7a25a242 |