gogol-appstate-0.0.1: Google App State 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.AppState.States.List

Contents

Description

Lists all the states keys, and optionally the state data.

See: Google App State API Reference for appstate.states.list.

Synopsis

REST Resource

type StatesListResource = "appstate" :> ("v1" :> ("states" :> (QueryParam "includeData" Bool :> (QueryParam "alt" AltJSON :> Get `[JSON]` ListResponse)))) Source

A resource alias for appstate.states.list method which the StatesList request conforms to.

Creating a Request

statesList :: StatesList Source

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

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

data StatesList Source

Lists all the states keys, and optionally the state data.

See: statesList smart constructor.

Request Lenses

slIncludeData :: Lens' StatesList Bool Source

Whether to include the full data in addition to the version number