You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello there, I've been looking for simple Pokémon Go api on github which I can rip off or use a small portion of it as one of my applications layers. Personally I only need something that returns me some meta data about a specific location and that's it. Building a search algorithm is something that the app must do, not the api.
I might have found this here.
I'm not a fan of pods because they can become complicated and can break your project if you're not an experienced user.
That's why I'd wish this project here should support both pods and Carthage. 😄
The text was updated successfully, but these errors were encountered:
Well, arguably the search algorithm is something that can be implemented in the library because it is something that would be widely used. Having a central code base for it would only improve it for everyone. That's a separate issue though 😄
As far as Carthage, I've actually never used it! CocoaPods is much more stable now if you want to give that a shot, but I'm more than open to a PR adding Carthage support!
Hello there, I've been looking for simple Pokémon Go api on github which I can rip off or use a small portion of it as one of my applications layers. Personally I only need something that returns me some meta data about a specific location and that's it. Building a search algorithm is something that the app must do, not the api.
I might have found this here.
I'm not a fan of
pods
because they can become complicated and can break your project if you're not an experienced user.That's why I'd wish this project here should support both
pods
andCarthage
. 😄The text was updated successfully, but these errors were encountered: