-
Notifications
You must be signed in to change notification settings - Fork 1
An open source implementation of the Stack Overflow API for Cocoa
License
computermatt/MSOEngine
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Thank you for using MSOEngine. This (when it's done) will provide a full Objective-C implementation of the Stack Overflow API. As of right now, here's how to use it: #import "MSOEngine.h" MSOEngine *msoengine = [[MSOEngine alloc] init]; [msoengine setURL:@"url"]; [msoengine setAPIKey:@"key"]; NSString *userFromURL = [[NSString alloc] initWithFormat:@"users/%d?",userID]; NSString *data = [engine getDataforURL:userFromURL]; NSString *repCount = [engine getUserID:userID forKey:@"key" andData:userFromID]; For all Keys please refer to the topics posted at stackapps.com This source code licensed under the MIT License. If you have any questions about MSOEngine, please email me at [email protected]
About
An open source implementation of the Stack Overflow API for Cocoa
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published