Add example: GetUsageSummary with additionalProperties traversal#3488
Draft
charlie-zhang109 wants to merge 3 commits into
Draft
Add example: GetUsageSummary with additionalProperties traversal#3488charlie-zhang109 wants to merge 3 commits into
charlie-zhang109 wants to merge 3 commits into
Conversation
Demonstrates calling get_usage_summary_available_fields (v2) to enumerate response_fields / date_fields / date_org_fields, then iterating all three additionalProperties layers of the get_usage_summary (v1) response. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
… all layers Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
examples/v1/usage-metering/GetUsageSummary_additional_properties.rbshowing how to read all fields fromadditionalPropertiesat all three response levels ofGET /api/v1/usage/summary.get_usage_summary_available_fields(v2) first to enumerateresponse_fields,date_fields, anddate_org_fields.get_usage_summary(v1) withinclude_org_details: trueand iterates the threeadditionalPropertieslayers (response, per-date, per-org), printing every non-nil value.Test plan
additional_propertieshash access pattern.🤖 Generated with Claude Code