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.

muaazsaleem
  • 83
  • 1
  • 6
  • The Android-specific references appear to be isolated in the `apollo-android-support` module. I do not know how easy it is to fork this project and create a replacement module that does not use Android APIs. – CommonsWare Jul 23 '17 at 10:32

2 Answers2

7

maintainer here. You can absolutely use Apollo-Android in a java only project. There is only 1 module/artifact that is android specific which is not required. The android artifact simply brings in android specific threading models. Come join our slack if you need more help :-) http://www.apollostack.com/#slack

FriendlyMikhail
  • 2,857
  • 23
  • 39
1

Found this maven plugin. It would be nice if you could make a sample project that uses apollo-android in spring boot.

Arash
  • 578
  • 1
  • 7
  • 26