Skip to content
Vincent edited this page Aug 22, 2020 · 6 revisions

Arguments common to all endpoints

Name Description Value type Required
uri Git URI of the repository Git/HTTP(S) URI true
branch Git branch to start counting into String false
messages Whether to count messages or not boolean (true by default, set to n to disable) false

count.json

This endpoint returns the raw data as a JSON object, as such, no extra arguments is required.

count.png

This endpoint returns PNG images of graphs.

Name Description Value type Required
type Type of graph to generate Graph type true

Current graph types are:

  • histogram - a histogram of the final count of each swear words
  • timeline - a timeline showing the cumulative total count of swear words in each commit over time
Clone this wiki locally