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-08 03:34:29 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1f143a0abf60c5b7cea2dcac423fbb720cefc777
notifications-api
/
tests
/
app
/
upload
History
…
..
__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
test_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