Skip to content

Commit

Permalink
Link to gists documentation in README (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
envp authored May 30, 2023
1 parent 0c9acd4 commit 8847f46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Currently, the following modules are available as of version `0.17`.
- [`repos`] Repositories.
- [`search`] GitHub's search API.
- [`teams`] Teams.
- [`gists`] GitHub's gists API

[`models`]: https://docs.rs/octocrab/latest/octocrab/models/index.html
[`auth`]: https://docs.rs/octocrab/latest/octocrab/auth/index.html
Expand All @@ -56,6 +57,7 @@ Currently, the following modules are available as of version `0.17`.
[`releases`]: https://docs.rs/octocrab/latest/octocrab/repos/struct.ReleasesHandler.html
[`search`]: https://docs.rs/octocrab/latest/octocrab/search/struct.SearchHandler.html
[`teams`]: https://docs.rs/octocrab/latest/octocrab/teams/struct.TeamHandler.html
[`gists`]: https://docs.rs/octocrab/latest/octocrab/gists/struct.GistsHandler.html

#### Getting a Pull Request
```rust
Expand Down

0 comments on commit 8847f46

Please sign in to comment.