usable rest apis, by javier ramirez from teowaki (apidays mediterranea)

46
USABLE REST APIs { "_links":{ "author": {"href":"http://javier-ramirez.com"}, "work": {"href":"https://teowaki.com"}, "twitter": {"href":"https://twitter.com/supercoco9"} } }

Upload: javier-ramirez

Post on 10-May-2015

392 views

Category:

Software


0 download

DESCRIPTION

How you can make your REST API more usable. Lessons learnt while developing https://teowaki.com

TRANSCRIPT

Page 1: usable rest apis, by Javier Ramirez from teowaki (Apidays Mediterranea)

USABLE REST APIs

{ "_links":{ "author": {"href":"http://javier-ramirez.com"}, "work": {"href":"https://teowaki.com"}, "twitter": {"href":"https://twitter.com/supercoco9"}

} }

Page 2: usable rest apis, by Javier Ramirez from teowaki (Apidays Mediterranea)

Bedale, North of England

Page 3: usable rest apis, by Javier Ramirez from teowaki (Apidays Mediterranea)

a randompostbox in Bedale

Page 4: usable rest apis, by Javier Ramirez from teowaki (Apidays Mediterranea)

a usabilityproblem

Page 5: usable rest apis, by Javier Ramirez from teowaki (Apidays Mediterranea)

everybody agrees web usability is a good investment

Page 6: usable rest apis, by Javier Ramirez from teowaki (Apidays Mediterranea)

API usability? meh

http://docs.aws.amazon.com/AWSECommerceService/2011-08-01/DG/rest-signature.html

Page 7: usable rest apis, by Javier Ramirez from teowaki (Apidays Mediterranea)
Page 8: usable rest apis, by Javier Ramirez from teowaki (Apidays Mediterranea)
Page 9: usable rest apis, by Javier Ramirez from teowaki (Apidays Mediterranea)
Page 10: usable rest apis, by Javier Ramirez from teowaki (Apidays Mediterranea)
Page 11: usable rest apis, by Javier Ramirez from teowaki (Apidays Mediterranea)
Page 12: usable rest apis, by Javier Ramirez from teowaki (Apidays Mediterranea)
Page 13: usable rest apis, by Javier Ramirez from teowaki (Apidays Mediterranea)

Web usability is an approach to make web sites

easy to use for an end-user, without the requirement that any specialized training be

undertaken.

Page 14: usable rest apis, by Javier Ramirez from teowaki (Apidays Mediterranea)

LearnabilityEfficiencyMemorabilityErrorsSatisfaction

Usability 101, the 5 quality components by Jakob Nielsen

Page 15: usable rest apis, by Javier Ramirez from teowaki (Apidays Mediterranea)
Page 16: usable rest apis, by Javier Ramirez from teowaki (Apidays Mediterranea)

EFFECTIVE IMMEDIATELY!! NO MORE TYPEWRITERS ARE TO BE PURCHASED, LEASED, etc., etc. Apple is an innovative company. We must believe and lead in all areas. If word processing is so neat, then let's all use it!

Mike Scott, Apple President, 1980

Page 17: usable rest apis, by Javier Ramirez from teowaki (Apidays Mediterranea)
Page 18: usable rest apis, by Javier Ramirez from teowaki (Apidays Mediterranea)

Succeed consistently

Fail consistently

Page 19: usable rest apis, by Javier Ramirez from teowaki (Apidays Mediterranea)

twitter200 OK Success!304 Not Modified400 Bad Request401 Unauthorized403 Forbidden404 Not Found406 Not Acceptable420 Enhance Your Calm500 Internal Server Error502 Bad Gateway503 Service Unavailable

Useful Status429 Too many requests204 No Content

teowaki200 OK Success!201 Created202 Accepted301 Moved Permanently304 Not Modified401 Unauthorized403 Forbidden404 Not Found406 Not Acceptable422 Unprocessable Entity406 Not Acceptable500 Internal Server Error

Page 20: usable rest apis, by Javier Ramirez from teowaki (Apidays Mediterranea)

speed or at least asynchronous operations

Page 21: usable rest apis, by Javier Ramirez from teowaki (Apidays Mediterranea)

different users

different nerds needs

Page 22: usable rest apis, by Javier Ramirez from teowaki (Apidays Mediterranea)

