Skip to content

Conversation

@tokengeek
Copy link
Contributor

When multiple arguments were issued to a show command, the expected behaviour is to make multiple API requests to get the full API data with all the data as exposed.

Some commands had incorrectly been implemented using the main index API call which includes lightweight responses which results in incorrect output as fields were missing in the output since they are not in the response.

Passing no arguments should have been an error but these variants would sometimes return ALL resources in the abridged format missing some fields.

When multiple arguments were issued to a `show` command, the expected
behaviour is to make multiple API requests to get the full API data with
all the data as exposed.

Some commands had incorrectly been implemented using the main index API
call which includes lightweight responses which results in incorrect
output as fields were missing in the output since they are not in the
response.

Passing no arguments should have been an error but these variants would
sometimes return ALL resources in the abridged format missing some
fields.
@tokengeek tokengeek merged commit aca56a1 into master Jan 15, 2025
5 checks passed
@tokengeek tokengeek deleted the fix_show_variants branch January 15, 2025 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants