Inherits from NSObject
Declared in FDWFeed.h

Overview

Represents a feed in the FeedWrangler API

Tasks

Properties

Convenience Methods

Initialization

Properties

feedID

The feed’s feedID

@property (strong) NSString *feedID

Declared In

FDWFeed.h

feedURL

The feed’s URL

@property (strong) NSURL *feedURL

Declared In

FDWFeed.h

siteURL

The feed’s site URL

@property (strong) NSURL *siteURL

Declared In

FDWFeed.h

title

The feed’s title

@property (strong) NSString *title

Declared In

FDWFeed.h

Class Methods

feedWithDictionary:

Creates an FDWFeed object from the JSON representation that the API returns

+ (instancetype)feedWithDictionary:(NSDictionary *)dictionary

Parameters

dictionary

The dictionary to create the feed from

Declared In

FDWFeed.h

Instance Methods

unsubscribe

Unsubscribes the user from the feed

- (void)unsubscribe

Discussion

Note: This method is a convenience on [FDWClient unsubscribeFromFeed:completionHandler:]

Declared In

FDWFeed.h