Added detailed list of dependencies

This commit is contained in:
Šesták Vít
2017-03-03 15:20:38 +01:00
parent 8f7f5d15ee
commit c1be908990
3 changed files with 26 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
GET / controllers.Application.homepage()
GET /api/table controllers.Statistics.table()
GET /api/all-dependencies.json controllers.Statistics.allDependencies(selector: Option[String])
GET /api/all-dependencies-verbose.json controllers.Statistics.allDependenciesVerbose(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)