-
There are two types, contextual hypermedia and cross cutting.
A few considerations
- Ideally do not want represenations to inherit from a base class (causes issues with plan application/json content…
-
See http://barelyenough.org/blog/2008/05/versioning-rest-web-services/
-
## Is your feature request related to a problem? Please describe.
Currently, Timber's render method is designed to render entire templates. While this works well for most use cases, there are scenari…
-
Direct support for hypermedia and modeling actions & relations.
-
## Problem
> *REST is defined by four interface constraints: identification of resources; manipulation of resources through representations; self-descriptive messages; and, hypermedia as the engine…
-
I noted seems totalItems value returns only in format Hydra collection.
What about idea add **X-Total**, X-Current-Page, X-Page-Count, X-Limit to headers for any pagination request particulary json…
-
Better late than never? :)
I think it's cool you're exploring this area. I have a few thoughts regarding what you have. Please don't see this as nitpicking. I think there are many ways to slice an…
-
**Expected behaviour**
Components of Archivematica identified using a UUID need only be referred to using UUID by callers, e.g. when referring to a storage space in an API call.
API endpoints r…
-
## Accessing MongoDB Data with REST
This guide walks you through the process of creating an application that accesses document-based data through a [hypermedia-based RESTful front end](http://spring.…
-
The loader extension is a bit too shallow: it will only show a loading spinner once the server has begun sending the first byte.
This means it is not a true loading indicator (like htmx's `hx-indic…