Get the launch asset for an Ocho plugin.
Parameters
Output
Encoding
text/javascriptTry It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
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."
}