flowthings

API client for the flowthings.io platform


License
Other
Install
pip install flowthings==1.0.5

Documentation

flowthings-python-client

A client libary for flowthings.io written in Python.

Install

pip install flowthings

Docs

Other Resources

Example API Usage:

from flowthings import API, Token, mem

creds = Token(ACCOUNT, TOKEN)
api = API(creds)
flows = api.flow.find(mem.path == '/hello', limit=10)