Sha256: a3216b5f7b9cd172a3c2f9fe6bd787311a4299427f3cde69ba74fbfd2d79408d

Contents?: true

Size: 401 Bytes

Versions: 3

Compression:

Stored size: 401 Bytes

Contents

module Octokit
  class Client
    module GitHub

      # Get meta information about GitHub.com, the service.
      #
      # @see http://developer.github.com/v3/meta/
      #
      # @return [Hash] Hash with meta information.
      #
      # @example Get GitHub meta information
      #   @client.github_meta
      def github_meta(options={})
        get "/meta", options
      end

    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
octokit-1.25.0 lib/octokit/client/github.rb
octokit-1.24.0 lib/octokit/client/github.rb
octokit-1.23.0 lib/octokit/client/github.rb