gdcc / dataverse-previewers

A collection of Datafile Previewers that can be configured to work with Dataverse
MIT License
5 stars 15 forks source link

curl returns no data #34

Closed DonRichards closed 1 year ago

DonRichards commented 1 year ago

How do I get it to list?

This is what I get in return.

curl http://localhost:8080/api/admin/externalTools

{"status":"OK","data":[]}

Do I need to run this command from a specific directory? How do I know if the curl was fine (authenticated correctly)?

shlake commented 1 year ago

@DonRichards here are the actual curl commands for the various previewers. https://github.com/gdcc/dataverse-previewers/blob/master/5.2curlcommands.md

DonRichards commented 1 year ago

Thanks, that helped