|
Creates a new userscript. |
|
|
Deletes a userscript uniquely identified by its namespace, name, and version. |
/userscripts /{namespace}/{name}/{version}
DELETE |
|
Provides access to the list of userscripts that are currently stored in the userscripts repository. |
|
|
Provides access to a unique userscript by its namespace, name, and version. |
/userscripts /{namespace}/{name}/{version}
GET |
|
Updates an existing userscript. |
|