We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d4f99a commit ccef59dCopy full SHA for ccef59d
1 file changed
src/api/mod.rs
@@ -1452,7 +1452,8 @@ pub struct FetchEventsOptions<'a> {
1452
/// Time period for stats
1453
pub stats_period: Option<&'a str>,
1454
/// Sort order
1455
- pub sort: Option<&'a str>,}
+ pub sort: Option<&'a str>,
1456
+}
1457
1458
impl<'a> FetchEventsOptions<'a> {
1459
/// Generate query parameters as a vector of strings
@@ -1703,7 +1704,6 @@ impl ApiRequest {
1703
1704
pipeline_env: Option<String>,
1705
global_headers: Option<Vec<String>>,
1706
) -> ApiResult<Self> {
-
1707
let mut headers = curl::easy::List::new();
1708
headers.append("Expect:").ok();
1709
0 commit comments