Baserowapi: API wrapper for Baserow
Contents:
- Introduction to Baserow API
- Quick Start with Baserow API
- Baserow Client Class
- Table Class
- Row Class
- Working with Date Fields in Baserow API
- Computed and Generated Fields
- Working with File Fields
- Working with Linked Fields
- Working with Select Fields
- Working with Filters
- Code Structure
- Full Class and Function docs
Maintainer documentation
Design and maintenance:
- Field semantic inventory
- Semantic refactoring plan
- Purpose
- Constraints
- Phase 1: Establish offline characterization tests
- Phase 2: Introduce the Field semantic interface
- Phase 3: Preserve structured value IDs and add file upload
- Phase 4: Implement computed, unknown, and filter semantics
- Phase 5: Unify row create and update encoding
- Phase 6: Simplify the public row and field model
- Phase 7: Consolidate transport and discovery
- Phase 7.5: Tighten row contracts and remove residual duplication
- Phase 7.8: Stabilize contracts and test infrastructure
- Phase 8: Compatibility, documentation, and beta release
- Working method for each phase