# 使用 REST API

了解如何使用 GitHub REST API、遵循最佳做法并解决问题。

## Links

* [REST API 入门](/zh/enterprise-server@3.19/rest/using-the-rest-api/getting-started-with-the-rest-api)

  了解如何使用 GitHub REST API。

* [REST API 的速率限制](/zh/enterprise-server@3.19/rest/using-the-rest-api/rate-limits-for-the-rest-api)

  了解 REST API 速率限制、如何避免超过速率限制，以及如果超过了该怎么办。

* [在 REST API 中使用分页](/zh/enterprise-server@3.19/rest/using-the-rest-api/using-pagination-in-the-rest-api)

  了解如何从 REST API 浏览分页响应。

* [REST API 的库](/zh/enterprise-server@3.19/rest/using-the-rest-api/libraries-for-the-rest-api)

  可以使用官方 Octokit 库和其他第三方库来扩展和简化使用 GitHub API 的方式。

* [使用 REST API 的最佳做法](/zh/enterprise-server@3.19/rest/using-the-rest-api/best-practices-for-using-the-rest-api)

  使用 GitHub's API 时，请遵循这些最佳做法。

* [REST API 故障排除](/zh/enterprise-server@3.19/rest/using-the-rest-api/troubleshooting-the-rest-api)

  了解如何诊断和解决 REST API 的常见问题。

* [时区与 REST API](/zh/enterprise-server@3.19/rest/using-the-rest-api/timezones-and-the-rest-api)

  某些 REST API 端点允许通过请求指定时区信息。

* [使用 CORS 与 JSONP 发出跨源请求](/zh/enterprise-server@3.19/rest/using-the-rest-api/using-cors-and-jsonp-to-make-cross-origin-requests)

  可以使用跨源资源共享 (CORS) 和 JSONP 回调来跨域发出 API 请求。

* [议题事件类型](/zh/enterprise-server@3.19/rest/using-the-rest-api/issue-event-types)

  对于问题事件和时间线事件的 REST API，请了解每个事件类型、触发操作 GitHub以及每个事件的唯一属性。

* [GitHub事件类型](/zh/enterprise-server@3.19/rest/using-the-rest-api/github-event-types)

  对于 GitHub 事件 API，了解每个事件类型、GitHub 上的触发操作以及每个事件的唯一属性。