Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

octocat_herder

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

octocat_herder

  • 0.1.3
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Octocat Herder Build status

Octocat Herder is a wrapper for the GitHub v3 API.

On-line documentation

  • rdoc.info

Requirements

  • Gems
    • link_header
    • httparty

Basic usage

Quick start:

require 'rubygems'
=> true
require 'octocat_herder'
=> true

herder = OctocatHerder.new
=> #<OctocatHerder:0x7f792d3c4918 ...>

me = herder.user 'jhelwig'
=> #<OctocatHerder::User:0x7f792d3b6070 ...>

me.html_url
=> "https://github.com/jhelwig"

me.available_attributes.sort
=> ["avatar_url", "bio", "blog", "company", "created_at", "email", "followers", "following", "hireable", "html_url", "location", "login", "name", "public_gists", "public_repos", "url", "user_id", "user_type"]

repos = me.repositories
=> [#<OctocatHerder::Repository:0x7f792d364bf8 ...>, #<OctocatHerder::Repository:0x7f792d364bd0 ..>, #<OctocatHerder::Repository:0x7f792d364ba8 ...>, ...]

Contributing to octocat_herder

See {file:CONTRIBUTING.markdown CONTRIBUTING.markdown} for further details.

Copyright (c) 2011 Jacob Helwig. See {file:LICENSE LICENSE} for further details.

FAQs

Package last updated on 06 Nov 2011

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc