Skip to content
This repository has been archived by the owner on Jan 15, 2020. It is now read-only.

Read-only initial version of API

Compare
Choose a tag to compare
@sfisher sfisher released this 04 Jan 00:52
· 73 commits to master since this release

This release includes some OpenAPI documentation and an initial/preliminary version of a GET, read-only API for feedback.

Features:

  • GET datasets /api/datasets
  • GET a dataset /api/datasets/
  • GET the versions of a dataset /api/datasets//versions
  • GET a version specific version /api/versions/
  • GET a file information about a version /api/versions//files
  • GET file information /api/files/
  • Download an individual file ( /api/downloads/ ) or download other packages as shown in links
  • See API documentation at /api/docs/index.html
  • It includes HAL links for discovering related resoures