falcon-example
falcon-example copied to clipboard
A example Falcon API Service
For this example database and gunicorn configs are required and should pass presence check. By adding `required=True` we perform this check and make it explicit.
Fixes: DeprecationWarning: Please use assertEqual instead. self.assertEquals(req.status_code, 201)
Result pagination is quite a common chore in data-driven API development, and quite a common question among users how one does that (see, for instance, https://github.com/falconry/falcon/issues/1349). Could we possibly extend...
Added a compose setup so those curious can spin this up in a jiffy.