CatalogueOfLife / backend

Complete backend of COL ChecklistBank
Apache License 2.0
15 stars 11 forks source link

CoL datapackage.json build service #178

Closed mdoering closed 6 years ago

mdoering commented 6 years ago

Create a webservice that takes a few very simple parameters to describe the options of a CoL Data Package and return a full fledged tabular datapackage.json that can be used in goodtables or other tools capable of reading datapackages.

Parameters currently anticipated:

The case insensitive filenames must correspond to the CoL Data Package specs using one of the following suffices:

mdoering commented 6 years ago

additional requirerd parameter title added to name the data package itself

mdoering commented 6 years ago

deployed at http://api.col.plus/datapackage?title=M%C3%B6t%C3%B6rhead&resource=name.tsv&resource=taxon.csv

mdoering commented 6 years ago

Ill make the full set of resources the default if no resource is specified