/adsws

ADS web services

Primary LanguagePythonOtherNOASSERTION

ADSWS - ADS Web Services

Travis Status Coverage Status

About

Core API module for the NASA-ADS, handling:

  • authentication
  • passing requests to the correct local and/or remote microservices
  • rate limiting

Installation

    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

Testing

    pip install -r dev-requirements.txt
    py.test adsws