You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/_tools/github/create-token/README.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ limitations under the License.
20
20
21
21
# Create Token
22
22
23
-
> [Create][github-create-token] a Github OAuth access [token][github-token].
23
+
> [Create][github-create-token] a GitHub OAuth access [token][github-token].
24
24
25
25
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
26
26
@@ -44,7 +44,7 @@ var createToken = require( '@stdlib/_tools/github/create-token' );
44
44
45
45
#### createToken( options, clbk )
46
46
47
-
[Creates][github-create-token] a Github OAuth access [token][github-token].
47
+
[Creates][github-create-token] a GitHub OAuth access [token][github-token].
48
48
49
49
<!-- run-disable -->
50
50
@@ -97,18 +97,18 @@ function clbk( error, results, info ) {
97
97
98
98
The `function` accepts the following `options`:
99
99
100
-
-**username**: Github username (_required_).
101
-
-**password**: Github password (_required_).
100
+
-**username**: GitHub username (_required_).
101
+
-**password**: GitHub password (_required_).
102
102
-**scopes**: list of [scopes][github-scopes] (_required_).
103
103
-**note**: a note as to the purpose of the [token][github-token] (_required_).
The `function`**only** supports basic authentication using a `username` and `password`. To [authenticate][github-oauth2] with Github, set the `username` and `password` options.
111
+
The `function`**only** supports basic authentication using a `username` and `password`. To [authenticate][github-oauth2] with GitHub, set the `username` and `password` options.
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/_tools/github/delete-token/README.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ limitations under the License.
20
20
21
21
# Delete Token
22
22
23
-
> [Delete][github-delete-token] a Github OAuth access [token][github-token].
23
+
> [Delete][github-delete-token] a GitHub OAuth access [token][github-token].
24
24
25
25
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
26
26
@@ -44,7 +44,7 @@ var deleteToken = require( '@stdlib/_tools/github/delete-token' );
44
44
45
45
#### deleteToken( id, options, clbk )
46
46
47
-
[Deletes][github-delete-token] a Github OAuth access [token][github-token].
47
+
[Deletes][github-delete-token] a GitHub OAuth access [token][github-token].
48
48
49
49
<!-- run-disable -->
50
50
@@ -74,12 +74,12 @@ function clbk( error, info ) {
The `function`**only** supports basic authentication using a `username` and `password`. To [authenticate][github-oauth2] with Github, set the `username` and `password` options.
82
+
The `function`**only** supports basic authentication using a `username` and `password`. To [authenticate][github-oauth2] with GitHub, set the `username` and `password` options.
0 commit comments