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.CallSets.Get

Contents

Description

Gets a call set by ID.

See: API Reference for genomics.callsets.get.

Synopsis

REST Resource

type CallSetsGetResource = "v1" :> ("callsets" :> (Capture "callSetId" 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]` CallSet)))))))))) Source

A resource alias for genomics.callsets.get method which the CallSetsGet request conforms to.

Creating a Request

callSetsGet Source

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

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

Request Lenses

csgXgafv :: Lens' CallSetsGet (Maybe Text) Source

V1 error format.

csgUploadProtocol :: Lens' CallSetsGet (Maybe Text) Source

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

csgPp :: Lens' CallSetsGet Bool Source

Pretty-print response.

csgUploadType :: Lens' CallSetsGet (Maybe Text) Source

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

csgCallSetId :: Lens' CallSetsGet Text Source

The ID of the call set.