Submit endpoint4#1050
Conversation
…ts when there wasn't
There was a problem hiding this comment.
This is for helping with submit plugins. The plugin needs access to the file that it is trying to convert. So, this gives the plugin a link to download the file. After it's downloaded, SynBioHub deletes the link.
There was a problem hiding this comment.
Why is a DownloadService part of submit?
There was a problem hiding this comment.
This is for SBOLTestRunner.
There was a problem hiding this comment.
What is the purpose of this file?
There was a problem hiding this comment.
I think this was a result of a merge conflict when adding the sboltestrunner branch to this branch. All it is changing is one word in the response entity from ? to String. It is returning String but it's defined now.
There was a problem hiding this comment.
What is the purpose of this file?
There was a problem hiding this comment.
This is linked to the Expose Controller. It helps out with giving the plugin a download link to download the file.
There was a problem hiding this comment.
What is the purpose of this file?
There was a problem hiding this comment.
There was a bug in the sboltestrunner where prefixes were being deleted or being labeled as ns: instead of like sbh:. So, this checks for prefixes and makes sure they're being labeled correctly to match
This is the branch for just submit