Build and scale ecommerce with Schema. Create a free account at https://schema.io
import schema
client = schema.client({
'id': '<clientid>',
'key': '<clientkey>'
})
result = client.get('/categories/shoes/products', {'color': 'blue'})
print(result)
See http://schema.io/docs/clients#python for more API docs and usage examples
Pull requests are welcome
MIT