gogol-genomics-0.0.1: Google Genomics SDK.

Copyright(c) 2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.Genomics.Variants.Get

Contents

Description

Gets a variant by ID.

See: API Reference for genomics.variants.get.

Synopsis

REST Resource

type VariantsGetResource = "v1" :> ("variants" :> (Capture "variantId" Text :> (QueryParam "$.xgafv" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "bearer_token" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` Variant)))))))))) Source

A resource alias for genomics.variants.get method which the VariantsGet request conforms to.

Creating a Request

variantsGet Source

Creates a value of VariantsGet with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

vgXgafv :: Lens' VariantsGet (Maybe Text) Source

V1 error format.

vgUploadProtocol :: Lens' VariantsGet (Maybe Text) Source

Upload protocol for media (e.g. "raw", "multipart").

vgPp :: Lens' VariantsGet Bool Source

Pretty-print response.

vgUploadType :: Lens' VariantsGet (Maybe Text) Source

Legacy upload protocol for media (e.g. "media", "multipart").

vgVariantId :: Lens' VariantsGet Text Source

The ID of the variant.