We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently we have 4 funcs that do roughly the same thing but with slight variations:
The CLI and Http clients do not follow this pattern, and have a single collections access point.
collections
#2286 worsens this issue by introducing a bool that allows the retrieval of inactive collections.
We should change the Go client to match the CLI and Http clients (single func).
See also #2290 and #2146
The text was updated successfully, but these errors were encountered:
Duplicate of #2008
Sorry, something went wrong.
No branches or pull requests
Currently we have 4 funcs that do roughly the same thing but with slight variations:
The CLI and Http clients do not follow this pattern, and have a single
collections
access point.#2286 worsens this issue by introducing a bool that allows the retrieval of inactive collections.
We should change the Go client to match the CLI and Http clients (single func).
See also #2290 and #2146
The text was updated successfully, but these errors were encountered: