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-15 23:21:41 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
34f2016b19e6d4246e652f49cc6b8196a875c71a
notifications-api
/
app
/
dao
History
Martyn Inglis
a3a9d673a6
Merge branch 'master' into celery-jobs
2016-02-25 12:06:53 +00:00
..
__init__.py
All four http methods working now for user and service restful apis.
2016-01-11 17:19:06 +00:00
api_key_dao.py
Update api-key/revoke endpoint to expire the key for the service.
2016-01-20 14:48:44 +00:00
invited_user_dao.py
[WIP] added endpoint and dao to create invites for users.
2016-02-24 14:18:56 +00:00
jobs_dao.py
Move job processing into celery
2016-02-24 17:12:30 +00:00
notifications_dao.py
Renamed the header of the CSV to 'to' from 'number' to allow for email jobs
2016-02-25 09:59:50 +00:00
services_dao.py
Slight tiny up of templates_dao
2016-02-22 09:46:16 +00:00
templates_dao.py
Removed some unused template dao methods
2016-02-24 11:51:02 +00:00
users_dao.py
Add endpoint for getting user by email address
2016-02-23 11:03:59 +00:00