0.0
No commit activity in last 3 years
No release in over 3 years
Build and scale e-commerce with Schema.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.12
~> 5.0
~> 10.0
 Project Readme

Schema API Client for Ruby

Build and scale ecommerce with Schema. Create a free account at https://schema.io

Example

require 'schema'

client = Schema::Client.new({
	"id": "<clientid>",
	"key": "<clientkey>"
))

products = client.get("/categories/shoes/products", {'color': "blue"})

print products.inspect

Documentation

See http://schema.io/docs/clients#ruby for more API docs and usage examples

Contributing

Pull requests are welcome

License

MIT