etiquette/frontends/etiquette_flask/backend/endpoints
Ethan Dalool 63bc2dfed5 Add yield_photos, count albums in search result limit.
This experiment of bringing Photos and Albums closer to parity in
search is going well so far. I have found some situations where it
is nice to only get albums back from search results.
2020-09-27 23:38:49 -07:00
..
__init__.py Rename the etiquette_flask backend package to backend. 2018-11-04 19:45:23 -08:00
album_endpoints.py When adding/removing photos, respond with updated album json. 2020-09-27 23:35:12 -07:00
basic_endpoints.py Replace all double blank lines with single, improve hash headers. 2020-09-19 03:13:23 -07:00
bookmark_endpoints.py Replace all double blank lines with single, improve hash headers. 2020-09-19 03:13:23 -07:00
photo_endpoints.py Add yield_photos, count albums in search result limit. 2020-09-27 23:38:49 -07:00
tag_endpoints.py Replace usage of row[0] with (column,) tuple unpack. 2020-09-20 13:41:22 -07:00
user_endpoints.py Replace all double blank lines with single, improve hash headers. 2020-09-19 03:13:23 -07:00