Skip to content

Commit 327cbef

Browse files
authored
Add Django API Client to the third party packages (#7440)
1 parent 6b632c1 commit 327cbef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/community/third-party-packages.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
274274
* [drf-viewset-profiler][drf-viewset-profiler] - Lib to profile all methods from a viewset line by line.
275275
* [djangorestframework-features][djangorestframework-features] - Advanced schema generation and more based on named features.
276276
* [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.
277+
* [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..
277278

278279
[cite]: http://www.software-ecosystems.com/Software_Ecosystems/Ecosystems.html
279280
[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
358359
[drf-viewset-profiler]: https://github.com/fvlima/drf-viewset-profiler
359360
[djangorestframework-features]: https://github.com/cloudcode-hungary/django-rest-framework-features/
360361
[django-elasticsearch-dsl-drf]: https://github.com/barseghyanartur/django-elasticsearch-dsl-drf
362+
[django-api-client]: https://github.com/rhenter/django-api-client

0 commit comments

Comments
 (0)