CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 16 Aug 2025 13:13:07 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20091120051952
location: https://web.archive.org/web/20091120051952/https://github.com/technicalpickles/le-git
server-timing: captures_list;dur=0.707302, exclusion.robots;dur=0.021894, exclusion.robots.policy;dur=0.010850, esindex;dur=0.013122, cdx.remote;dur=118.707761, LoadShardBlock;dur=312.694704, PetaboxLoader3.datanode;dur=131.565217, PetaboxLoader3.resolve;dur=119.309800
x-app-server: wwwb-app221
x-ts: 302
x-tr: 470
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app221; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sat, 16 Aug 2025 13:13:09 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Fri, 20 Nov 2009 05:19:52 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "5e1dead792099c8858074d983f5695ca"
x-archive-orig-x-runtime: 3865ms
x-archive-orig-content-length: 24883
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Fri, 20 Nov 2009 05:19:52 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 03 Nov 2009 15:33:13 GMT", ; rel="prev memento"; datetime="Tue, 03 Nov 2009 15:33:13 GMT", ; rel="memento"; datetime="Fri, 20 Nov 2009 05:19:52 GMT", ; rel="next memento"; datetime="Tue, 25 May 2010 21:26:51 GMT", ; rel="last memento"; datetime="Fri, 08 Dec 2023 09:42:25 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_12_20091120025018_crawl101-c/52_12_20091120051820_crawl101.arc.gz
server-timing: captures_list;dur=0.563785, exclusion.robots;dur=0.020305, exclusion.robots.policy;dur=0.009375, esindex;dur=0.010898, cdx.remote;dur=13.350027, LoadShardBlock;dur=757.061031, PetaboxLoader3.datanode;dur=168.867918, PetaboxLoader3.resolve;dur=479.794545, load_resource;dur=436.642850
x-app-server: wwwb-app221
x-ts: 200
x-tr: 1285
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
technicalpickles's le-git at master - GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Description: | It's a GitHub party and you're invited! Ruby wrapper for the GitHub API edit |
Homepage: | edit |
Public Clone URL: |
git://github.com/technicalpickles/le-git.git
Give this clone URL to anyone.
git clone git://github.com/technicalpickles/le-git.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:technicalpickles/le-git.git
|
le-git /
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Loading commit data... ![]() |
|
![]() |
LICENSE | ||
![]() |
README.textile | ||
![]() |
Rakefile | ||
![]() |
VERSION.yml | ||
![]() |
le-git.gemspec | ||
![]() |
lib/ | ||
![]() |
rails/ | ||
![]() |
test/ |
README.textile
Le Git
French for “Ruby wrapper around the Github API (v2)”.
Le Git provides a Ruby wrapper around the The Github API using rest-client and happymapper.
Installing
gem sources -a https://gems.github.com sudo gem install technicalpickles-le-git
Example usage
$ irb -rrubygems -rle-git >> user = Github::User.find("dancroak") => #<Github::User:0x110655c @followers=50, @location="Boston", @repos=18, @language="Ruby", @created=#<DateTime: 42413926183/17280,0,2299161>, type"user", fullname"Dan Croak", actions35, name"dancroak", pushed#<DateTime: 106054886255767/43200000,0,2299161, @username="dancroak", @score=3.8655705, @id="user-198"> >> repository = user.repositories.last => #<Github::Repository:0x301100 @private=false, @forks=0, @url="https://github.com/dancroak/le-git", @homepage="", @watchers=1, @name="le-git", @description="Ruby wrapper for the GitHub API v2.", @fork=true, @owner="dancroak"> >> repository.commits.first => #<Github::Commit:0x12db33c @message="updating Repository model to use v2 API. associated User & Repository models. filled out complete API for User.", @tree="d27ed042222fe8a55681e1af260e3eb2847e9f33", @url="https://github.com/dancroak/le-git/commit/1f0111c91344062052f65922171d220a06810d4a", @id="1f0111c91344062052f65922171d220a06810d4a">
Maintainers
Running the test suite requires:
sudo gem install rest-client happymapper fakeweb jeremymcanally-context jeremymcanally-matchy jeremymcanally-pending thoughtbot-quietbacktrace redgreen rcov
This feature is coming soon. Sit tight!