You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example provided in UsageApi.md for expanding parameters expand = [thousandeyes_sdk.usage.ExpandUsageOptions()] # List[ExpandUsageOptions] is incorrect as the ExpandUsageOptions method requires a parameter to be provided
Tested Versions
v1.3.0
v2.0.0-RC
Notes
the issue description section provides an example with the latest version, but the issue exists in v1.3.0 as well; the method used is thousandeyes_sdk.usage.Expand()
The text was updated successfully, but these errors were encountered:
Issue description
The example provided in UsageApi.md for expanding parameters
expand = [thousandeyes_sdk.usage.ExpandUsageOptions()] # List[ExpandUsageOptions]
is incorrect as theExpandUsageOptions
method requires a parameter to be providedTested Versions
Notes
the issue description section provides an example with the latest version, but the issue exists in v1.3.0 as well; the method used is
thousandeyes_sdk.usage.Expand()
The text was updated successfully, but these errors were encountered: