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

Uploaded Source

File details

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

File metadata

  • Download URL: arikaim_client-1.0.13.tar.gz
  • Upload date:
  • Size: 4.1 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.13.tar.gz
Algorithm Hash digest
SHA256 9f01f370e69d4d820b150c6e0269e436110344233d7ea746f15759c637721a0e
MD5 72a1a1b54d55015f36eeed9e2b318f54
BLAKE2b-256 d3b9d2afd890e2ff1f3f11dd23bb448ef3ca716d543b08684958c6d3d29b8587

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