workflow-service icon indicating copy to clipboard operation
workflow-service copied to clipboard

Expose Python client API

Open david4096 opened this issue 7 years ago • 1 comments

Check out https://github.com/ga4gh/data-object-service-schemas/blob/master/python/ga4gh/dos/client.py .

Exposing the bravado client via a Python class makes it possible for folks to use the workflow service more easily from their applications.

To close this add a class in the same spirit as what is in DOS (bravado is used as well) and show how it can be used to make WES requests.

david4096 avatar Jul 12 '18 02:07 david4096

@jaeddy made this PR at my fork, which would close this https://github.com/david4096/workflow-service/pull/2

david4096 avatar Jul 18 '18 20:07 david4096