From cdc9510fd7ce612e29140cc2dcba4631b80c1881 Mon Sep 17 00:00:00 2001 From: rafaelhenter Date: Wed, 29 Jul 2020 16:29:49 -0300 Subject: [PATCH] Add Django API Client to the third party packages --- docs/community/third-party-packages.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/community/third-party-packages.md b/docs/community/third-party-packages.md index b47dc098f..4a567f18e 100644 --- a/docs/community/third-party-packages.md +++ b/docs/community/third-party-packages.md @@ -274,6 +274,7 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque * [drf-viewset-profiler][drf-viewset-profiler] - Lib to profile all methods from a viewset line by line. * [djangorestframework-features][djangorestframework-features] - Advanced schema generation and more based on named features. * [django-elasticsearch-dsl-drf][django-elasticsearch-dsl-drf] - Integrate Elasticsearch DSL with Django REST framework. Package provides views, serializers, filter backends, pagination and other handy add-ons. +* [django-api-client][django-api-client] - DRF client that groups the Endpoint response, for use in CBVs and FBV as if you were working with Django's Native Models.. [cite]: http://www.software-ecosystems.com/Software_Ecosystems/Ecosystems.html [cookiecutter]: https://github.com/jpadilla/cookiecutter-django-rest-framework @@ -358,3 +359,4 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque [drf-viewset-profiler]: https://github.com/fvlima/drf-viewset-profiler [djangorestframework-features]: https://github.com/cloudcode-hungary/django-rest-framework-features/ [django-elasticsearch-dsl-drf]: https://github.com/barseghyanartur/django-elasticsearch-dsl-drf +[django-api-client]: https://github.com/rhenter/django-api-client