Skip to content

Python BookingSync API wrapper using tapioca-wrapper

License

Notifications You must be signed in to change notification settings

nicolas-pantel/tapioca-bookingsync

 
 

Repository files navigation

Tapioca BookingSync

This library allows Python developers to programmatically access https://www.bookingsync.com. Read more about BookingSync API

Installation

pip install tapioca-bookingsync

Documentation

from tapioca_bookingsync import BookingSync


api = BookingSync(
	client_id='{your-client-id}', access_token='{any-valid-access-token}')

No more documentation needed.

  • Learn how Tapioca works here
  • Explore this package using iPython
  • Have fun!

About

Python BookingSync API wrapper using tapioca-wrapper

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 87.4%
  • Makefile 12.6%