Versions in this module Expand all Collapse all v1 v1.1.1 Oct 30, 2022 Changes in this version type Trending + func NewTrendingHttp11() *Trending v1.1.0 Oct 30, 2022 Changes in this version + const TimeMonth + const TimeToday + const TimeWeek + type Developer struct + Avatar *url.URL + DisplayName string + FullName string + ID int + URL *url.URL + type Language struct + Name string + URL *url.URL + URLName string + type Project struct + Contributor []Developer + ContributorURL *url.URL + Description string + Language string + Name string + Owner string + RepositoryName string + Stars int + StarsPeriod int + URL *url.URL + type Trending struct + BaseURL *url.URL + Client *http.Client + func NewTrending() *Trending + func NewTrendingWithClient(client *http.Client) *Trending + func (t *Trending) GetDevelopers(time, language string) ([]Developer, error) + func (t *Trending) GetLanguages() ([]Language, error) + func (t *Trending) GetProjects(time, language string) ([]Project, error)