wiki_elixir v0.1.1 Wiki.Rest.Pageviews View Source

Link to this section Summary

Link to this section Functions

Link to this function

pageviews_aggregate(project)

View Source

Specs

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

pageviews_aggregate(project, start, finish)

View Source

Specs

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

pageviews_aggregate(project, access, agent, granularity, start, finish)

View Source

Specs

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

pageviews_per_article(project, article)

View Source

Specs

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

pageviews_per_article(project, article, start, finish)

View Source

Specs

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

pageviews_per_article(project, access, agent, article, granularity, start, finish)

View Source

Specs

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

Specs

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

pageviews_top(project, year, month)

View Source

Specs

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

pageviews_top(project, year, month, day)

View Source

Specs

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

pageviews_top(project, access, year, month, day)

View Source

Specs

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

pageviews_top_by_country(project)

View Source

Specs

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

pageviews_top_by_country(project, year, month)

View Source

Specs

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

pageviews_top_by_country(project, access, year, month)

View Source

Specs

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