6 endpoints match this tag.
/github/user/:username/repos
Hae a list of public repositories for a specific GitHub user, mukaan lukien repo names, descriptions, star counts, fork counts, primary language, and last update dates. Hyödyllinen building developer portfolio pages, analyzing a user's open source contributions, and creating project showcases. Data the GitHub REST API.
/github/search
Hae across all public GitHub repositories avainsanalla. Palauttaa vastaavat repos with names, descriptions, star counts, fork counts, languages, and owner information. Hyödyllinen finding open source libraries, discovering projects in specific technology stacks, competitive analysis, and building developer tool recommendation engines. Data the GitHub Search API.
/github/trending
Hae the tällä hetkellä trending repositories on GitHub - the projects gaining the most stars and attention right now. Palauttaa repo names, descriptions, star counts, languages, and authors. Hyödyllinen developer dashboards, 'what's hot in open source' features, tech newsletters, and staying current with the developer community's latest interests.
/github/user/:username
Hae a public GitHub user profile by username, mukaan lukien display name, bio, avatar URL, company, location, public repo count, follower/following counts, and account creation date. Hyödyllinen developer portfolio tools, team pages that pull data from GitHub, recruitment platforms, and open source contributor profiles. Data the GitHub REST API.
/news/hackernews/best
Hae the highest-voted Hacker News stories over a longer time period (the 'best' ranking emphasizes total score over recency). Palauttaa story titles, URLs, scores, comment counts, and authors. Hyödyllinen discovering the most impactful tech stories you might have missed, building 'best of HN' digests, and curating high-quality developer content. Data the Hacker News API.
/news/hackernews/top
Hae the current top stories from Hacker News, ranked by the HN ranking algorithm (a combination of votes and recency). Palauttaa story titles, URLs, scores, comment counts, and authors. Määritettävä limit (default 20). Välttämätön developer news feeds, tech dashboards, and startup community tools. Data fetched reaaliajassa from the official Hacker News Firebase API.