Hacker News new | ask | show | jobs
by shortrounddev2 1099 days ago
A lot of SDKs are just boilerplate HTTP calls with associated Model files. You write an openapi spec and then use tools to generate the SDKs, cleaning them up as necessary
1 comments

In our case, we do a lot of client-side computing (for data privacy reasons). We also support hashing, and real-time events. These all have different implementations per language that aren't trivially scaffolded.
well generate what you can and focus man-hours on the actual work in each SDK

Or implement it in C/C++ and then create bindings for each language