Get all extensions.
[
{
"id": "e4eaaaf3-3c3b-11e8-b467-0ed5f89f718b",
"name": "Example Extension",
"description": "This is an example extension.",
"version": "1.0.0",
"author": "Example Author",
"url": "https://example.com",
"authorUrl": "https://example.com",
"urls":{
"static": "localhost:3000/extensions/e4eaaaf3-3c3b-11e8-b467-0ed5f89f718b/static/",
"api": "localhost:3000/extensions/e4eaaaf3-3c3b-11e8-b467-0ed5f89f718b/api/",
}
}
]Get an extension.
{
"id": "e4eaaaf3-3c3b-11e8-b467-0ed5f89f718b",
"name": "Example Extension",
"description": "This is an example extension.",
"version": "1.0.0",
"author": "Example Author",
"url": "https://example.com",
"authorUrl": "https://example.com",
"urls":{
"static": "localhost:3000/extensions/e4eaaaf3-3c3b-11e8-b467-0ed5f89f718b/static/",
"api": "localhost:3000/extensions/e4eaaaf3-3c3b-11e8-b467-0ed5f89f718b/api/",
}
}Get all events of an extension.
[
{
"name": "some-event",
"description": "This is an example event.",
}
]