Unispec Docs
ApiRegistryProjects

Get project

GET
/projects/{owner}/{project}

Path Parameters

owner*string
project*string

Response Body

application/json

application/json

curl -X GET "https://example.com/projects/string/string"
{  "project": {    "id": "string",    "owner_type": "string",    "owner_name": "string",    "name": "string",    "visibility": "string",    "description": "string",    "latest_published_version": "string",    "created_at": "2019-08-24T14:15:22Z",    "updated_at": "2019-08-24T14:15:22Z"  }}
{  "error": {    "code": "string",    "message": "string"  }}