From 374083b5de4e3ef543c643ebbdf3dc3cc29fe94f Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Aug 12 2016 14:33:19 +0000 Subject: Document the new API endpoint in the index --- diff --git a/mdapi/index.html b/mdapi/index.html index b938ee8..8a77590 100644 --- a/mdapi/index.html +++ b/mdapi/index.html @@ -83,6 +83,16 @@ So for example, for the kernel in rawhide: /rawhide/pkg/kernel +You can also retrieve information about a specific package on a specific +branch via the name of its source package by querying: + + /{branch}/srcpkg/{package name} + +So for example, for the python-natsort in rawhide that only exists as src.rpm: + + /rawhide/srcpkg/python-natsort + + Retrieve the list of files in a package ---------------------------------------