Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 479 Bytes

File metadata and controls

30 lines (18 loc) · 479 Bytes

Schema API Client for Python

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

Example

import schema

client = schema.client({
    'id': '<clientid>',
    'key': '<clientkey>'
})

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

print(result)

Documentation

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

Contributing

Pull requests are welcome

License

MIT