gca3020 / GABoardGameGeek

BoardGameGeek XMLAPI2 Swift Framework for interacting with games and collections on BGG
MIT License
8 stars 6 forks source link

Network requests #2

Closed gca3020 closed 8 years ago

gca3020 commented 8 years ago

Add the ability for the API to make network requests for the XML content to deserialize. In addition, add a bunch of unit tests using OHHTTPStubs to stub out network responses, and reorganize the code to better conform to the CocoaPods library conventions.