From dc70746aaf7ad4efbc3cef000ec964ef261ab1fb Mon Sep 17 00:00:00 2001 From: Simon Gurcke Date: Fri, 13 Jun 2025 19:37:12 +1000 Subject: [PATCH] Add Apitally to third-party-packages.md in docs --- 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 d213cac3d4..930fff6760 100644 --- a/docs/community/third-party-packages.md +++ b/docs/community/third-party-packages.md @@ -157,6 +157,7 @@ To submit new content, [create a pull request][drf-create-pr]. * [django-requestlogs] - Providing middleware and other helpers for audit logging for REST framework. * [drf-standardized-errors][drf-standardized-errors] - DRF exception handler to standardize error responses for all API endpoints. * [drf-api-action][drf-api-action] - uses the power of DRF also as a library functions +* [apitally] - A simple API monitoring, analytics, and request logging tool using middleware. For DRF-specific setup guide, [click here](https://docs.apitally.io/frameworks/django-rest-framework). ### Customization @@ -259,3 +260,4 @@ To submit new content, [create a pull request][drf-create-pr]. [drf-redesign]: https://github.com/youzarsiph/drf-redesign [drf-material]: https://github.com/youzarsiph/drf-material [django-pyoidc]: https://github.com/makinacorpus/django_pyoidc +[apitally]: https://github.com/apitally/apitally-py