Upgrade to Pro — share decks privately, control downloads, hide ads and more …

API Testing With Apiary

API Testing With Apiary

API Survival Manual
Apiary.io meet-up SF
4/16/2015 @ Heavybit Industries

Adam Kliment

April 16, 2015
Tweet

Transcript

  1. FORMAT: 1A HOST: https://cryptic-badlands-8184.herokuapp.com/ # Life saving API # Emergency

    [/912] + Attributes + emergency: true # Request first aid [POST] + Request (application/json) + Attributes (Emergency) + Response 201 (application/json; charset=utf-8) + Attributes (Emergency) 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 Write Blueprint
  2. dependencies: pre: - npm install -g dredd test: pre: -

    dredd 1 2 3 4 5 6 Continous Integration