Organization
Last updated
Last updated
An Organization
instance represents an Aragon organization and exposes methods to interact with it.
Fetch a specific app from the organization.
Name | Type | Description |
---|---|---|
This method can throw one of the following errors:
Error type | Description |
---|---|
Like Organization#app()
, but as a subscription.
Name | Type | Description |
---|---|---|
The error passed to callback
can be null
(no error) or one of the following:
Fetch apps from the organization.
This method can throw one of the following errors:
Like Organization#apps()
, but as a subscription.
The error passed to callback
can be null
(no error) or one of the following:
Fetch the organization’s permissions.
This method can throw one of the following errors:
Like Organization#permissions()
, but as a subscription.
The error passed to callback
can be null
(no error) or one of the following:
Execute a function on a given app.
Error type | Description |
---|---|
Name | Type | Description |
---|---|---|
Error type | Description |
---|---|
Name | Type | Description |
---|---|---|
Error type | Description |
---|---|
Name | Type | Description |
---|---|---|
Error type | Description |
---|---|
Name | Type | Description |
---|---|---|
Error type | Description |
---|---|
Name | Type | Description |
---|---|---|