HTTPIE

An open-source API testing client for open minds.

$ http :8000/api/platforms/                         # http get localhost port 8000

$ http POST :8000/api/platforms/ name='buoy 1' desc='buoy 1' serial_number=1

$ http POST :8000/api/platforms/ < src/tests/_fixtures/data.json

References

  1. HTTPIE Docs

  2. HTTPIE Cheat Sheet