Ketting v6: Using Hypermedia APIs with React https://t.co/cHaRvyTpTY
"It has support for Hypermedia formats such as HAL, Siren, Collection+JSON, JSON:API and can even understand and follow links from HTML." #API360#REST#HTTP
This strategy is helping me a lot with designing a RESTful API, which has two primary modes:
GET/etc: You tell me about this (a question)
POST/PUT/etc: I tell you about something (a statement)
This + @mamund's book is plenty to get started on API design https://t.co/FeMvYCviWx
"The H Factor of a media-type is a measurement of the level of hypermedia support and sophistication of a media-type."
In https://t.co/nV55WSBOgU by @mamund
Preserving the Egg on the Web #mcablog https://t.co/WLbCPJI4Zm
When putting together your Web implementations, it is important to think about "preserving the egg" -- making sure that you can reverse any action in case of an unexpected system failure.
a randomly-timed big thanks to @bwaidelich for recommending @mamund's RESTful Web APIs and of course to him for withing it. The one book I most often grab outta the shelf, for checking Response Codes, Header types etc.
"What We Need To Be Machine Readable At API Run Time" -- @kinLane https://t.co/s6NRTJo9ln
"How do we distill down the essential ingredients of API consumption into a single, machine readable unit that can be automated into what Mike Amundsen calls, 'find and bind'?"
mca blog [Model Actions, Not Data] https://t.co/2jggK8646R #API360
"Now, armed (again) with this clear, simple advice, you're ready to avoid the debacle of data-centric industry-wide APIs."