Added API for listing all dependencies

This commit is contained in:
Šesták Vít
2017-02-07 16:22:07 +01:00
parent fef70cedcf
commit cf6e1925f7
3 changed files with 41 additions and 3 deletions

View File

@@ -5,6 +5,7 @@
# Home page
GET / controllers.Application.homepage()
GET /api/table controllers.Statistics.table()
GET /api/all-dependencies.json controllers.Statistics.allDependencies(selector: Option[String])
GET /status controllers.Application.index(versions: Map[String, Int] = Map())
GET /versions controllers.Application.index(versions: Map[String, Int])
GET /dependencies controllers.Application.dependencies(classified: Option[Boolean] = None, requiredTags: Seq[Int] ?= Seq(), noTag: Boolean ?= false)