Clappform Python API wrapper
Project description
Clappform
Clappform is a wrapper for a Clappform B.V. API written in Python.
>>> from clappform import Clappform
>>> import clappform.dataclasses as r
>>> c = Clappform("https://app.clappform.com", "j.doe@clappform.com", "S3cr3tP4ssw0rd!")
>>> apps = c.get(r.App())
>>> for app in apps:
... print(app.name)
'Clappform'
'Default'
Clappform allows you to interact with the Clappform API for a given domain. For many of the resources that the Clappform API provides the simple get
, create
, update
and delete
methods can be used. Authentication is done transparently, so there is no need to manually authenticate.
Developer interface is available on Read The Docs
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
clappform-3.0.0a5.tar.gz
(13.8 kB
view hashes)
Built Distribution
Close
Hashes for clappform-3.0.0a5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8764a37a81e01c81be8d6d10d3840a9e7217b76699b173bfb0803a209589646d |
|
MD5 | cbdf6814ec4fa5efbe387f5a743c4bbd |
|
BLAKE2b-256 | ea9eb7c8ff2ac3c9d094b98779cc31a528584fa766e4a8f5f2496641ce88c34c |