Module: GitHub::Client::Feeds

Included in:
GitHub::Client
Defined in:
lib/github_api_v3/client/feeds.rb

Overview

Methods for the Feeds API, which looks pretty much useless.

Instance Method Summary collapse

Instance Method Details

#feedsHash

List feeds.

Requires authentication

Returns:

  • (Hash)

    Feed information.

See Also:



14
15
16
# File 'lib/github_api_v3/client/feeds.rb', line 14

def feeds
  get "/feeds"
end