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:
Sebastian Thiel
2015-03-10 10:34:19 +01:00
parent 874cfb6f68
commit 7b81646f43
114 changed files with 166702 additions and 7 deletions

View File

@@ -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):