graphql-community / ApolloAlamofire

Alamofire transport for Apollo iOS GraphQL library
MIT License
61 stars 17 forks source link

Example is empty #11

Open phucdanghuu opened 5 years ago

phucdanghuu commented 5 years ago

I tried to run the example project, but there was nothing there, ViewController class was empty. Could you please help check?

denis-severinov commented 4 years ago

@MaxDesiatov It's true. It would be great if you published an example. And by the way, do you plan to update ApolloAlamofire?

MaxDesiatov commented 4 years ago

Hi everyone, thanks for the feedback. I plan to publish an update in the next few weeks with support for Alamofire 5.0 and the latest version of Apollo.

denis-severinov commented 4 years ago

@MaxDesiatov awesome! Thank you so much What about an example?

MaxDesiatov commented 4 years ago

I'm trying to think what publicly available API would make the most sense to demo in the example. GitHub GraphQL API comes to mind, but suggestions are welcome 🙂

denis-severinov commented 4 years ago

I'm trying to make Apollo work in performFetchWithCompletionHandler, but I can't get the result, the closure is not performed

MaxDesiatov commented 4 years ago

Since all of the issues that ApolloAlamofire was supposed to work around have been fixed in Apollo, including background sessions in Apollo 0.27.0, I'm thinking of deprecating and archiving this repository. Please let me know if there's still a use case for it and a need to keep it maintained.