Skip to content
This repository has been archived by the owner on May 4, 2019. It is now read-only.

Latest commit

 

History

History
34 lines (23 loc) · 877 Bytes

api.rst

File metadata and controls

34 lines (23 loc) · 877 Bytes

Python Client Library

This is the GA4GH client API library. This is a convenient wrapper for the low-level HTTP GA4GH API, and abstracts away network centric details such as paging. The methods and types used by the client library are defined by the GA4GH schema.

Warning

This client API should be considered early alpha quality, and may change in arbitrary ways.

A full description of this API and links to a tutorial on how to use it, as well as a quickstart showing the basic usage.

Types

Add links to the upstream documentation for the GA4GH types.

Client API

Add overview documentation for the client API.

ga4gh.client.client