Page 1 of 1

[RESOLVED] API request on packages

Published: July 11, 2023 - 11:34 AM
by GF68
Hello,

I'm trying to make an API request to retrieve the list of dependencies for a group package.

I've searched the documentation, but I can't find any information on how to do this.

Is this type of request possible?

Sincerely,

Guillaume

Re: API request on packages

Published: July 13, 2023 - 1:57 PM
by sfonteneau
This should help you:

Code: Select all

SELECT package,depends from packages where section = 'group'

Re: API request on packages

Published: July 21, 2023 - 12:46 PM
by dcardon
Hello GF68,
hoping this provided the desired solution, I'm marking the topic as [RESOLVED] and closing it.
Denis