This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// **BlaBla 编程挑战** | |
// Github提供2种公开的API,一种是REST和另一种是GraphQL。BlaBla编程挑战是利用Github GraphQL以查询GitHub的公共数据 | |
// 并解析API的JSON响应以回答我们已下出的问题。我们系统中使用了GraphQL,因此拥有GraphQL的知识对我们团队中的移动开发人员是非常重要的。 | |
// 首先,您可以在以下链接测试Github GraphQL并了解一些实际的例子: | |
// https://developer.github.com/v4/explorer/ | |
// 这个指南提供了有关GitHub GraphQL入门的信息: | |
// https://developer.github.com/v4/guides/ |