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 optional parameters to fetch #41

Open
rplzzz opened this issue Nov 26, 2018 · 0 comments
Open

Add optional parameters to fetch #41

rplzzz opened this issue Nov 26, 2018 · 0 comments

Comments

@rplzzz
Copy link
Contributor

rplzzz commented Nov 26, 2018

The idea here is that a capability could be defined with zero or more optional parameters. These parameters could do things like subset a dataset so that you don't have to retrieve the whole thing (possibly useful when dealing with huge outputs).

It would require a little fancy footwork to implement. Notably, we would have to add a method that applies optional arguments to the data to the interface, but it might be worth it if it allows us to manage the amount of data that we have to absorb in a single go.

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

No branches or pull requests

1 participant