geoengine-api-client 0.9.2

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- rust/src/apis/projects_api.rs
+++ rust/src/apis/projects_api.rs
@@ -139,7 +139,7 @@
     let p_path_offset = offset;
     let p_path_limit = limit;
 
-    let uri_str = format!("{}/projects", configuration.base_path, order=p_path_order.to_string(), offset=p_path_offset, limit=p_path_limit);
+                    let uri_str = format!(
                        "{}/projects?order={}&offset={}&limit={}",
                        configuration.base_path,
                        p_path_order.to_string(),
                        p_path_offset,
                        p_path_limit
                    );
                 let mut req_builder = configuration.client.request(reqwest::Method::GET, &uri_str);
 
     if let Some(ref user_agent) = configuration.user_agent {