github 的 GraphQL API 是否弃用了其余的 api?

does github's GraphQL API deprecate the rest api?

我正在开始一个将与 github 交互的全新项目(又名无遗留代码),目前有 2 个受支持的 APIs,"rest" API 被称为 "API V3" 而 "GraphQL" API 被称为 "API V4",

那么问题是,V4 API 是否弃用了 V3 API?即使我认为 V3 API 似乎更容易使用,我是否应该努力使用 V4 API?或者我应该选择看起来最合适的 API 而不管 API 版本号?

There are two stable versions of the GitHub API: the REST API v3 and the GraphQL API v4.

查看 https://developer.github.com/v3/versions/ - 事实并非如此。 "deprecated" 部分仅列出了 V1 和 V2 - 两者都已于 2012 年停产。