mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
Update to latest versions of API declarations
This commit is contained in:
@@ -16,10 +16,12 @@ homepage = "${documentationLink}"
|
||||
documentation = "${util.doc_base_url()}"
|
||||
license = "${copyright.license_abbrev}"
|
||||
keywords = ["${name[:20]}", ${", ".join(estr(cargo.keywords))}]
|
||||
autobins = false
|
||||
|
||||
% if cargo.get('is_executable', False):
|
||||
[[bin]]
|
||||
name = "${util.program_name()}"
|
||||
path = "src/main.rs"
|
||||
% endif
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
@@ -499,7 +499,7 @@ match result {
|
||||
};
|
||||
dlg.begin(MethodInfo { id: "${m.id}",
|
||||
http_method: ${method_name_to_variant(m.httpMethod)} });
|
||||
let mut params: Vec<(&str, String)> = Vec::with_capacity((${len(params) + len(reserved_params)} + ${paddfields}.len()));
|
||||
let mut params: Vec<(&str, String)> = Vec::with_capacity(${len(params) + len(reserved_params)} + ${paddfields}.len());
|
||||
<%
|
||||
if media_params and 'mediaUpload' in m:
|
||||
upload_type_map = dict()
|
||||
|
||||
Reference in New Issue
Block a user