Skip to content

forkRepository / returns success but when I login - I don't see a new fork..... #36

@johndpope

Description

@johndpope
UAGithubEngine *engine = [[UAGithubEngine alloc] initWithUsername:@"myusername" password:@"password" withReachability:YES];

[engine repositoriesWithSuccess:^(id response) {
    NSLog(@"Got an array of repos: %@", response);
} failure:^(NSError *error) {
    NSLog(@"Oops: %@", error.localizedDescription);
}];

[engine forkRepository:@"octokit/octokit.objc"  success:^(UAGithubEngineSuccessBlock success) {
        NSLog(@"success:%@", success);
    } failure:^(NSError *error){
        NSLog(@"D'oh: %@", error.localizedDescription);
}];

Am I missing something???

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions