marshmallow-jsonapi icon indicating copy to clipboard operation
marshmallow-jsonapi copied to clipboard

JSON API 1.0 (https://jsonapi.org/) formatting with marshmallow

Results 53 marshmallow-jsonapi issues
Sort by recently updated
recently updated
newest added

# Help! ``` burned many hours and brain cells trying to figure this out... I have an 'id' key in my data. ``` # Code ``` import datetime import pprint...

[changelog](https://marshmallow-jsonapi.readthedocs.io/en/latest/changelog.html#id2) v0.24.0: ``` Drop support for marshmallow 2, which is now EOL (#332). ``` [install requirements](https://github.com/marshmallow-code/marshmallow-jsonapi/blob/0.24.0/setup.py#L4) v0.24.0: ``` INSTALL_REQUIRES = ("marshmallow>=2.15.2",) ``` the `setup.py` file should be updated to reflect...

`self_url_many` in a schema's Meta class should have a corresponding `self_url_many_kwargs`. Consider the following scenario where `bars` cannot exist on their own, only within `foos`: ``` class Meta: type_ =...

Replaced usage of `default` with `dump_default`. Replaced usage of `missing` with `load_default`. Replaced usage of `dump_to` and `load_to` with `data_key`. IMO, this is necessary if the library wishes to stay...

The [JSONAPI spec](https://jsonapi.org/format/#fetching-relationships-responses) allows for the querying of `relationship` level data, but I haven't found any examples in the docs or repo on how best to handle this. It is...

If I try to dump a an object with a relationship, then deserialize the output, i do not get the same object - the relationship is now represented as the...

The envelope used to serialize responses is implemented in a set of helper methods (`format_items`, `wrap_response`, etc.) that could be challenging to introspect (e.g. for building swagger docs). Implementing the...

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.5.3 to 4.1.2. Changelog Sourced from sphinx's changelog. Release 4.1.2 (released Jul 27, 2021) Incompatible changes #9435: linkcheck: Disable checking automatically generated anchors on github.com (ex. anchors...

dependencies

Bumps [faker](https://github.com/joke2k/faker) from 4.18.0 to 8.10.3. Release notes Sourced from faker's releases. Release v8.10.3 See CHANGELOG.md Release v8.10.2 See CHANGELOG.md Release v8.10.0 See CHANGELOG.md Release v8.9.1 See CHANGELOG.md Release v8.9.0...

dependencies