Skip to content

Instantly share code, notes, and snippets.

@lottadot
Created June 19, 2013 01:00
Show Gist options
  • Save lottadot/5810903 to your computer and use it in GitHub Desktop.
Save lottadot/5810903 to your computer and use it in GitHub Desktop.
OctoKit Login #ObjC
OCTUser *user = [OCTUser userWithLogin:@"lottadot" server:OCTServer.dotComServer];
OCTClient *client = [OCTClient authenticatedClientWithUser:user password:@""];
@lottadot
Copy link
Author

then RACSignal *signal = [client fetchUserRepositories];

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment