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.

Why rest clients for rest apis?

1 pointsby black-perlover 8 years ago
Creating rest clients for rest apis is common practice. Everyday and other we see new SDKs rolling out. I get two things in my mind regarding rest client usability:<p>1) Consuming of rest apis become simple. Parsing work is cut. 2) If we have an unstable rest API, a rest client can provide a consistent interface to developers. But I can see nowadays rest apis are stable and made public for usage.<p>So, what&#x27;s the point of writing a rest client ?

no comments

no comments