Skip to content

computermatt/MSOEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

An open source implementation of the Stack Overflow API for Cocoa

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published