Accessing Server Plugin Endpoints in getAtoms Callback
Hey everyone! I'm working on a client plugin and need to retrieve the available endpoints from my server plugin within the
Is there a recommended way to get a list of all available server plugin endpoints (or otherwise reference them) within the client plugin’s
getAtoms callback. Here's a simplified snippet of my code:Is there a recommended way to get a list of all available server plugin endpoints (or otherwise reference them) within the client plugin’s
getAtoms callback? Any tips or best practices would be greatly appreciated!