4 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.