wiki_elixir v0.1.1 Wiki.Rest.Edits View Source

Link to this section Summary

Link to this section Functions

Link to this function

edits_aggregate(project)

View Source

Specs

edits_aggregate(String.t()) :: map()
Link to this function

edits_aggregate(project, start, finish)

View Source

Specs

edits_aggregate(String.t(), String.t(), String.t()) :: map()
Link to this function

edits_aggregate(project, editor_type, page_type, granularity, start, finish)

View Source

Specs

edits_aggregate(
  String.t(),
  String.t(),
  String.t(),
  String.t(),
  String.t(),
  String.t()
) :: map()