-
##### Description
When instantiating a java/okhttp based client (generated with 'useGzipFeature' enabled) with parameters for oauth authentication, the constructor throws a `java.lang.UnsupportedOper…
-
[ActiveModelSerializers](https://github.com/rails-api/active_model_serializers) allows one to set it as the default Rails json serializer.
Is it possible to do so with this gem?
-
Has this library been tested with ToastedMarshmallow?
We have been using this library to great effect recently in a project (for about 8 months), but we're now seeing some performance hits during the…
-
We have written validation code that follows the exact structure of these types, using the new typescript `asserts` feature. It's great for safely casting documents that came over the network into the…
-
## Issue
It is not understandable from the docs as to how to implement pagination using this library. Is the pagination feature missing from the library? If not, some example or documentation on this…
-
When updating a resource by sending a JSONAPI document via a HTTP PATCH, is it possible to determine which fields were not part of the request body?
E.g. if I don't include the `person` `first-name…
-
```javascript
const admterritorySchema = {
type: 'admterritory',
id: 'string',
attributes: {
// ...
},
relationships: {
population: {
included: t…
-
```
:info:build In file included from src/libsam3/libsam3.c:10:
:info:build src/libsam3/libsam3.h:65:8: error: unknown type name 'ssize_t'; did you mean 'size_t'?
:info:build extern ssize_t sam3tcp…
-
The media type
```py
ATOMIC_MEDIA_TYPE = 'vnd.api+json;ext="https://jsonapi.org/ext/atomic'
```
is incorrect. This value forces the client to provide the header `accept: vnd.api+json;ext="http…
-
The current documented play-json version is causing errors with Play 2.5 applications.
> java.lang.NoSuchMethodError: play.api.libs.functional.syntax.package$.functionalCanBuildApplicative(Lplay/api…