-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTP API for inspect #477
Comments
|
Ignore previouse comment, because, it looks, that Form should accept following fields:
Basically we have this:
In addition we give One of If only |
Create
POST /:inspect
API endpoint, which accepts amultipart/form-data
form and returns manifest in CSV/HTML or other specified format. Return format can be specified via?format()
or viaAccept
header.Form should accept following fields:
manifest
- a manifest type, likecsv
,json
, ... (see list of available formats). If not given, usetabular
.dataset
- dataset name, that will be used in resulting manifest file, if not given, usedataset1
.url
orfile
with a schema, to read data structure from, one or the other must be provided.If there are errors, provide errors in JSON or HTML format as specified in
?format()
orAccept:
.Epic
Related
The text was updated successfully, but these errors were encountered: