teable-rs
- 1 Devlogs
- 10 Total hours
A rust SDK to interact with the Teable.ai API.
A rust SDK to interact with the Teable.ai API.
I started to build a SDK to interact with the teable API in rust because I may need it for upcoming projects and there was no crate available. Firstly, I implemented a reqwest client and some custom error types and auth. Then I tried to model the API with concret Rust types. I started with the most important ENdpoints. I now can manipulate spaces, bases and tables with my SDK. I also can add and delete Records.