Skip to main content

A Python library for the CeForms API.

Project description

Py Ce Forms Api

Development

pip install -e .

package building

python3 setup.py sdist bdist_wheel

package publishing

python3 -m twine upload --repository dist/*

Quickstart

Introduction

The py-ce-forms-api module allows you to interact with the CeForms API for form management. Before getting started, ensure you have obtained the necessary credentials:

  • CE_FORMS_BASE_URL: The base URL for the CeForms API.
  • CE_FORMS_TOKEN: Your authentication token for accessing the CeForms API.

Installation

You can install py-ce-forms-api via pip:

pip install py-ce-forms-api

Usage

Once installed, you can start using the module in your Python code:

from py_ce_forms_api import CeFormsClient

# Initialize the client
ce_forms_client = CeFormsClient(base_url=<CE_FORMS_BASE_URL>, token=<CE_FORMS_TOKEN>)

# Example: Retrieve a list of forms
forms = ce_forms_client.query().with_sub_forms(False).with_limit(10).call()
for form in forms:
    print(form)

Replace <CE_FORMS_BASE_URL> and <CE_FORMS_TOKEN> with your actual base URL and authentication token, respectively.

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

py_ce_forms_api-0.0.6.tar.gz (11.5 kB view details)

Uploaded Source

Built Distribution

py_ce_forms_api-0.0.6-py3-none-any.whl (15.3 kB view details)

Uploaded Python 3

File details

Details for the file py_ce_forms_api-0.0.6.tar.gz.

File metadata

  • Download URL: py_ce_forms_api-0.0.6.tar.gz
  • Upload date:
  • Size: 11.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.6

File hashes

Hashes for py_ce_forms_api-0.0.6.tar.gz
Algorithm Hash digest
SHA256 d99d964d6a70d9b8ec011daa832518d2e4826875f4d5e71d2ffbc7ba3d8d1b03
MD5 b0062386f9585f0e4d64c0b344df795b
BLAKE2b-256 ffa1ab4989a0cebc56f3391068ba86c94874409e1945483f3c5a5d21a361891f

See more details on using hashes here.

File details

Details for the file py_ce_forms_api-0.0.6-py3-none-any.whl.

File metadata

File hashes

Hashes for py_ce_forms_api-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 dfacb68871f7356fcceff61ecc9f609fb5532110d9f0e6825719a304af15fe6b
MD5 faa72ce9b491b27e3d2e34fad07920dd
BLAKE2b-256 bb08e725e3f450ef6803f40a41bb4fa49b789b5f152e78f06cac553f6772bb96

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