jsonapi
jsonapi copied to clipboard
Set of tools to build a JSON:API compliant service.
This fixes #112
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.