Show / Hide Table of Contents

    Namespace Sloader.Result.Types

    Classes

    FeedResult

    Feed Result for RSS/ATOM Feeds

    FeedResult.FeedItem

    Actual FeedItem type

    GitHubEventResult

    Result for the v3 GitHub Event API

    https://developer.github.com/v3/activity/events/

    GitHubEventResult.Event

    Actual GitHub Event type

    GitHubIssueResult

    Result for the v3 GitHub Issue API

    https://developer.github.com/v3/issues/#list-issues-for-a-repository

    GitHubIssueResult.Issue

    Actual GitHub Issue type

    TwitterTimelineResult

    Twitter Timeline Result for given Twitter Account

    Twitter API https://dev.twitter.com/rest/reference/get/statuses/user_timeline

    TwitterTimelineResult.Tweet

    Actual Twitter Timeline type

    TwitterUserResult

    Twitter User Lookup Result for given Twitter Account

    Twitter API https://dev.twitter.com/rest/reference/get/users/lookup

    TwitterUserResult.User

    Actual Twitter User type

    Back to top Sloader - MIT License