jsonapi
JSON (JavaScript Object Notation) is a standard file format that uses text to communicate data objects to array data types. This notation makes it easy for applications to parse and generate files. JSON grew out of the need to have a real-time server-to-web browser communication.
Here are 212 public repositories matching this topic...
Marshmallow 2.18.0 raises ChangedInMarshmallow3Warning for nested schemas which is annoying when running tests and clogs the logs. Marshmallow should be updated to 2.18.1 where this issue was fixed.
https://marshmallow.readthedocs.io/en/3.0/changelog.html
marshmallow-code/marshmallow#1136
This page is still running the V1 setup, it is referencing the old setup api's:
setEndpointHost, setEndpointPath, setAccessToken, setHeader and setHeader
These are all been deprecated in favour of the setAxiosConfig api.
https://github.com/redux-json-api/redux-json-api/blob/master/docs/set-up-configure.md
Hello,
I discovered Laravel and Lumen. I want to create a clean API. I would like to implement JSON API. I tested your library.
I discovered some errors in the documentation.
For the controller, it would indicate the need to put the controller in the directory "app/Http/Controllers/Api".
Since the namespace of the controller is not correct. There must be "App/Http/Controllers/Api".
In the r
-
Updated
Nov 15, 2018
-
Updated
Nov 15, 2018
Hi there,
I do find the default values for jsonapi_cache and default initializers, but is it possible to add some documentation? I have a very static json and it would be awesome to have it cached somewhere.
Thanks in advance!
-
Updated
Jun 27, 2019 - Ruby
-
Updated
May 31, 2020 - TypeScript
-
Updated
May 27, 2020 - TypeScript
-
Updated
May 27, 2019 - PHP
Hey there,
i am currently evaluating this package to be used in a TypeScript REST API. So i was wondering, if there are some TypeScript Definitions available?!
All the best
-
Updated
Jun 6, 2020 - TypeScript
asdf is great, thank you.
Now, I am merely an amateur programmer, but it took me hours and reading the asdf source code to realize I could replace:
while(tree.iteratorNext() !is null) {
serializer.elemBegin();
auto state1 = serializer.objectBegin();
auto i = tree.cur.interval;
s
-
Updated
Mar 17, 2020 - Ruby
-
Updated
May 6, 2020 - JavaScript
-
Updated
May 27, 2020 - Python
Documentation
Hello,
I would like to help on the auto-documentation part.
Do you have in mind a composer class you would prefer to use ?
It could be phalcon-swagger or swagger-php for API
and ApiGen for docs.
Thanks a lot for this lib
In addition, a resource object MAY contain any of these top-level members:
links: a links object containing links related to the resource.
http://jsonapi.org/format/#document-resource-objects
This links object is currently not on Resource.swift
-
Updated
Jul 19, 2018 - PHP
-
Updated
Jun 16, 2020 - PHP
API Platform version(s) affected: 2.5.1
Description
Today, JSON Schemas generated by API-Platform do not include
additionalProperties: false. This reduces type saftey when using a code generator.How to reproduce
Create an ApiResource in a new project, check the generated Swagger documentation. The JSON Schema generated for the ApiResource does not include `additionalProp