-
Notifications
You must be signed in to change notification settings - Fork 8
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
rest api enhancements for composite resource type #110
Comments
@danames @kjlippold |
Here's a few other things I'd like to see, if there isn't already some way of doing them.
|
I think a lot of these features need to be added to HydroShare's rest api before they can be added to the rest client. |
ok, I'm seeing basically two categories to these requests: Most of the work here needs to be done on the rest api in hydroshare. I'll work on the Resoruce actions withing hydroshare/hydroshare#2575. Once I wrap that up, I'll create an issue for discover. I'd like to setup a rest api endpoint that just routes to @alvacouch's discover, where most of these requests are already implemented or should be implemented there. |
@sblack-usu @martinseul
I list feature requirements from apps' perspective. Feel free to split and/or move them to hydroshare repo if needed. Also, this might be a running list. Thanks
retrieve all metadata for a given aggregation: currently FilesSubEndpoint.metadata(self, file_path, params=None) only returns core metadata without file-type specific metadata
filtering based on aggregation metadata: return a list of all aggregations from all accessible composite resources that meet certain criteria, such as return all geographic feature aggregations whose Geometry Type is POLYGON and Feature Count ==1
download all files for an aggregation: download a specific geographic feature aggregation from a composite resource
The text was updated successfully, but these errors were encountered: