Sha256: b03a5ef32cf866799edf0ed7c97f59c4d7c349aea3839c5a25ed9761043c7d4c
Contents?: true
Size: 551 Bytes
Versions: 10
Compression:
Stored size: 551 Bytes
Contents
# encoding: utf-8 module Github class Client::Activity < API require_all 'github_api/client/activity', 'events', 'notifications', 'feeds', 'starring', 'watching' # Access to Activity::Events API namespace :events # Access to Activity::Notifications API namespace :notifications # Access to Activity::Feeds API namespace :feeds # Access to Activity::Starring API namespace :starring # Access to Activity::Watching API namespace :watching end # Activity end # Github
Version data entries
10 entries across 10 versions & 1 rubygems