@@ -239,6 +239,7 @@ def timeseries(
239
239
| NotGiven = NOT_GIVEN ,
240
240
date_start : Union [str , datetime ] | NotGiven = NOT_GIVEN ,
241
241
format : Literal ["JSON" , "CSV" ] | NotGiven = NOT_GIVEN ,
242
+ location : str | NotGiven = NOT_GIVEN ,
242
243
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
243
244
# The extra values given here take precedence over values defined on the client or passed to this method.
244
245
extra_headers : Headers | None = None ,
@@ -262,6 +263,8 @@ def timeseries(
262
263
263
264
format: Format results are returned in.
264
265
266
+ location: Location Alpha2 code.
267
+
265
268
extra_headers: Send extra headers
266
269
267
270
extra_query: Add additional query parameters to the request
@@ -284,6 +287,7 @@ def timeseries(
284
287
"date_range" : date_range ,
285
288
"date_start" : date_start ,
286
289
"format" : format ,
290
+ "location" : location ,
287
291
},
288
292
route_timeseries_params .RouteTimeseriesParams ,
289
293
),
@@ -493,6 +497,7 @@ async def timeseries(
493
497
| NotGiven = NOT_GIVEN ,
494
498
date_start : Union [str , datetime ] | NotGiven = NOT_GIVEN ,
495
499
format : Literal ["JSON" , "CSV" ] | NotGiven = NOT_GIVEN ,
500
+ location : str | NotGiven = NOT_GIVEN ,
496
501
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
497
502
# The extra values given here take precedence over values defined on the client or passed to this method.
498
503
extra_headers : Headers | None = None ,
@@ -516,6 +521,8 @@ async def timeseries(
516
521
517
522
format: Format results are returned in.
518
523
524
+ location: Location Alpha2 code.
525
+
519
526
extra_headers: Send extra headers
520
527
521
528
extra_query: Add additional query parameters to the request
@@ -538,6 +545,7 @@ async def timeseries(
538
545
"date_range" : date_range ,
539
546
"date_start" : date_start ,
540
547
"format" : format ,
548
+ "location" : location ,
541
549
},
542
550
route_timeseries_params .RouteTimeseriesParams ,
543
551
),
0 commit comments