Getting Started with Collette

This page will help you get started with Collette. You'll be up and running in a jiffy!

Getting started using HTTPie

Install HTTPie - a human-friendly command line HTTP client.

$ pip install --upgrade httpie

Some basic usage:

$ http [flags] [METHOD] URL [ITEM [ITEM]]

Once installed you can query the API for all the colours:

http GET http://agile-sierra-7809.herokuapp.com/api/v1/colours/?limit=

Or just a certain number of colours:

http GET http://agile-sierra-7809.herokuapp.com/api/v1/colours/?limit=6