Skip to main content

Arikaim CMS api client

Project description

Arikaim CMS Api Client for python

version: 1.0.0 license: MIT

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


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.18.tar.gz (4.2 kB view details)

Uploaded Source

File details

Details for the file arikaim_client-1.0.18.tar.gz.

File metadata

  • Download URL: arikaim_client-1.0.18.tar.gz
  • Upload date:
  • Size: 4.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.2

File hashes

Hashes for arikaim_client-1.0.18.tar.gz
Algorithm Hash digest
SHA256 5e01fb059060b7b0539b7ce0bcaa7ace7c7f3ef81b701f7b8fb259b753c1ba19
MD5 eaf390f2596a6e7f2ddf54d729c4d909
BLAKE2b-256 1f4f9d8ae53fca81ef74ca2a2bca1b9d4f3106ad8893a7fc3176c0a4ad65c7c9

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page