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())

POST request 

response = client.post(url,data)

GET request

response = client.get(url,data)

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.7.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

arikaim_client-1.0.7-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

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