This website requires JavaScript.
Explore
Help
Sign In
darkhelm
/
notifications-api
Watch
1
Star
0
Fork
0
You've already forked notifications-api
mirror of
https://github.com/GSA/notifications-api.git
synced
2026-07-16 11:20:41 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
13155e24dc10dd9551c3ee49fd8d05c466be89ef
notifications-api
/
app
/
v2
/
notifications
History
Rebecca Law
13155e24dc
We are getting 500 errors when a POST notification has characters that can not be decoded or the json is malformed.
...
The exception is wrapped and a sensible error message is returned to the client.
2018-07-03 09:04:33 +01:00
..
__init__.py
Register a before_request event for all blueprints, that defines the authentication requirement.
2017-03-16 18:15:49 +00:00
create_response.py
Removed the imports for statsd as the decorators are no longer being
2018-01-26 09:39:11 +00:00
get_notifications.py
Update the get_notification_by_id to return a sensible message if the id is not a valid UUID.
2018-04-03 16:37:41 +01:00
notification_schemas.py
Change schema format name of datetime format
2018-06-27 09:11:38 +01:00
post_notifications.py
We are getting 500 errors when a POST notification has characters that can not be decoded or the json is malformed.
2018-07-03 09:04:33 +01:00