Eventum Logo

Eventum

RepositoriesDiscover

Discover Repositories

Search the repositories that publish generators in the open. A repository appears in the list by carrying the topic that defines it, and the content of a listed repository is not reviewed.

GET
/repositories/discover

Query Parameters

query?|

Words to narrow the list with

page?Page

Page of the results

Default1
Range1 <= value <= 10

Response Body

application/json

application/json

curl -X GET "https://loading/api/repositories/discover"
{
  "topic": "string",
  "query": "string",
  "entries": [
    {
      "name": "string",
      "full_name": "string",
      "url": "string",
      "page_url": "string",
      "owner": "string",
      "description": "string",
      "topics": [],
      "stars": 0,
      "updated_at": "2019-08-24T14:15:22Z",
      "license": "string",
      "archived": false,
      "official": false,
      "connected": false
    }
  ],
  "total_count": 0,
  "refreshed_at": "2019-08-24T14:15:22Z",
  "rate": {
    "remaining": 0,
    "reset_at": "2019-08-24T14:15:22Z"
  }
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}
Empty
Empty
Empty