Added API endpoint for statistics.

This commit is contained in:
Šesták Vít
2018-03-21 10:11:48 +01:00
parent dcc109a729
commit e6e9d4c940
2 changed files with 31 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
# Home page
GET / controllers.Application.homepage()
GET /api/stats/libraries/count.json controllers.Statistics.librariesCountApi(selector: Option[String], operator: Option[String], threshold: Option[Double], strict: Boolean)
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])