Lines Matching full:apps
25 * The "apps" collection of methods.
29 * $apps = $apigeeService->apps;
36 * attributes with those specified in the request. (apps.attributes)
40 * `organizations/{org}/developers/{developer_email}/apps/{app}`
57 * attribute, the `name` appears in the UI. (apps.create)
75 * minutes to be deleted. (apps.delete)
79 * `organizations/{org}/developers/{developer_email}/apps/{app}`
113 * (apps.generateKeyPairOrUpdateDeveloperAppStatus)
117 * `organizations/{org}/developers/{developer_email}/apps/{app}`
131 * Returns the details for a developer app. (apps.get)
135 * `organizations/{org}/developers/{developer_email}/apps/{app}`
155 * Lists all apps created by a developer in an Apigee organization. Optionally,
156 * you can request an expanded view of the developer apps. A maximum of 100
157 * developer apps are returned per API call. You can paginate the list of
158 * deveoper apps returned using the `startKey` and `count` query parameters.
159 * (apps.listOrganizationsDevelopersApps)
165 * @opt_param string count Number of developer apps to return in the API call.
175 * the list of developer apps. For example, if you're returning 50 developer
176 * apps at a time (using the `count` query parameter), you can view developer
177 * apps 50-99 by entering the name of the 50th developer app. The developer app
197 * that you want to retain or delete, respectively. (apps.update)
201 * `organizations/{org}/developers/{developer_email}/apps/{app}`