Skip to content

EyalBerger/open-bus-stride-client

 
 

Repository files navigation

open-bus-stride-client

Python client library to interact with the Stride REST API

  • Please report issues and feature requests here
  • To get updates about the system status and for general help join Hasadna's Slack #open-bus channel (Hasadna Slack signup link)

Usage

Refer to the API Docs for the available paths, parameter types and general usage.

The client provides the following methods:

  • stride.get(path, params=None): Make a GET request to the given path with optional params dict
  • stride.iterate(path, params=None, limit=1000): For list operations - iterate over all items up to the given limit.

See the Jupyter notebooks for examples.

Using the interactive Jupyter notebooks

For a very quickstart without any installation, you can open the notebooks online:

Using locally

Install the library

pip install --upgrade open-bus-stride-client

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.5%
  • Python 1.4%
  • Shell 0.1%