You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.
I think HAL (or any of the many JSON hypermedia formats out there, like Siren) would be a good way to "standardize" this kind of thing. Even better (and I'm working on this in #27) would be to be able to response to requests in all of those formats automatically. In other words, write code so that if the client wants HAL, they add an "Accept: application/hal+json" to their request, and they get HAL. But they could also ask for Siren, Collection+JSON, hm-JSON, etc and they'd get their response in those formats. I think you could support all of these formats "out fo the box".
No description provided.
The text was updated successfully, but these errors were encountered: