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-01-07 03:04:31 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2057fcdbdd81483f18d54776df3573f4f04fc48b
notifications-api
/
app
/
notifications
History
Rebecca Law
8ed0979251
increase page size for API calls to 250
2017-01-20 12:26:55 +00:00
..
__init__.py
Now that we have discovered that the catch all Exception handler doesn't work, I've created a custom exception (SendNotificationQueueError) that handles this case and an error handler for it.
2016-11-21 15:11:19 +00:00
process_client_response.py
Only record the elapsed time at provider for notifications with a sent_at date,
2016-09-13 13:57:06 +01:00
process_notifications.py
- Added logging to indicate that we created the notification and that we sent the notification to a delivery queue.
2017-01-18 09:56:26 +00:00
rest.py
increase page size for API calls to 250
2017-01-20 12:26:55 +00:00
validators.py
- Refactor v2 post_notification to use a single method for sms and email.
2017-01-17 12:08:24 +00:00