Skip to content

Commit 69fb34b

Browse files
committed
Merge pull request #3810 from jerel/patch-1
Added documentation for the third party jsonapi.org package
2 parents f01a3d9 + f71d8af commit 69fb34b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/topics/third-party-resources.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
202202
* [django-rest-framework-mongoengine][django-rest-framework-mongoengine] - Serializer class that supports using MongoDB as the storage layer for Django REST framework.
203203
* [djangorestframework-gis][djangorestframework-gis] - Geographic add-ons
204204
* [djangorestframework-hstore][djangorestframework-hstore] - Serializer class to support django-hstore DictionaryField model field and its schema-mode feature.
205+
* [djangorestframework-jsonapi][djangorestframework-jsonapi] - Provides a parser, renderer, serializers, and other tools to help build an API that is compliant with the jsonapi.org spec.
205206

206207
### Serializer fields
207208

@@ -222,11 +223,13 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
222223
### Parsers
223224

224225
* [djangorestframework-msgpack][djangorestframework-msgpack] - Provides MessagePack renderer and parser support.
226+
* [djangorestframework-jsonapi][djangorestframework-jsonapi] - Provides a parser, renderer, serializers, and other tools to help build an API that is compliant with the jsonapi.org spec.
225227
* [djangorestframework-camel-case][djangorestframework-camel-case] - Provides camel case JSON renderers and parsers.
226228

227229
### Renderers
228230

229231
* [djangorestframework-csv][djangorestframework-csv] - Provides CSV renderer support.
232+
* [djangorestframework-jsonapi][djangorestframework-jsonapi] - Provides a parser, renderer, serializers, and other tools to help build an API that is compliant with the jsonapi.org spec.
230233
* [drf_ujson][drf_ujson] - Implements JSON rendering using the UJSON package.
231234
* [rest-pandas][rest-pandas] - Pandas DataFrame-powered renderers including Excel, CSV, and SVG formats.
232235

@@ -351,3 +354,4 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
351354
[cookiecutter-django-rest]: https://github.com/agconti/cookiecutter-django-rest
352355
[drf-haystack]: http://drf-haystack.readthedocs.org/en/latest/
353356
[django-rest-framework-version-transforms]: https://github.com/mrhwick/django-rest-framework-version-transforms
357+
[djangorestframework-jsonapi]: https://github.com/django-json-api/django-rest-framework-json-api

0 commit comments

Comments
 (0)