File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 3
22openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/warp-bnavetta%2Fwarp-api-c4c5f89f67a73e4d17377d2b96fc201a63cd5458cbebaa23e78f92b59b90cc5b.yml
33openapi_spec_hash : 931c6189a4fc4ee320963646b1b7edbe
4- config_hash : fa393af196be851b15bd1394c2eaafaa
4+ config_hash : b49703ba227fb054134b67a208cef299
Original file line number Diff line number Diff line change 186186 same "printed page" as the copyright notice for easier
187187 identification within third-party archives.
188188
189- Copyright 2025 Warp API
189+ Copyright 2026 Warp API
190190
191191 Licensed under the Apache License, Version 2.0 (the "License");
192192 you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ export class WarpAPI {
213213 }
214214
215215 protected stringifyQuery ( query : Record < string , unknown > ) : string {
216- return qs . stringify ( query , { arrayFormat : 'comma ' } ) ;
216+ return qs . stringify ( query , { arrayFormat : 'repeat ' } ) ;
217217 }
218218
219219 private getUserAgent ( ) : string {
You can’t perform that action at this time.
0 commit comments