Skip to content

A Python client library for communicating with Breezeway.io, providing an easy interface for managing authentication and interacting with Breezeway's API.

License

Notifications You must be signed in to change notification settings

Paso-Robles-Vacation-Rentals/breezeway-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Breezeway Python Client

A Python client library for communicating with Breezeway.io, providing an easy interface for managing authentication and interacting with Breezeway's API.

Installation

pip install breezeway

Example Usage

import breezeway

# Initialize the client
bw = breezeway.BreezewayClient(client_id='your_client_id', client_secret='your_client_secret')

# Get tasks
tasks = bw.get_tasks()
print(tasks)

# Create a new task
new_task = bw.create_task(property_id=12345, title='Inspect HVAC system')
print(new_task)

Contributing

Contributions are welcome! Feel free to submit a pull request or open an issue.

License

This project is licensed under the MIT License.

About

A Python client library for communicating with Breezeway.io, providing an easy interface for managing authentication and interacting with Breezeway's API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages