You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Module provides information about the module that initiated a Forge remote call.
16
+
/** Module provides information about the module that initiated a Forge remote
17
+
* call.
15
18
*
16
-
* @param`type` Module type initiating the remote call, such as `xen:macro` for front-end invocations. Otherwise, it will be core:endpoint. To determine the type of module that specified the remote resolver, refer to `context.extension.type`
17
-
* @paramkey Forge module key for this endpoint as specified in the manifest.yml
19
+
* @param`type`
20
+
* Module type initiating the remote call, such as `xen:macro` for front-end
21
+
* invocations. Otherwise, it will be core:endpoint. To determine the type of
22
+
* module that specified the remote resolver, refer to
23
+
* `context.extension.type`
24
+
* @paramkey
25
+
* Forge module key for this endpoint as specified in the manifest.yml
18
26
*/
19
27
finalcaseclassModule(`type`: String, key: String)
20
28
21
-
/**
22
-
* Contains information about the license of the app. This field is only present for paid apps in the production environment.
23
-
* `license` is undefined for free apps, apps in DEVELOPMENT and STAGING environments, and apps that are not listed on
24
-
* the Atlassian Marketplace.
29
+
/** Context where an app is installed.
25
30
*
26
-
* @paramisActive Specifies if the license is active.
31
+
* @paramname
32
+
* Name of the context where an app is installed.
33
+
* @paramapiBaseUrl
34
+
* API base URL where all Atlassian app API requests should be routed.
0 commit comments