-
all resources returned by the API should inherit from a base Resource class that provides ContentType, Content, and Links fields. The Content should be whatever resource the API route is returning. t…
-
Auf dem Workshop wurde beschlossen:
Aktuell wird Content Negotiation empfohlen, man soll beim Aufruf einer OParl-URL im Browser auf die RIS-Webansicht für das aufgerufene Objekt weitergeleitet werden.…
-
This is an overreaching issue which goal is to improve the HTTP API and make it fully RESTful.
- [ ] Make the API fully discoverable from the root (provide links to all resources)
- [x] Document API (…
-
Using jackson 2.4.3. The following:
```
public class ImageObject extends Thing {
private static final long serialVersionUID = 1L;
private String attachmentBase64;
/**
* For upload…
-
Hey Nick, the latest release candidate if you haven't seen it already: [pull request](https://github.com/json-api/json-api/pull/483) and [diff](https://github.com/json-api/json-api/compare/gh-pages@%7…
-
To avoid clients receiving huge responses upon simple queries (especially when requesting the "select all" fragment simply for its hypermedia controls), the spec should recommend paging.
Raised by @k…
-
Hello Folks,
I'm trying to set up AD/LDAP auth including group support. I'm running 2015.5, and my configuration looks like the following:
``` yaml
external_auth:
ldap:
internal-team%:
…
-
Unprocessable Entity (422) is part of the WebDAV protocol/extension, from what I can tell (http://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml), and not technically an HTTP statu…
-
My reading of the spec ([RFC 7233](https://tools.ietf.org/html/rfc7233#section-4.4)) suggests that a request which results in an empty collection should return `HTTP 416` with a `Content-Range: */0`. …
-
This feature enables the [HATEOAS](http://en.wikipedia.org/wiki/HATEOAS) constraint in our REST API. This means that we'll drive the API clients through links instead of relying on them knowing our UR…