6 endpoints match this tag.
/github/user/:username/repos
Fáðu a list of public repositories for a specific GitHub user, þar á meðal repo names, descriptions, star counts, fork counts, primary language, and last update dates. Gagnlegt til að byggja developer portfolio pages, analyzing a user's opinn hugbúnað contributions, and creating project showcases. Gögn frá GitHub REST API.
/github/search
Search í allar public GitHub repositories by keyword. Skilar samsvarandi repos with names, descriptions, star counts, fork counts, languages, and owner information. Gagnlegt fyrir finding opinn hugbúnað libraries, dissem nær yfir projects in specific technology stacks, competitive analysis, and building developer tool recommendation engines. Gögn frá GitHub Search API.
/github/trending
Fáðu the sem stendur trending repositories on GitHub - the projects gaining the most stars and attention núna. Skilar repo names, descriptions, star counts, languages, and authors. Gagnlegt fyrir developer mælaborð, 'what's hot in opinn hugbúnað' eiginleika, tech newsletters, and staying current með developer community's latest interests.
/github/user/:username
Fáðu a public GitHub user profile by username, þar á meðal display name, bio, avatar URL, company, location, public repo count, follower/following counts, and account creation date. Gagnlegt fyrir developer portfolio verkfæri, team pages that pull data from GitHub, recruitment vettvanga, and opinn hugbúnað contributor profiles. Gögn frá GitHub REST API.
/news/hackernews/best
Fáðu the highest-voted Hacker News stories yfir longer time period (the 'best' ranking emphasizes total score over recency). Skilar story titles, URLs, scores, comment counts, and authors. Gagnlegt fyrir dissem nær yfir the most impactful tech stories you might have missed, building 'best of HN' digests, and curating high-quality developer content. Gögn frá Hacker News API.
/news/hackernews/top
Fáðu the current top stories from Hacker News, ranked by the HN ranking algorithm (a combination of votes and recency). Skilar story titles, URLs, scores, comment counts, and authors. Stillanleg limit (default 20). Nauðsynlegt fyrir developer news feeds, tech mælaborð, and startup community verkfæri. Data fetched í rauntíma frá official Hacker News Firebase API.