0.6.0 • Published 11 months ago

stdhub-plugin-api v0.6.0

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
11 months ago

stdhub-plugin-api

Server-side API for bedrock-stdhub developers.

Usage

Construct an instance of StdhubPluginApi:

import { StdhubPluginApi } from 'stdhub-plugin-api';

// Constructing an instance needs a namespace.
// Generally, it is recommended that you directly use your plugin name as the namespace.
const pluginName = 'my-awesome-plugin';
const api = new StdhubPluginApi(pluginName);

and start coding.

The documentation of each method is embedded with code, so rely on IDEs to see them.

0.6.0

11 months ago

0.5.2

11 months ago

0.5.1

11 months ago

0.5.0

11 months ago

0.4.1

12 months ago

0.4.0

12 months ago

0.3.0

12 months ago

0.2.4

12 months ago

0.2.3

12 months ago

0.2.2

12 months ago

0.2.1

12 months ago

0.2.0

12 months ago

0.1.0

12 months ago