View Source CodestatsApi.Stats.Languages (codestats_api v0.1.0)
Map of programming lanuage names to XP.
Example: %{
"Elixir": %{
new_xps: 100,
xps: 464413
},
"Rust": %{
new_xps: 0,
xps: 500
}
}
Summary
Functions
Parses the languages from the user's data from the Code::Stats API.
Types
@type t() :: %{ required(String.t()) => %{ new_xps: CodestatsApi.Stats.Xp.t(), xps: CodestatsApi.Stats.Xp.t() } }
Functions
Parses the languages from the user's data from the Code::Stats API.