Core API module for the NASA-ADS, handling:
- authentication
- passing requests to the correct local and/or remote microservices
- rate limiting
Test5
git clone https://github.com/adsabs/adsws.git
pip install -r requirements.txt
alembic upgrade head
vim instance/local_config.py # edit edit edit...
python wsgi.py
pip install -r dev-requirements.txt
py.test adsws