Can you get shared data from other power-ups via the client API?

Hi!

Is it possible to access the shared data from other power-ups via the client api? Ie, not using the REST API, just the calls to t.get() etc on the client.

Anyone know how?

Hi Robin,

The client library only allows you to access plugin data from your own Power-Up. You can’t access data from other Power-Ups from the client library.