TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

If Web APIs are so simple why do we need SDKs?

7 pointsby allthingsapialmost 9 years ago

1 comment

krsyoungalmost 9 years ago
I agree with this post. I very rarely consider using a service&#x27;s API without a client library. Taking the load off authentication and marshaling is incredibly valuable in my development workflow. Granted, sometimes simple REST endpoints are OK if they are public &#x2F; don&#x27;t need complicated authentication.<p>I think the major benefits of client libraries is the ability for a developer to stay within their programming language &#x2F; business domain and not stray into the fun of HTTP and JSON.<p>Curious how much burden this makes for providers though and what people have done to streamline the testing of the various client libraries with different versions of the service.
评论 #11879415 未加载