Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Central API for easier pluggin development #48

Closed
ZeroX-DG opened this issue Dec 17, 2018 · 1 comment
Closed

Central API for easier pluggin development #48

ZeroX-DG opened this issue Dec 17, 2018 · 1 comment
Labels
feature request 🌟 Issue is a new feature request.

Comments

@ZeroX-DG
Copy link
Member

ZeroX-DG commented Dec 17, 2018

While developing this app we must keep a central API so that we can share it with the plugin developers. For example, when a developer develops a plugin that shows a message dialog he could call something like:

import Boost from 'boost';

Boost.window.showMessageDialog('Hello', 'from plugin', Boost.MessageDialogType.INFO);

I think we should plan out how the API should looks like a write a doc about it.

@Rokt33r
Copy link
Member

Rokt33r commented Dec 21, 2018

We definitely need it. Thanks for the nice idea!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request 🌟 Issue is a new feature request.
Projects
None yet
Development

No branches or pull requests

2 participants