GeneratorsTypeScriptChangelogJuly 23, 20252.6.0 (feat): Users can now pass in queryParams as part of the request options. 1await client.foo.bar(..., {2 queryParams: {3 foo: "bar"4 }5});
July 23, 20252.6.0 (feat): Users can now pass in queryParams as part of the request options. 1await client.foo.bar(..., {2 queryParams: {3 foo: "bar"4 }5});