0.6.0 • Published 12 months ago

stdhub-plugin-api v0.6.0

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
12 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

12 months ago

0.5.2

12 months ago

0.5.1

1 year ago

0.5.0

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.3.0

1 year ago

0.2.4

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago