Skip to content

Commit a1b8420

Browse files
Polaris000jgbarah
authored andcommitted
Added no cred heading + removed user/pass auth method
1 parent 28eed15 commit a1b8420

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

perceval/github.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66

77
To begin with, let's get some help from our friend:
88

9-
```bash
9+
```bash
1010
(perceval) $ perceval github --help
1111
...
1212
```
1313

14-
In that help banner, we see three different ways of using it:
14+
In that help banner, we see two different ways of using it:
1515

1616
* with no credentials
17-
* with a user and password
1817
* with a user token
1918

19+
## Retrieving from GitHub with no credentials
2020
If you use the GitHub Perceval backend with no credentials, you'll have basic access to the GitHub API. The main difference with using authenticated use is the rate limit: a much more stringent rate limit \(number of requests to the GitHub API\) will be applied by GitHub. In any case, this basic access is very simple, since it requires no user, password or token. For example, for accessing tickets and pull requests in the Perceval repository:
2121

2222
```bash

0 commit comments

Comments
 (0)