-
Current master of swagger-ui supports content negotiation. Swagger-jaxrs-doclet should support this too. See: https://github.com/wordnik/swagger-core/issues/77
``` json
"consumes": [
"applicati…
-
Issue from 2017: https://github.com/CrossRef/rest-api-doc/issues/222
When negotiating content type as CSL-JSON (`application/vnd.citationstyles.csl+json`), CrossRef instead returns "extended citepr…
-
A proposal to make writing better API servers with Dancer2...
As I recently have worked with Dancer2 and trying to use it as a REST or RESTful API-server, I encountered some troubles with content-neg…
-
I'm trying to limit the `ContentType`s which can be returned form my Ktor endpoint (this is just an example):
```
accept(ContentType.Text.JavaScript) {
get(operation.route) {
call.re…
-
I wanted to ask whether w3id supports/permits to do URL rewriting with conditions for content negotiation, for instance using [RewriteCond](http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html#rewrit…
-
-
I think it would be quite useful to standardise the way a Micropub server handles being submitted by a form on a web page, rather than through an API call, as it'd allow sending the usual 201/202 with…
-
I appreciate that this project is very new and probably a number of things haven't even been thought about yet (all in good time!) but at a glance I don't see any way that a REST service is supposed t…
-
## Background and Motivation
The implementation of `DefaultProblemDetailsWriter` strictly enforces that `ProblemDetails` are only written if `Accept` is present and can be content negotiated. This …
-
Posting an observation about the API. I see that this is a tracking bug.
The API is not respecting quality factors in the Accept header. The following request returned HUJSON, for example.
```ht…