We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This follows the discussion that happened here #10684
The idea is to be able to provide a non repo-scoped version of
https://shields.io/badges/git-hub-search-hit-counter
GitHub Code Search Public API with Authentication already supported by Shields
https://docs.github.com/fr/search-github/github-code-search/about-github-code-search https://docs.github.com/en/search-github/searching-on-github/searching-code
I want to be able to dynamic badge for query like this
len([]byte(...: 6.5k len(string(: 5.4k len(json.RawMessage(...: 4
Examples of usage in various repository
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
📋 Description
This follows the discussion that happened here #10684
The idea is to be able to provide a non repo-scoped version of
https://shields.io/badges/git-hub-search-hit-counter
🔗 Data
GitHub Code Search
Public API with Authentication already supported by Shields
https://docs.github.com/fr/search-github/github-code-search/about-github-code-search
https://docs.github.com/en/search-github/searching-on-github/searching-code
🎤 Motivation
I want to be able to dynamic badge for query like this
len([]byte(...: 6.5k
len(string(: 5.4k
len(json.RawMessage(...: 4
Examples of usage in various repository
The text was updated successfully, but these errors were encountered: