1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2024-06-29 01:23:45 +02:00
dspace-statistics-api/dspace_statistics_api
Alan Orth 8f46ceb8d8
Refactor to use vanilla requests library
The SolrClient library is unmaintained, which is starting to cause
problems due to the moving Python ecosystem. Switching to requests
does not change my code in any meaningful way and makes maintenance
easier.
2019-04-15 10:19:50 +03:00
..
docs Sync API documentation HTML with README.md 2018-11-01 00:37:52 +02:00
__init__.py Refactor project structure 2018-10-28 11:14:21 +02:00
app.py Refactor database code to use a context manager 2018-11-07 17:41:21 +02:00
config.py Allow configuration of PostgreSQL port 2018-11-03 22:40:45 +02:00
database.py dspace_statistics_api/database.py: Raise HTTP 500 on error 2018-11-10 23:58:58 +02:00
indexer.py Refactor to use vanilla requests library 2019-04-15 10:19:50 +03:00