computermatt/MSOEngine
Folders and files
| Name | Name | 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 matt@mattsapps.com