huboard / ghee

This is an unofficial ruby client for the Github API. The end goal is a complete, simple, and intuitive ruby API for all things Github.
http://documentup.com/huboard/ghee
MIT License
161 stars 51 forks source link

Modified Urls passed to the connection to address url building rules with Github Enterprise #21

Closed Hankinabag closed 10 years ago

Hankinabag commented 11 years ago

currently does "http://example.github.com/api/v3/" + "/user" = "http://example.github.com/user". Now builds properly using linux path building rules "http://example.github.com/api/v3/" + "./user" = "http://example.github.com/api/v3/user"

rauhryan commented 11 years ago

Thanks...

I'll run this through my test suite and get it pulled in

mooremo commented 10 years ago

:+1:

rauhryan commented 10 years ago

@Hankinabag! Awesome I owe you a :beer: