#hateoas โ Public Fediverse posts
Live and recent posts from across the Fediverse tagged #hateoas, aggregated by home.social.
-
Happy 14th birthday, Spring HATEOAS! ๐๐๐ฅณ https://github.com/spring-projects/spring-hateoas/commit/21b1a4ec8cd76653fc49a6d7bc6b2c38a6d7685c #hypermedia #hateoas
-
I randomly followed Fayner years ago via rss because I liked her writing about REST API's and here is another one primer on #ReST and #HATEOAS. As a consumer of #APIs I struggled with many of the points she says developers leave out.
Also, I love #JSON for some unknown reason.
https://fagnerbrack.com/what-is-a-rest-api-and-why-yours-probably-isnt-one-7e5fb65ece4d
-
URLs should be able to include HTTP verbs and headers.
They say "URLs define the "what" not the "how"" but protocol prefixes, file extensions, and query parameters are part of the how and yet they all exist in the URL.
Leaving HTTP verbs and headers out of URLs was an arbitrary decision.
#web #http #hypermedia #hateoas #webStandards #html #programming #networking
-
@b0rk @randomgeek @hbuchel Itโs funny how most โ#RESTfulโ #WebServices have similarly missed the full point of @fieldingโs actual #REST โjust normal web thingsโ style by not using hypertext as the engine of application state (#HATEOAS).
Theyโre just replaying all of #SOAPโs and #CORBAโs sins by relying on a fixed interface that is either revealed through documentation or an #InterfaceDescriptionLanguage like #OpenAPI.