We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 829145c commit adc8c2dCopy full SHA for adc8c2d
wes_client/__init__.py
@@ -50,7 +50,7 @@ def main(argv=sys.argv[1:]):
50
http_client.set_api_key(
51
split.hostname, args.auth,
52
param_name='Authorization', param_in='header')
53
- client = SwaggerClient.from_url("%s://%s/swagger.json" % (args.proto, args.host),
+ client = SwaggerClient.from_url("%s://%s/ga4gh/wes/v1/swagger.json" % (args.proto, args.host),
54
http_client=http_client, config={'use_models': False})
55
56
if args.list:
0 commit comments