CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Mar 2015 |
Maintained by Alkim Gozen.
Depends on: | |
AFNetworking | ~> 1.0 |
LROAuth2Client | ~> 0.0 |
JSONModel | ~> 0.13 |
hpple | ~> 0.2 |
Feedly API Client framework lets you authenticate by OAuth and connect Feedly APIs by returning Objective-C models.
Under heavily development
Before release you need to add this repository via cocoapods by adding repository address to your Podfile
like;
pod 'AFeedly', :git => 'https://github.com/alkimake/AFeedly.git'
and initialize your pod by
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/
WARNING: While in beta you can only run on sandbox enviroment
Additionally you can user experimental sync with server
feature by adding:
[[AFLClient sharedClient] setIsSyncWithServer:YES];
--TODO--
This code is distributed under the terms and conditions of the MIT license.
Alkim Gozen
@alkimake
https://twitter.com/alkimake