basic support for query parameters (fix typo in clippy fix)
This commit is contained in:
parent
47164b2de2
commit
9c99612b9a
|
@ -1229,7 +1229,7 @@ fn gen(api: &OpenAPI, ts: &mut TypeSpace) -> Result<String> {
|
||||||
query.push((\"{}\".to_string(), v.to_string()));",
|
query.push((\"{}\".to_string(), v.to_string()));",
|
||||||
qn
|
qn
|
||||||
));
|
));
|
||||||
a(" }}");
|
a(" }");
|
||||||
} else {
|
} else {
|
||||||
a(&format!(
|
a(&format!(
|
||||||
" \
|
" \
|
||||||
|
|
Loading…
Reference in New Issue