Skip to content
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

Add get_networksets() method #61

Closed
coleslaw481 opened this issue Sep 16, 2019 · 3 comments
Closed

Add get_networksets() method #61

coleslaw481 opened this issue Sep 16, 2019 · 3 comments
Assignees
Milestone

Comments

@coleslaw481
Copy link
Contributor

Add a method that lets caller get a list of network sets owned by them or another user (assuming permissions allow this)

Jing suggested the following

It will be good to add it in. A list of networksets owned by the authenticated user or any users? Maybe the signature can be an optional uuid, without the uuid, is the current user, with the UUID is for other users?

@coleslaw481 coleslaw481 self-assigned this Oct 15, 2019
@coleslaw481 coleslaw481 added this to the 4.0.0 milestone Jul 29, 2020
@ariutta
Copy link

ariutta commented Jan 15, 2021

This would also be useful for me. I'm trying to remove all my networks that are not in at least one networkset.

@coleslaw481
Copy link
Contributor Author

The endpoint to use for this.
http://openapi.ndextools.org/#/User/get_user__userid__networksets

@coleslaw481 coleslaw481 modified the milestones: 4.0.0, 3.4.0 Apr 30, 2021
coleslaw481 added a commit that referenced this issue May 3, 2021
… switched NiceCXNetwork.upload_to() and NiceCXNetwork.update_to() to named args and added client parameter #80 and #81, Fixed documentation in NiceCXNetwork.update_to() to denote return value #82, Added Ndex2.get_user_by_id(), Added Ndex2.get_id_for_user(), Added Ndex2.get_networksets_for_user_id() #61
@coleslaw481
Copy link
Contributor Author

Added Ndex2.get_networksets_for_user_id to upcoming 3.4.0 of ndex2 client. Currently available to try as an alpha version by running pip install ndex2==3.4.0a1 For usage see: https://ndex2.readthedocs.io/en/latest/ndex2client.html#ndex2.client.Ndex2.get_networksets_for_user_id

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants