We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The UI will have to provide some metadata extracted from the geppetto model through the REST call to generate the zip file.
We will need:
The text was updated successfully, but these errors were encountered:
@ddelpiano @Robbie1977 Where are we making the REST call to generate the zip file?
Sorry, something went wrong.
POST: https://zip.virtualflybrain.org/download example body:
{ "entries": [ {"Url":"https://v2.virtualflybrain.org/data/VFB/i/0000/0001/VFB_00101567/thumbnail.png","ZipPath":"AlignedToJRC2018U/VFB_00000001.png"}, {"Url":"https://v2.virtualflybrain.org/data/VFB/i/0000/0002/VFB_00101567/thumbnail.png","ZipPath":"AlignedToJRC2018U/VFB_00000002.png"} ] }
Robbie1977
No branches or pull requests
The UI will have to provide some metadata extracted from the geppetto model through the REST call to generate the zip file.
We will need:
The text was updated successfully, but these errors were encountered: