cooking with your api

12
Cooking With Your API Andrew Noonan @noonisms

Upload: noonan

Post on 15-Nov-2014

157 views

Category:

Software


0 download

DESCRIPTION

This deck is from my presentation on scaling the documentation of your API at API Strategy and Practice conference in Amsterdam in March 2014.

TRANSCRIPT

Page 1: Cooking With Your API

Cooking With Your API

Andrew Noonan @noonisms

Page 2: Cooking With Your API

APIs are HARD …design

…implement …docs

…security …adoption

Page 3: Cooking With Your API

Hooray Adoption

mission accomplished happy users profit??

Page 4: Cooking With Your API

Adoption = = Scale

Page 5: Cooking With Your API

APIs can live and die by their

DOCUMENTATION

Page 6: Cooking With Your API

Lets Cook Something

ingredients flavors combos

recipes take away

Page 7: Cooking With Your API

Ingredients

Page 8: Cooking With Your API

API Reference

GET /streams/track/{label}.json

POST /streams/track/{label}/rules.json

DELETE/streams/track/{label}/rules.json

GET /streams/track/{label}/rules.json

Page 9: Cooking With Your API

FLAVOR combos

Page 10: Cooking With Your API

Overviews

Page 11: Cooking With Your API

Recipes

Page 12: Cooking With Your API

Demo Apps

SendGrid github.com/scottmotte/sendgrid-java-example Gnip github.com/gnip/search-api-rails-demo