-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
25 lines (13 loc) · 750 Bytes
/
README
File metadata and controls
25 lines (13 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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