jsonapi icon indicating copy to clipboard operation
jsonapi copied to clipboard

Set of tools to build a JSON:API compliant service.

Results 21 jsonapi issues
Sort by recently updated
recently updated
newest added

My apologies if this is addressed elsewhere, but I've looked through the example code, and all past issues and PRs, and haven't found an answer to my question. I gather...

First of all, I would like to say that I really like this package, it is exactly what I was looking for. But here and there I see some problems,...

Hi again, How does one deal with path prefixes. For example say y API is at ``` https://somesite.com/api/v0/ ``` When I try to load: ``` https://somesite.com/api/v0/widgets/2/ ``` It tells me...

The following benchmarks should be a good start. - [ ] Marshal document - [ ] Unmarshal document - [ ] Parse URL - [ ] Stringify URL

Add function to convert bytes to a variable of the corresponding type.

enhancement