Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Get the list of players hidden from the given application. This method is only available to user accounts for your developer console.
See: Google Play Game Services Management API Reference for gamesManagement.applications.listHidden
.
Synopsis
- type ApplicationsListHiddenResource = "games" :> ("v1management" :> ("applications" :> (Capture "applicationId" Text :> ("players" :> ("hidden" :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get '[JSON] HiddenPlayerList))))))))
- applicationsListHidden :: Text -> ApplicationsListHidden
- data ApplicationsListHidden
- alhApplicationId :: Lens' ApplicationsListHidden Text
- alhPageToken :: Lens' ApplicationsListHidden (Maybe Text)
- alhMaxResults :: Lens' ApplicationsListHidden (Maybe Int32)
REST Resource
type ApplicationsListHiddenResource = "games" :> ("v1management" :> ("applications" :> (Capture "applicationId" Text :> ("players" :> ("hidden" :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get '[JSON] HiddenPlayerList)))))))) Source #
A resource alias for gamesManagement.applications.listHidden
method which the
ApplicationsListHidden
request conforms to.
Creating a Request
applicationsListHidden Source #
Creates a value of ApplicationsListHidden
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ApplicationsListHidden Source #
Get the list of players hidden from the given application. This method is only available to user accounts for your developer console.
See: applicationsListHidden
smart constructor.
Instances
Request Lenses
alhApplicationId :: Lens' ApplicationsListHidden Text Source #
The application ID from the Google Play developer console.
alhPageToken :: Lens' ApplicationsListHidden (Maybe Text) Source #
The token returned by the previous request.
alhMaxResults :: Lens' ApplicationsListHidden (Maybe Int32) Source #
The maximum number of player resources to return in the response, used for paging. For any response, the actual number of player resources returned may be less than the specified maxResults.