Timoni · Example Payload

Timoni List Module Tags Example

ContainersKubernetesPackage ManagerCUE

Timoni List Module Tags Example is an example object payload from Timoni, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://ghcr.io/v2/stefanprodan/modules/podinfo/tags/list",
    "headers": {
      "Authorization": "Bearer ghp_example_token",
      "Accept": "application/vnd.oci.image.manifest.v1+json"
    }
  },
  "response": {
    "status": 200,
    "headers": {
      "Content-Type": "application/json"
    },
    "body": {
      "name": "stefanprodan/modules/podinfo",
      "tags": [
        "6.7.0",
        "6.6.2",
        "6.6.1",
        "6.6.0",
        "6.5.4",
        "latest"
      ]
    }
  }
}