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
-
#feeds ⇒ Hash
List feeds.
Instance Method Details
#feeds ⇒ Hash
List feeds.
Requires authentication
14 15 16 |
# File 'lib/github_api_v3/client/feeds.rb', line 14 def feeds get "/feeds" end |