UAGithubEngine
UAGithubEngine copied to clipboard
Objective-C Wrapper for the Github API
watchers_count is same as stargazers_count. Please check.
I am not found API to Log out....
What the title says. Whew.
thanks
Replaced Base64 implementation. Now it works with long passwords
- Fixed warnings about using `%ld` instead of `%i` for `NSUInteger` types when compiling for iOS. - Fixed `-closedIssuesForRepository:withParameters:success:failure:` when parameters are passed in. - Fixed request sending implementation so...
I'm seeing an issue with the following method: ``` - (void)repositoriesForOrganization:(NSString *)organization success:(UAGithubEngineSuccessBlock)successBlock failure:(UAGithubEngineFailureBlock)failureBlock; ``` When used in a for loop, passing organizations 1-by-1, the response array seems to concatenate...