This commit is contained in:
2017-01-25 17:35:03 -05:00
parent 1533f50682
commit f948f2986c
+1 -1
View File
@@ -15,7 +15,7 @@ class FlaskCaster(object):
This will do a few things:
- Assure that the 'size' query parameter is always an integer.
- Assure that the 'json' query parameter is always an integer.
- Assure that the 'json' query parameter is always an boolean.
- Assure that the 'json' query parameter is always present, even if
if it wasn't provided by the end-user.
"""