Skip to main content

Connector for Clients to the PRP-Backend

Project description

PRP-Connector

GitHub GitHub repo size GitHub code size in bytes Lines of code GitHub last commit CI - Tests GitHub Release Date GitHub tag (latest by date) PyPi PyPI GitHub deployments

Installation

Install the current release over PyPI:

$ pip install PRPConnector

Clone the whole repository for the latest version:

$ git clone https://github.com/manuelbieri/PRP-APIConnect.git

Documentation

The code documentation is hosted on github.io/PRP-APIConnect.

Example

ToDo Connector

import PRPConnector.ToDoConnector as Connector

connection: Connector.ToDoConnector = Connector.ToDoConnector('username', 'password', 'domain_url')
connection.get_all_todo()

Basic Connector

import PRPConnector.Connector as Connector

connection: Connector.PRPConnector = Connector.PRPConnector('username', 'password', 'domain_url')
connection.get_all('todo')

See the documentation for further methods.

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

PRPConnector-1.1.tar.gz (5.2 kB view hashes)

Uploaded Source

Built Distribution

PRPConnector-1.1-py3-none-any.whl (5.9 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