View Source GitHub.RateLimit.Overview (GitHub REST API Client v0.0.11)

Provides struct and type for RateLimitOverview

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.RateLimit.Overview{
  __info__: map(),
  rate: GitHub.RateLimit.t(),
  resources: map()
}