mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
chore(make): update-json and all APIs
It's about time we finish up this part, to make it even easier to test against more APIs, and keep them up-to-date
This commit is contained in:
@@ -579,7 +579,7 @@ def new_context(resources):
|
||||
# Expects v to be 'v\d+', throws otherwise
|
||||
def to_api_version(v):
|
||||
assert len(v) >= 2 and v[0] == 'v'
|
||||
return v[1:]
|
||||
return v[1:].replace('.', 'p')
|
||||
|
||||
# build a full library name (non-canonical)
|
||||
def library_name(name, version):
|
||||
|
||||
Reference in New Issue
Block a user