virtual endpoint handling requests for third party plugin. The actual handler is defined as an HTTP handler middleware.

get/plugin/{author-name}/{plugin-name}

Path parameters

author-namestring required

Author of the plugin.

plugin-namestring required

Name of the plugin.

Response

Dumb response. All content and HTTP code are possible for this endpoint.

Changes