CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.

AFeedly 0.0.1

AFeedly 0.0.1

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
 

AFeedly 0.0.1

  • By
  • Alkim Gozen

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

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];

Usage

--TODO--

License

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

Author

Alkim Gozen @alkimake
https://twitter.com/alkimake