Introduction to Baserow API

This documentation serves as a guide to baserowapi, a high-level API wrapper designed for integration with Baserow, an open-source, no-code database tool.

Getting Started

For those interested in setting up and initiating the first API call with baserowapi, the Quick Start with Baserow API guide is provided.

Package Dependencies

The baserowapi relies on the following Python packages:

  • Requests: Utilized for making HTTP calls.

  • pytz: Required for timezone-related operations.

Feedback and Contributions

Feedback on the wrapper and its documentation is appreciated. For proposed changes:

  1. Fork the repository on GitHub.

  2. Implement the changes.

  3. Submit a pull request with a description of the modifications.