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

Contents

Description

Retrieves the data corresponding to the passed key. If the key does not exist on the server, an HTTP 404 will be returned.

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

Synopsis

REST Resource

type StatesGetResource = "appstate" :> ("v1" :> ("states" :> (Capture "stateKey" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get `[JSON]` GetResponse)))) Source

A resource alias for appstate.states.get method which the StatesGet request conforms to.

Creating a Request

statesGet Source

Arguments

:: Int32

sgStateKey

-> StatesGet 

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

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

data StatesGet Source

Retrieves the data corresponding to the passed key. If the key does not exist on the server, an HTTP 404 will be returned.

See: statesGet smart constructor.

Request Lenses

sgStateKey :: Lens' StatesGet Int32 Source

The key for the data to be retrieved.