opral / lix-sdk

1 stars 0 forks source link

`lix.plugins` -> `lix.plugins.get()` #50

Open samuelstroschein opened 2 months ago

samuelstroschein commented 2 months ago

Context

Apps will want to subscribe to lix APIs to update UIs.

Proposal

Change the lix API to use a getter that can be incrementally change to include a .subscribe() api in the future.

-lix.plugins
+lix.plugins.get()
+lix.plugins.subscribe()