Signed-off-by: Mark Hymers <mhy@debian.org>
@bottle.route('/dsc_in_suite/<suite>/<source>')
def dsc_in_suite(suite=None, source=None):
"""
- Find all dsc files for a given source package name in a given suite.
+ dsc_in_suite(suite, source)
+
+ returns: list of dictionaries
- suite and source must be supplied
+ Find all dsc files for a given source package name in a given suite.
"""
if suite is None:
return bottle.HTTPError(503, 'Suite not specified.')