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.

Should you make an open API?

33 pointsby muscawabout 3 years ago

5 comments

Sophiraabout 3 years ago
Tom Scott made a wonderful video a while back about open APIs, and about how they (mostly) died out[0]. It&#x27;s currently called &quot;This Video Has 51,973,714 Views&quot;, and I personally believe it&#x27;s a great watch.<p>[0] <a href="https:&#x2F;&#x2F;youtube.com&#x2F;watch?v=BxV14h0kFs0" rel="nofollow">https:&#x2F;&#x2F;youtube.com&#x2F;watch?v=BxV14h0kFs0</a>
评论 #30809691 未加载
onion2kabout 3 years ago
I build APIs with the assumption that they&#x27;ll be open eventually. If not open to the public then at least a third party or some other part of the company once it grows big enough. As such, all of my APIs are open, but some of them don&#x27;t have a public endpoint. Working like this pushes me to consider how other people would use an API and think about more than just my use case, to document things properly, and spend more time on the DX. I think it makes my APIs better even if no one else actually ever sees them.<p>The downside is that some of the APIs I&#x27;ve built in the past have a bunch of features no one uses. That&#x27;s a bad thing.
delrothabout 3 years ago
&gt; On the FAIRTIQ side, we do not support this authorisation model yet as we don’t provide an open API<p>So I guess the message from the article is &quot;we love that others provide open APIs but we can&#x27;t bother&quot;.
评论 #30799496 未加载
iamahackerguyabout 3 years ago
Tom Scott made a wonderful video a while back about open APIs, and about how they (mostly) died out[0]. It&#x27;s currently called &quot;This Video Has 51,973,714 Views&quot;, and I personally believe it&#x27;s a great watch.<p>[0] <a href="https:&#x2F;&#x2F;youtube.com&#x2F;watch?v=BxV14h0kFs0" rel="nofollow">https:&#x2F;&#x2F;youtube.com&#x2F;watch?v=BxV14h0kFs0</a>
评论 #30811254 未加载
brunesabout 3 years ago
&quot;Yes&quot;.<p>Next.