class Apps extends Resource (View source)

The "apps" collection of methods.

Typical usage is:

 $driveService = new Google\Service\Drive(...);
 $apps = $driveService->apps;

Methods

App
get(string $appId, array $optParams = [])

Gets a specific app. (apps.get)

listApps(array $optParams = [])

Lists a user's installed apps. (apps.listApps)

Details

App get(string $appId, array $optParams = [])

Gets a specific app. (apps.get)

Parameters

string $appId

The ID of the app.

array $optParams

Optional parameters.

Return Value

App

Exceptions

Exception

AppList listApps(array $optParams = [])

Lists a user's installed apps. (apps.listApps)

Parameters

array $optParams

Optional parameters.

Return Value

AppList

Exceptions

Exception