[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[DAK web API] Empty suites value for backports in list of all known archive



Hi,

I'm trying different DAK web's API to understand them. I noticed that with dakweb.queries.archive's[1] archive() API, I'm getting an empty value of "suites" for "backports" suite. But for none of the other suite, this "suites" value is empty.

$ curl 'https://api.ftp-master.debian.org/archives' | jq .[0]
{
  "name": "backports",
  "suites": []
}

Is it expected to have an empty value of "suites" for "backports" suite?

[1]: https://ftp-team.pages.debian.net/dak/epydoc/dakweb.queries.archive-module.html


Cheers,
Vipul


Reply to: