Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: owainhunt/UAGithubEngine

Tags

2.3

Toggle 2.3's commit message
Use strong pointer to connectionError to prevent crash due to error b…

…eing prematurely released.

2.2

Toggle 2.2's commit message
Update readme re framework.

2.1

Toggle 2.1's commit message
Merge branch 'master' of github.com:owainhunt/UAGithubEngine

2.0.1

Toggle 2.0.1's commit message
Fix argument types for gist methods.

Previously incorrectly used NSInteger for gist id and NSString for gist comment id. These were backwards.

2.0.0

Toggle 2.0.0's commit message
Add Classes folder and reorganise.

2.0

Toggle 2.0's commit message
First stable version of the engine supporting v3 of the Github API.

1.2

Toggle 1.2's commit message
Final stable version of the engine that supports v2 of the Github API.

1.1

Toggle 1.1's commit message
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.

1.0.2

Toggle 1.0.2's commit message
NSString+UAGithubEngineUtilities now properly parses date formats ret…

…urned from Github by searchUsers:byEmail: in UAGithubEngine when not searching by email address.

1.0.1

Toggle 1.0.1's commit message
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.