Sha256: 2d00496a082f05623b7918471a29b7386b109b61e201553c3441c230141d24fa

Contents?: true

Size: 288 Bytes

Versions: 1

Compression:

Stored size: 288 Bytes

Contents

# encoding: utf-8

module Github
  class Meta < API

    # Get meta information about GitHub.com, the service.
    #
    # = Examples
    #
    #   Github.meta.get
    #
    def get(params={})
      normalize! params

      get_request("/meta", params)
    end

  end # Meta
end # Github

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
github_api-0.9.0 lib/github_api/meta.rb