switched all --account args to --account_id, fixed issues reported by @osilkin98 and regenerated api.json

This commit is contained in:
Lex Berezhny 2018-09-23 23:22:25 -04:00
parent 4185a3b9e3
commit c753a5825a
3 changed files with 1370 additions and 1122 deletions

View file

@ -61,6 +61,7 @@ def write_api(f):
if __name__ == '__main__':
html_file = os.path.join(os.path.dirname(os.path.dirname(__file__)), 'docs', 'api.json')
parent = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
html_file = os.path.join(parent, 'docs', 'api.json')
with open(html_file, 'w+') as f:
write_api(f)