gogol-fitness-0.0.1: Google Fitness 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.Fitness.Users.DataSources.Get

Contents

Description

Returns a data source identified by a data stream ID.

See: Fitness Reference for fitness.users.dataSources.get.

Synopsis

REST Resource

type UsersDataSourcesGetResource = "fitness" :> ("v1" :> ("users" :> (Capture "userId" Text :> ("dataSources" :> (Capture "dataSourceId" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` DataSource)))))) Source

A resource alias for fitness.users.dataSources.get method which the UsersDataSourcesGet request conforms to.

Creating a Request

usersDataSourcesGet Source

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

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

Request Lenses

udsgDataSourceId :: Lens' UsersDataSourcesGet Text Source

The data stream ID of the data source to retrieve.

udsgUserId :: Lens' UsersDataSourcesGet Text Source

Retrieve a data source for the person identified. Use me to indicate the authenticated user. Only me is supported at this time.