cheshire-cat-ai / plugins-backend

The backend of The Cheshire Cat plugin directory
GNU General Public License v3.0
7 stars 5 forks source link

`/download` endpoint could use plugin's github URL as id #19

Closed pieroit closed 1 year ago

pieroit commented 1 year ago

Since we are sure github repos' URLs are unique, I suggest using them as plugin id to get the .zip file from the /download endpoint

{
  "plugin_url": "https://github.com/..."
}