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 |
Lists all the services in the application.
See: App Engine Admin API Reference for appengine.apps.services.list
.
Synopsis
- type AppsServicesListResource = "v1" :> ("apps" :> (Capture "appsId" Text :> ("services" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListServicesResponse)))))))))))
- appsServicesList :: Text -> AppsServicesList
- data AppsServicesList
- aslXgafv :: Lens' AppsServicesList (Maybe Xgafv)
- aslUploadProtocol :: Lens' AppsServicesList (Maybe Text)
- aslAccessToken :: Lens' AppsServicesList (Maybe Text)
- aslUploadType :: Lens' AppsServicesList (Maybe Text)
- aslAppsId :: Lens' AppsServicesList Text
- aslPageToken :: Lens' AppsServicesList (Maybe Text)
- aslPageSize :: Lens' AppsServicesList (Maybe Int32)
- aslCallback :: Lens' AppsServicesList (Maybe Text)
REST Resource
type AppsServicesListResource = "v1" :> ("apps" :> (Capture "appsId" Text :> ("services" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListServicesResponse))))))))))) Source #
A resource alias for appengine.apps.services.list
method which the
AppsServicesList
request conforms to.
Creating a Request
Creates a value of AppsServicesList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data AppsServicesList Source #
Lists all the services in the application.
See: appsServicesList
smart constructor.
Instances
Request Lenses
aslUploadProtocol :: Lens' AppsServicesList (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
aslAccessToken :: Lens' AppsServicesList (Maybe Text) Source #
OAuth access token.
aslUploadType :: Lens' AppsServicesList (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
aslAppsId :: Lens' AppsServicesList Text Source #
Part of `parent`. Name of the parent Application resource. Example: apps/myapp.
aslPageToken :: Lens' AppsServicesList (Maybe Text) Source #
Continuation token for fetching the next page of results.
aslPageSize :: Lens' AppsServicesList (Maybe Int32) Source #
Maximum results to return per page.
aslCallback :: Lens' AppsServicesList (Maybe Text) Source #
JSONP