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.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.