Skip to content

Powered by Grav + Helios

Get README

Get README

GET /gpm/plugins/{slug}/readme
Get the README.md content for an installed plugin or theme. Also available at /gpm/themes/{slug}/readme.

Parameters

Name Type Description
slug required string The package slug
JSON
{"data": {"content": "# My Plugin\n\nThis plugin does..."}}

Response Codes

200 Success
401 Unauthorized
404 Package or README not found