Lines Matching full:app
35 * Updates attributes for a developer app. This API replaces the current
38 * @param string $name Required. Name of the developer app. Use the following
40 * `organizations/{org}/developers/{developer_email}/apps/{app}`
52 * Creates an app associated with a developer. This API associates the developer
53 * app with the specified API product and auto-generates an API key for the app
55 * unique ID of the app that you can use in API calls. The `DisplayName` (set as
72 * Deletes a developer app. **Note**: The delete operation is asynchronous. The
73 * developer app is deleted immediately, but its associated resources, such as
74 * app keys or access tokens, may take anywhere from a few seconds to a few
77 * @param string $name Required. Name of the developer app. Use the following
79 * `organizations/{org}/developers/{developer_email}/apps/{app}`
90 * Manages access to a developer app by enabling you to: * Approve or revoke a
91 * developer app * Generate a new consumer key and secret for a developer app To
92 * approve or revoke a developer app, set the `action` query parameter to
94 * `application/octet-stream`. If a developer app is revoked, none of its API
97 * Content` To generate a new consumer key and secret for a developer app, pass
100 * a single developer app. Each key pair has an independent status (`approved`
115 * @param string $name Required. Name of the developer app. Use the following
117 * `organizations/{org}/developers/{developer_email}/apps/{app}`
131 * Returns the details for a developer app. (apps.get)
133 * @param string $name Required. Name of the developer app. Use the following
135 * `organizations/{org}/developers/{developer_email}/apps/{app}`
140 * resources that have been approved for access by a developer app in the
144 * have been approved for access by a developer app in the specified Apigee
174 * `count` parameter. Name of the developer app from which to start displaying
177 * apps 50-99 by entering the name of the 50th developer app. The developer app
188 * Updates the details for a developer app. In addition, you can add an API
189 * product to a developer app and automatically generate an API key for the app
193 * App name as it is the primary key used to identify the app and cannot be
194 * changed. * Scopes associated with the app. Instead, use the
199 * @param string $name Required. Name of the developer app. Use the following
201 * `organizations/{org}/developers/{developer_email}/apps/{app}`