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
2025-12-26 02:11:41 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9cd433349c592b3cf478ecccd153000f39a5ee47
notifications-api
/
app
/
upload
History
Rebecca Law
921b90cdec
Add
type=int
to
request.args.get
, if the arg is an int it's returned else None. This means we ignore the arg if its the wrong data type and we don't need to handle the error.
2019-12-06 13:10:38 +00:00
..
__init__.py
Add uploads blueprint, the endpoint returns a combination of uploaded letters and jobs. The endpoint returns data about the uploaded letter or job, including notification statistics for the upload. The data is ordered by scheduled for and created_at.
2019-12-06 09:54:51 +00:00
rest.py
Add
type=int
to
request.args.get
, if the arg is an int it's returned else None. This means we ignore the arg if its the wrong data type and we don't need to handle the error.
2019-12-06 13:10:38 +00:00