Skip to main content

nexigon_api.repositories.QueryRepositoryPackagesOutput

Output of querying the packages of a repository.

packages object[]required
  • Array [
  • packageIdnexigon_api.repositories.PackageId (string)required

    Unique ID of a package.

    namestringrequired
    createdAtnexigon_api.datetime.Timestamp (string)required

    ISO 8601 formatted date and time string.

  • ]
  • nexigon_api.repositories.QueryRepositoryPackagesOutput
    {
    "packages": [
    {
    "packageId": "string",
    "name": "string",
    "createdAt": "string"
    }
    ]
    }