readthedocs / pydoc.io

A browser for Python project documentation
Apache License 2.0
25 stars 13 forks source link

Support version API for selecting package versions #22

Open agjohnson opened 7 years ago

agjohnson commented 7 years ago

For now, the option will exist in the configuration. We'll want to expose a version selection api similar to what we're doing on RTD. Perhaps the client side code can be generalized more though -- instead of expecting html content back from the API request, expect an object instead.