Difference between revisions of "API/Ruby"

From Open Food Facts wiki
Jump to navigation Jump to search
(Created page with "Documentation of the Ruby bindings")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
Documentation of the Ruby bindings
 
Documentation of the Ruby bindings
 +
 +
== Source code ==
 +
* Ruby bindings - https://github.com/openfoodfacts/openfoodfacts-ruby -
 +
 +
== How to install ==
 +
gem install openfoodfacts
 +
 +
== How to use ==
 +
 +
[[Category:API]]

Latest revision as of 15:49, 20 October 2016

Documentation of the Ruby bindings

Source code

How to install

gem install openfoodfacts

How to use