-
Notifications
You must be signed in to change notification settings - Fork 7
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
LA-224 Added '/file/{fid}/version/{vid}' to auto-launch schema #145
Conversation
@JohnAD Make sure that URL pattern is |
It wasn't. I was thinking it did not have the "/version/" in the middle. I've sent an updated commit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, I would only prefer to change a function name.
See https://ondsel-brad.atlassian.net/browse/LA-224?atlOrigin=eyJpIjoiYTBkNTNlNWM3YmIyNDM5MjhmMmY1ZTRlN2IyMDlkMTEiLCJwIjoiaiJ9 for detail.
Also adds many of the remaining data models to
/models
. Needed for pulling file and version details.Also refactors the shared-model download handling somewhat to make more robust.