etiquette/frontends/etiquette_flask/backend/endpoints
Ethan Dalool faf0c62426 Check if limit is falsey to avoid useless prevnext buttons.
If limit is 0 then you get prev and next links which also have
limit 0 and are pointless to click.
2020-03-28 17:38:10 -07:00
..
__init__.py
album_endpoints.py Make response_type required, explicit in all calls. 2020-02-26 17:50:36 -08:00
basic_endpoints.py
bookmark_endpoints.py
photo_endpoints.py Check if limit is falsey to avoid useless prevnext buttons. 2020-03-28 17:38:10 -07:00
tag_endpoints.py Make response_type required, explicit in all calls. 2020-02-26 17:50:36 -08:00
user_endpoints.py