bookwyrm/bookwyrm/connectors
Mouse Reeve 87fe984462 Combines search formatter and parser function
The parser was extracting the list of search results from the json
object returned by the search endpoint, and the formatter was converting
an individual json entry into a SearchResult object. This just merged
them into one function, because they are never used separately.
2022-05-30 12:52:31 -07:00
..
__init__.py Removes local connector 2021-09-14 15:26:36 -07:00
abstract_connector.py Combines search formatter and parser function 2022-05-30 12:52:31 -07:00
bookwyrm_connector.py Combines search formatter and parser function 2022-05-30 12:52:31 -07:00
connector_manager.py More error handing 2022-05-30 12:40:13 -07:00
format_mappings.py Infer format in openlibrary import 2021-09-29 12:21:19 -07:00
inventaire.py Combines search formatter and parser function 2022-05-30 12:52:31 -07:00
openlibrary.py Combines search formatter and parser function 2022-05-30 12:52:31 -07:00
openlibrary_languages.py Runs black 2021-03-08 08:49:10 -08:00
settings.py Updates connector tests 2021-09-30 11:33:04 -07:00