Top Banner
Cooking With Your API Andrew Noonan @noonisms
12

Cooking With Your API

Nov 15, 2014

Download

Software

Noonan

This deck is from my presentation on scaling the documentation of your API at API Strategy and Practice conference in Amsterdam in March 2014.
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
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