Skip to content

Commit adc8c2d

Browse files
committed
Change basepath to get swagger
1 parent 829145c commit adc8c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wes_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def main(argv=sys.argv[1:]):
5050
http_client.set_api_key(
5151
split.hostname, args.auth,
5252
param_name='Authorization', param_in='header')
53-
client = SwaggerClient.from_url("%s://%s/swagger.json" % (args.proto, args.host),
53+
client = SwaggerClient.from_url("%s://%s/ga4gh/wes/v1/swagger.json" % (args.proto, args.host),
5454
http_client=http_client, config={'use_models': False})
5555

5656
if args.list:

0 commit comments

Comments
 (0)