netflix REST apiresource based

Page 23: usable rest apis, by Javier Ramirez from teowaki (Apidays Mediterranea)

netflix REST apiexperience based

http://www.slideshare.net/danieljacobson/api-revolutions-16755403

Page 24: usable rest apis, by Javier Ramirez from teowaki (Apidays Mediterranea)

all your format

are belong to us

*even native formats

Page 25: usable rest apis, by Javier Ramirez from teowaki (Apidays Mediterranea)

formats

Page 26: usable rest apis, by Javier Ramirez from teowaki (Apidays Mediterranea)

CORS: Cross origin resource sharing

Page 27: usable rest apis, by Javier Ramirez from teowaki (Apidays Mediterranea)

Don't expose your implementations details Resources are not models

Page 28: usable rest apis, by Javier Ramirez from teowaki (Apidays Mediterranea)

Easier to understand

Change the internals without breaking the contract

Resources based on business objects are more resistant to versioning

More opacity means more security

Page 29: usable rest apis, by Javier Ramirez from teowaki (Apidays Mediterranea)

REST

Page 30: usable rest apis, by Javier Ramirez from teowaki (Apidays Mediterranea)

REST Highlights you should know about but not necessarily implement

client-server,stateless,layered,cacheable Resources

Resource IdentifiersResource metadata

Uniform interfaceoperationsRepresentationsRepresentation metadata

HATEOAS (Hypermedia)Optionally: code on demand

Page 31: usable rest apis, by Javier Ramirez from teowaki (Apidays Mediterranea)

Hypermedia

Navigable APIs

Page 32: usable rest apis, by Javier Ramirez from teowaki (Apidays Mediterranea)

API pagination

Page 33: usable rest apis, by Javier Ramirez from teowaki (Apidays Mediterranea)

API links------Next steps

Page 34: usable rest apis, by Javier Ramirez from teowaki (Apidays Mediterranea)

Several resources in a single request

Page 35: usable rest apis, by Javier Ramirez from teowaki (Apidays Mediterranea)

Versioning without versions

Page 36: usable rest apis, by Javier Ramirez from teowaki (Apidays Mediterranea)

HAL:HypermediaApplicationLanguage

extra ball => http://stedolan.github.io/jq/

Page 37: usable rest apis, by Javier Ramirez from teowaki (Apidays Mediterranea)

empty new resources> curl “https://api.teowaki.com/teams/5677-dev”

Page 38: usable rest apis, by Javier Ramirez from teowaki (Apidays Mediterranea)

Partial Responses

teowaki's approach

api.teowaki.com/people/tw?api_quiet=true&api_links=false

Google's approach

www.googleapis.com/youtube/v3/videos?part=snippet&fields=items(id,snippet(title,position))

Page 39: usable rest apis, by Javier Ramirez from teowaki (Apidays Mediterranea)

Where to put your metadata In your HTTP Headers?

As request params and response fields?

Both?

Don't worry too much. Just choose one and stick to it

Page 40: usable rest apis, by Javier Ramirez from teowaki (Apidays Mediterranea)
Page 41: usable rest apis, by Javier Ramirez from teowaki (Apidays Mediterranea)
Page 42: usable rest apis, by Javier Ramirez from teowaki (Apidays Mediterranea)

Don't just implement. ThinkShould the API allow asynchronous creation, update and deletion? => return-async

Should it return the created/deleted/updated object or just a status code? =>return-representation

Should it ignore extra params transparently or should it warn you? => api_strict_mode

Should it allow for bulk updates/deletions on collections? => PATCH /user/links

Think of your own questions. There are not good or bad answers

Page 43: usable rest apis, by Javier Ramirez from teowaki (Apidays Mediterranea)

self-documentedAPI

Page 44: usable rest apis, by Javier Ramirez from teowaki (Apidays Mediterranea)
Page 45: usable rest apis, by Javier Ramirez from teowaki (Apidays Mediterranea)

don't let your APIbe the poobox whereyour userspost theirrequests

Moral of this talk

Page 46: usable rest apis, by Javier Ramirez from teowaki (Apidays Mediterranea)

Find related links at

https://teowaki.com/teams/javier-community/link-categories/apis

Thanks!Gr ciesà

Javier Ramírez@supercoco9

rubyc kiev 14