Plugin Creation GuideLocal API ReferenceStoreKeyRetrieves a stored key value pair from the local store (using GET) loading...GET/api/store/{key}SendPathPath ParameterskeystringThe key to retrieve.Response Body200cURLJavaScriptGoPythonJavaC#curl -X GET "http://localhost:7172/api/store/string"200{}Navigate the primary content view to a specific plugin POSTPrevious PageStores a key value pair in the local store (using POST) POSTNext Page