notebooks/opentrials.ipynb at master · pwalsh/notebooks · GitHub
oconnorv's bookmarks 2016-10-24
Summary:
"This notebook is a very simple introduction to the OpenTrials API. You can read the docs for the API here. The API powers the main UI for OpenTrials, the OpenTrials Explorer, and is freely available for use in 3rd party applications. The OpenTrials API is compliant with the Open API spec. Formerly known as "Swagger", Open API is a standard and tolling for writing and working with APIs. A nice benefit of working to a standard like this is the ability to use a generic library that instrospects the API definition, and dynamically generates an API client."