-
Notifications
You must be signed in to change notification settings - Fork 778
list API endpoint #3047
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
Comments
Also it would be nice to get the path descriptions ( |
Directory-aggregated #Lines and LOC is coming soon BTW 😎 |
Oh cool. Just went through the code that deals with "extras". |
|
Caution needs to be employed to make sure the requests against the list endpoint are authorized and projects on the top level filtered. |
fixes oracle#3047 fixes oracle#3738
Is your feature request related to a problem? Please describe.
#3042 listed a few new API endpoints that would be useful to have. This tracks the addition of the
/list
endpoint for getting directory listing.Describe the solution you'd like
Return JSON array of objects:
reflecting listing of directory. It may support getting just a single object if a file is specified.
Describe alternatives you've considered
The original suggestion was to get object information for a single file with siblings (files in the same directory) however I think the above is more generic and enables directory traversal.
The text was updated successfully, but these errors were encountered: