-
Notifications
You must be signed in to change notification settings - Fork 499
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
Create API Endpoint: List File Versions #11198
Comments
Tentative size. Feel free to resize based on complexity. |
@ekraffmiller @GPortas @landreev current code does a redirect to the originalSourceURL Should this API somehow retrieve this information or return the originalSourceURL so the new UI can get it? |
@ekraffmiller @GPortas Question 1:
or
Question 2:
|
For the SPA, we need this API endpoint to implement the File Page: Versions Tab. This endpoint should return all details necessary to populate the Versions Tab, for example:
Note that there is an open PR that fixes an issue with the summary of version differences, here: #11145.
When implementing this feature, review the comments in the PR.
The text was updated successfully, but these errors were encountered: