jackpine / biketag-ios

http://biketag.jackpine.me
1 stars 1 forks source link

Feature/api auth #45

Closed michaelkirk closed 9 years ago

michaelkirk commented 9 years ago

Solves: https://github.com/jackpine/biketag-ios/issues/34 (Shouldn't be able to capture my own spot).

But this entails a lot - e.g. a notion of a spot having a user, and authenticating that user. There is a big ole corresponding PR in https://github.com/jackpine/biketag-api/pulls/2

There is a large refactor to centralize request building and error handling related to making API calls which has been centralized in the new ApiService class.

michaelkirk commented 9 years ago

Actually @jmoody this isn't ready for a review yet - there is some cleanup around the Alamofire integration that I'm only midway done with. Closing for now.

michaelkirk commented 9 years ago

OK @jmoody, @svevang. This is it - the client side implementation of api auth (including an actual new feature).

Try it against the biketag-api/feature/api-auth branch.