We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01186a6 commit ed936e6Copy full SHA for ed936e6
lib/node_modules/@stdlib/_tools/github/user-repos/lib/defaults.json
@@ -1,13 +1,13 @@
1
{
2
- "protocol": "https",
3
- "hostname": "api.github.com",
4
- "port": 443,
5
- "pathname": "/",
6
- "page": 1,
7
- "last_page": "last",
8
- "per_page": 100,
9
- "query": "",
10
- "method": "GET",
11
- "useragent": "https://github.com/stdlib-js/stdlib/@stdlib/_tools/github/user-repos",
12
- "accept": "application/vnd.github.v3+json"
+ "protocol": "https",
+ "hostname": "api.github.com",
+ "port": 443,
+ "pathname": "/",
+ "page": 1,
+ "last_page": "last",
+ "per_page": 100,
+ "query": "",
+ "method": "GET",
+ "useragent": "https://github.com/stdlib-js/stdlib/@stdlib/_tools/github/user-repos",
+ "accept": "application/vnd.github.v3+json"
13
}
0 commit comments