5

I'm working on a spring boot app that needs to talk to the Github GraphQl API. Can apollo-android be used for this purpose? Since all of it's scarce documentation available as well as the sample project is written with android in mind, I'm not sure.

4

2 回答 2

7

维护者在这里。您绝对可以在纯 java 项目中使用 Apollo-Android。只有 1 个模块/工件是 android 特定的,这不是必需的。android 工件只是引入了 android 特定的线程模型。如果您需要更多帮助,请加入我们的 slack :-) http://www.apollostack.com/#slack

于 2017-08-23T17:44:10.350 回答
1

找到这个Maven 插件。如果您可以制作一个在 Spring Boot 中使用 apollo-android 的示例项目,那就太好了。

于 2018-07-25T23:42:45.997 回答