ChartMuseum v0.2.1
#7 has been implemented, thanks to @cjauvin and @davidovich!
You may now upload .tgz and .prov at once (or one at a time) on the api/charts
route using the multipart/form-data
format:
curl -F "chart=@mychart-0.1.0.tgz" -F "prov=@mychart-0.1.0.tgz.prov" http://localhost:8080/api/charts