Registry / http-client / octopi

octopi

JSON →
library0.4.5rbrubygemsunverified

A Ruby interface to GitHub API v2.

gem install octopi
INSTALL
IMPORT
SIG · OCTOPI
O
octopi
http-clientrubyv0.4.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Octopi
require 'octopi'

Access GitHub API v2 to list user repositories.

require 'octopi' Octopi.authenticate(token: 'your_token') user = Octopi::User.find('username') puts user.repositories.map(&:name)
Debug
Known issues
breakingUses the deprecated GitHub API v2; consider migrating to v3 or v4.
fix
Use a gem like Octokit for GitHub API v3.
affects: >= 0
Upgrade
Version history
0.4.5latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
OpenAI (training)
1
Resources
octopi — gem install octopi · libregistry