Ask HN: Do you write a lot of SDKs for your APIs?

https://news.ycombinator.com/item?id=32928449
by aprao • 4 years ago
1 2 4 years ago

At work, I find myself writing a Python/Go/JS SDK for every single internal API that I implement. This might even be more prevalent for public facing APIs since creating/maintaining public API SDKs for popular languages are table stakes for usage.

- Has this generally been true in your experience as well?

- If so, are there any hacks to create these SDKs with support for best practices like pagination, retry, etc + update them them when the API changes?

Related Stories

Loading related stories...

Source preview

news.ycombinator.com