Skip to content

Add optional parameters to fetch #41

@rplzzz

Description

@rplzzz

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions