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
Changed designated initialiser to include a withReachability option. …
…Each instance of the engine schedules a reachability callback to the run loop, so if the engine is used as anything more than a singleton multiple notifications are posted when reachability changes. The additional parameter gives the option of not scheduling this callback, useful for temporary engines.
NSString+UAGithubEngineUtilities now properly parses date formats ret…
…urned from Github by searchUsers:byEmail: in UAGithubEngine when not searching by email address.
Replaced use of params for authentication with basic HTTP auth using …
…HTTP headers. Using Matt Gallagher's NSData+Base64 category to generate required header content.