Skip to main content

Rindap API

Project description

rindap-python

PyPI PyPI

API description

The smarter way to automate business processes. RESTful API for Business Process Management: Automate without the need for complex integrations or high-cost software suites.

Rindap helps companies to increase their efficiency by offering developers a low-code BPM platform with RESTful API to automate business processes based on the requirements set by the management.

  • Easily automate repetitive tasks and asynchronous events without the need for intricate coding. Avoid chaos and inefficiencies.
  • Set business rules and decision criteria effortlessly without being bounded by complicated structures and frameworks.
  • Let developers leverage RESTful API to convey data and execute business decisions based on management requirements.
  • Avoid complex integration projects or adopting a new software platform to meet your business process management needs.
  • Focus on your core activities rather than lengthy project meetings about how to automate business processes.
  • Automate business processes across any system, device and software platform without any restrictions.

Utilize Drag & Drop interface

Utilize Drag & Drop interface to enjoy low-code workflow automation and benefit Rindap’s RESTful API to automate business processes without the need for any integration. Rindap’s easy-to-use drag & drop interface helps you to easily design your workflow as per your business cases’ requirements.

Once you assembled the big picture, leverage Rindap’s RESTful API as a hub that transfers data and allocates tasks to workers. Send calls with your tasks’ attributes from any application or device that takes part in your workflow to Rindap’s API and carry on with the response you get back according to the workflow you set.

The logic-based filters

You can automate workflows via logical filters that convey your attribute driven tasks to the right work queues which eventually matches the right worker. Yet the story does not simply end there! The task’s attributes get updated according to the workers’ responses and the progress continues to the next filter designated in the workflow. Hence you will be able to carry on the information within the workflow to the next steps and execute decisions automatically.

Adapt to realistic requirements

The workflow is not all about filters matching queues to allocate tasks to workers. Create realistic workflows by utilizing various functions. Set your processes according to your needs, not limitations.

  • Filter True/False: Let your workflow take alternative turns by setting different paths if certain conditions are met or unmet.
  • Loop: You can set a task to be on the loop until it is done.
  • Rate limit: Control task consumption by setting limits.
  • Delay: If some time is required before proceeding to the next step you can set delays.
  • Fork: You can set parallel workflows that run simultaneously by forking.

Metrics for continuous improvement

Rindap allows you to automate and get insights from your business processes as it aggregates all the task-related data. By identifying areas that you are good at or need to improve, you can easily fine-tune your processes.

Documentation

The documentation for the Rindap API can be found here.

The Python library documentation can be found here.

Supported Python Versions

This library supports the following Python implementations:

  • Python 2.7
  • Python 3.4
  • Python 3.5
  • Python 3.6
  • Python 3.7
  • Python 3.8

Installation

Install from PyPi using pip, a package manager for Python.

pip install rindap

Don't have pip installed? Try installing it, by running this from the command line:

$ curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | python

Or, you can download the source code (ZIP) for rindap-python-sdk, and then run:

python setup.py install

You may need to run the above commands with sudo.

Getting Started

Getting started with the Rindap API couldn't be easier. Create a Client and you're ready to go.

API Credentials

The Rindap needs your Rindap credentials. You can either pass these directly to the constructor (see the code below) or via environment variables.

from rindap.rest import Client

account = "ACXXXXXXXXXXXXXXXXX"
token = "YYYYYYYYYYYYYYYYYY"
client = Client(account, token)

Alternately, a Client constructor without these parameters will look for ACCOUNT_SID and AUTH_TOKEN variables inside the current environment.

We suggest storing your credentials as environment variables. Why? You'll never have to worry about committing your credentials and accidentally posting them somewhere public.

from rindap.rest import Client
client = Client()

Create a Workspace

from rindap.rest import Client

account = "ACXXXXXXXXXXXXXXXXX"
token = "YYYYYYYYYYYYYYYYYY"
client = Client(account, token)

client.rindap.workspaces.create('a friendly name')

Handling Exceptions

from rindap.rest import Client
from rindap.base.exceptions import RindapRestException

account = "ACXXXXXXXXXXXXXXXXX"
token = "YYYYYYYYYYYYYYYYYY"
client = Client(account, token)

try:
    client.rindap.workspaces.get("WSd8d1e9c8c0384fe7abd63c0abafd1966").delete()
except RindapRestException as e:
    print(e)

Docker Image

The Dockerfile present in this repository and its respective rindap/rindap-python-sdk Docker image are currently used by Rindap for testing purposes only.

Getting help

If you need help installing or using the library, please check the Rindap Support Help Center.

If you've instead found a bug in the library or would like new features added, go ahead and open issues or pull requests against this repo!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

rindap-1.2-py3-none-any.whl (43.6 kB view details)

Uploaded Python 3

File details

Details for the file rindap-1.2-py3-none-any.whl.

File metadata

  • Download URL: rindap-1.2-py3-none-any.whl
  • Upload date:
  • Size: 43.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.9

File hashes

Hashes for rindap-1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 31776676ba6695f2d000931473d9e91cb4c47df4799ffc6ebda0fd97b7f08fa4
MD5 6a43b54f6a885b61208c0ea275d4de06
BLAKE2b-256 01825d8c6edc53db8af1375a5f75f0b7da39a1117881f6e4ee91f6300cec6c36

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page