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.

Introducing Geekier, an open source & saner approach to working with APIs

41 pointsby kevindykesover 12 years ago

5 comments

algorithmmonkeyover 12 years ago
This is really starting to sound like what java / .net were doing with wsdl code generators via soap.<p>Devs that integrate with multiple apis know there is a problem with the wide range of implementations, from authentication to communication patterns. This makes it a pain to integration with multiple service providers. Without some form a standardization you must have an intermediary library to provide an abstraction.<p>Are we doing it right?? The community has recognized the problem of non-standard lightweight services to be widespread enough to create a tool to standardize communication with them.<p>Would something like HAL (<a href="http://stateless.co/hal_specification.html" rel="nofollow">http://stateless.co/hal_specification.html</a>) be a start down a path where we can have lightweight services that are also self documenting?
评论 #4888244 未加载
评论 #4887604 未加载
paulnelliganover 12 years ago
I can personally vouch for Kevin and his team's work here in Berlin. It has already improved my quality of life!
评论 #4887491 未加载
JPKabover 12 years ago
algorithmmonkey hit the nail on the head: this sounds a HELL of a lot like WSDL and the WS* method in general. I HATE the WS*. However, I'm not going to knock what they are doing, because it is certainly a noble effort. Could someone who is much smarter than me explain how this would avoid the pitfalls of past attempts at abstracting service layers?<p>It's interesting to see the approach of abstractable APIs, vs. the other way of making usage of data more automatic, via machine readable semantic markup and embedding metadata into the data structure aka linked data/semantic web.<p>I think its all awesome.
评论 #4887734 未加载
评论 #4887662 未加载
peregrineover 12 years ago
Sounds a lot like the hypermedia discussions going around....
评论 #4888848 未加载
评论 #4888321 未加载
espadagroupover 12 years ago
Looks like the dev version of Zapier.com
评论 #4887483 未加载