Requires a Personal Access Token with the repo
scope (or public_repo
for public repos only). Manage your tokens securely.
You can query the StackHound API directly. The endpoint /api/analyze
accepts username
and repo
query parameters.
It analyzes dependency files (like package.json
, requirements.txt
, etc.) from the GitHub repository and returns the detected technologies.
repo
) in the request header. Use either Authorization: Bearer YOUR_TOKEN
or X-GitHub-Token: YOUR_TOKEN
. See the code examples below. Handle your tokens securely.Loading API URL...
Remember to replace YOUR_USERNAME
, YOUR_REPO
, and YOUR_GITHUB_TOKEN
where applicable.