Template Info

Returns the template. Please note this api requires write access to the repository,

GET /api/templates/{namespace}/{name}

Example Response Body:

1
2
3
4
5
6
{
    "id": 1,
    "name": "plugin.starlark",
    "namespace": "octocat",
    "data": "data"
}