Skip to content

gwming0601/AFeedly

 
 

Repository files navigation

AFeedly

#iOS Feedly API Client

Feedly API Client framework lets you authenticate by OAuth and connect Feedly APIs by returning Objective-C models.

Under heavily development

##Installation

First add pod to your Podfile ;

pod 'AFeedly', '~> 0.0'

and install your pods by running command

pod install

Initialize your client once with your Feedly Application ID and Secret obtained from Feedly

    [[AFLClient sharedClient] initWithApplicationId:@"yourApplicationIdHere" andSecret:@"yourSecretCodeHere"];

you may also be running on feedly sandbox enviroment. For detailed information please visit http://developer.feedly.com/v3/sandbox/

Additionally you can use experimental sync with server feature by adding:

[[AFLClient sharedClient] setIsSyncWithServer:YES];

##Usage

--TODO--

##License This code is distributed under the terms and conditions of the MIT license.

##Author Alkim Gozen @alkimake

About

Objective-C Feedly API Client

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 98.4%
  • Ruby 1.6%