[Ruby] Glass Gem

Search This thread

TheDamFr

Senior Member
Jan 4, 2012
66
5
Chicoutimi
Hi !

I like to use Ruby for back-end component. So when I heard about the Mirror API, I thought : "Great ! We will be able to quickly make software for glass. A few Ruby lines and it will be up and running !".

Then in a second time I saw that we should be using this : https://github.com/google/google-api-ruby-client
Which is ... Terrible to use. It's a nice piece of software, but it turns every simple thing into something like 50 line of code.

So I quickly wrote this gem : https://github.com/thedamfr/glass

For now, as I'm not part of the Explorer Program, I can't test it and get to know if it's working or not.

I would love to know if anybody have some insight about the gem, or about it's usage. Also if anybody know a way to test it, I would love to know how !
 

Top Liked Posts

  • There are no posts matching your filters.
  • 2
    Hi !

    I like to use Ruby for back-end component. So when I heard about the Mirror API, I thought : "Great ! We will be able to quickly make software for glass. A few Ruby lines and it will be up and running !".

    Then in a second time I saw that we should be using this : https://github.com/google/google-api-ruby-client
    Which is ... Terrible to use. It's a nice piece of software, but it turns every simple thing into something like 50 line of code.

    So I quickly wrote this gem : https://github.com/thedamfr/glass

    For now, as I'm not part of the Explorer Program, I can't test it and get to know if it's working or not.

    I would love to know if anybody have some insight about the gem, or about it's usage. Also if anybody know a way to test it, I would love to know how !