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.

Core API – Hypermedia Driven Web APIs

3 pointsby St-Clockover 9 years ago

1 comment

St-Clockover 9 years ago
I found this today and I really like (1) how the document layer is decoupled from the encoding layer, and how it specifies discoverability (HATEOAS?).<p>Here is an example of a server application using Django REST Framework and the coreapi Python lib: <a href="https:&#x2F;&#x2F;github.com&#x2F;core-api&#x2F;heroku-game" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;core-api&#x2F;heroku-game</a>