You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On backend we need to provide APIs to add and remove plugins with the following points:
Add: Add function with the path for the directory of the plugin and the plugin type. This function should validate the directory then copy it to the matching plugins directory in chipmunk home-directory. If the plugin isn't valid it should return an error directly.
Remove: Function with the path for the plugin directory. This function will return an error if the plugin doesn't exist. Otherwise, it will remove the plugin directory completely.
The text was updated successfully, but these errors were encountered:
On backend we need to provide APIs to add and remove plugins with the following points:
The text was updated successfully, but these errors were encountered: