UAGithubEngine icon indicating copy to clipboard operation
UAGithubEngine copied to clipboard

Objective-C Wrapper for the Github API

Results 8 UAGithubEngine issues
Sort by recently updated
recently updated
newest added

watchers_count is same as stargazers_count. Please check.

I am not found API to Log out....

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...