You are viewing a section of Superface that will be deprecated in Q4 2023. Until then, you can continue to use it as you have before but we recommend that you migrate to our latest version soon. For more details visit superface.ai/docs/migrate.

Atlassian Accessible Resources

atlassian/accessible-resources@1.0.0
1 provider

List Accessible Resources

List currently accessible Atlassian resources (e.g. Jira sites, Confluence sites...) along with their information.

Result
resources

1.Choose a provider

2.Use ListAccessibleResources with mock in your code

Below instructions are for our Node.js SDK. Use OneService for other languages.
npm i @superfaceai/one-sdk

Structure details

Input (object)

Example

Result (object)

resources
id
Unique ID of the resource (also known as `cloudId`).
name
Name of the resource.
url
URL of the resource.
scopes
List of scopes associated with the resource.
avatarUrl
URL of the avatar associated with the resource.

Example

Implementation details

Provider
mock
Use case
ListAccessibleResources
Author
@superface
Source
Verified