Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update to Octokit doc for direction to appropriate resources #26058

Merged
merged 8 commits into from
Jun 20, 2023
6 changes: 6 additions & 0 deletions content/rest/overview/libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ topics:

## Official {% data variables.product.company_short %} Octokit libraries

{% note %}

**Note:** If you have a specific Octokit issue, please open an issue in the corresponding Octokit repository. Although the official Octokit repositories are maintained by {% data variables.product.company_short %}, they are open source and community contributions are welcome.

{% endnote %}

- JavaScript: [octokit.js](https://github.com/octokit/octokit.js). For more information, see "[AUTOTITLE](/rest/guides/scripting-with-the-rest-api-and-javascript)."
- Ruby: [octokit.rb](https://github.com/octokit/octokit.rb)
- .NET: [octokit.net](https://github.com/octokit/octokit.net)
Expand Down