app.ocho.plugin.getLaunchAsset

ocho-lexicons.ocho.app

Documentation

Get the launch asset for an Ocho plugin.

main query

Get the launch asset for an Ocho plugin.

Parameters

did string did Required

The did of the plugin to retrieve the manifest for

platform string Required

The platform for which to retrieve the plugin manifest

Output

Encodingtext/javascript
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
The did of the plugin to retrieve the manifest for
The platform for which to retrieve the plugin manifest
View raw schema
{
  "type": "query",
  "output": {
    "encoding": "text/javascript",
    "description": "The launch asset for the plugin, which is the main JavaScript bundle."
  },
  "parameters": {
    "type": "params",
    "required": [
      "did",
      "platform"
    ],
    "properties": {
      "did": {
        "type": "string",
        "format": "did",
        "description": "The did of the plugin to retrieve the manifest for"
      },
      "platform": {
        "enum": [
          "ios",
          "android",
          "web"
        ],
        "type": "string",
        "description": "The platform for which to retrieve the plugin manifest"
      }
    }
  },
  "description": "Get the launch asset for an Ocho plugin."
}

Lexicon Garden

@