File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
![ CI] ( https://github.com/grubersjoe/github-contributions-api/actions/workflows/test.yml/badge.svg )
4
4
5
- A simple API that returns number of GitHub contributions based on a users GitHub
6
- profile. This API is used by
5
+ An API that returns the number of GitHub contributions by scraping a user's
6
+ GitHub profile. This API is used by
7
7
[ React GitHub Calendar] ( https://github.com/grubersjoe/react-github-calendar )
8
8
(React component).
9
9
@@ -30,7 +30,7 @@ Send a GET request to the API in the following format:
30
30
https://github-contributions-api.jogruber.de/v4/GITHUB_USERNAME
31
31
```
32
32
33
- And you will receive an object with _ complete _ history of that user's
33
+ And you will receive an object with complete history of that user's
34
34
contributions (total per year and for each day):
35
35
36
36
``` json
@@ -93,7 +93,7 @@ https://github-contributions-api.jogruber.de/v4/GITHUB_USERNAME?format=nested
93
93
}
94
94
```
95
95
96
- ### The ` y ` query parameter
96
+ ### Query specific time frame
97
97
98
98
Use the ` y ` (year) query parameter to retrieve the data for a specific year, a
99
99
set of years, the _ last_ year (GitHub's default view), or the data for _ all_
You can’t perform that action at this time.
0 commit comments