Skip to content

Commit

Permalink
💚 [#29] cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
annashamray committed Nov 26, 2024
1 parent 0c091d2 commit 3f22a97
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1,876 deletions.
13 changes: 0 additions & 13 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,16 +88,3 @@ Features
:target: https://github.com/psf/black

.. _documentatie: https://commonground-api-common.readthedocs.io/en/latest/?badge=latest



**todo**
* notifications-webhook.yaml - return it back
* make rest_framework_gis optional for configuration

* finish Sonny comments
* process my comments
* compare with Open Zaak spectacular implementation
* return AuthScopesRequired ???
* return generating notification consumer oas:
* bin/generate_notifications_api_spec.sh
6 changes: 4 additions & 2 deletions notifications_webhook/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

from vng_api_common.conf.api import * # noqa


DEBUG = os.getenv("DEBUG", "no").lower() in ["yes", "true", "1"]

BASE_DIR = os.path.abspath(os.path.dirname(__file__))
Expand Down Expand Up @@ -52,6 +51,9 @@
"TITLE": "Notifications webhook receiver",
"VERSION": "v1",
"DESCRIPTION": "API Specification to be able to receive notifications from the NRC",
"CONTACT": {"name": "VNG Realisatie", "url": "https://github.com/VNG-Realisatie/gemma-zaken"},
"CONTACT": {
"name": "VNG Realisatie",
"url": "https://github.com/VNG-Realisatie/gemma-zaken",
},
}
)
1 change: 1 addition & 0 deletions notifications_webhook/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ class NotificationView(_NotificationView):
"""
Ontvang notificaties via webhook
"""

schema = AutoSchema()
Loading

0 comments on commit 3f22a97

Please sign in to comment.