Ask HN: What are good reads for designing APIs?
41–50 of 101 posts
Re: Ask HN: What are good reads for designing APIs?
#42Re: Ask HN: What are good reads for designing APIs?
#43Re: Ask HN: What are good reads for designing APIs?
#44I think it depends on what type of API you'd like to design. If you're talking about REST APIs, then the best book I've come across is RESTful Web APIs by Leonard Richardson and Mike Amundsen: http://restfulwebapis.org/ It actually shows you how to do REST properly, not that shoddy knock-off REST that some people push, where you have to document all your URI structures and hard-code them in your clients. There's soli…
I cannot recommend this book enough. Read it, read it again, take in everything it is trying to say and try as hard as you can to understand it.
There is a whole world of awesome and tragically misunderstood tools in the book.
Re: Ask HN: What are good reads for designing APIs?
#45https://www.amazon.co.uk/Framework-Design-Guidelines-Convent...
Re: Ask HN: What are good reads for designing APIs?
#46Re: Ask HN: What are good reads for designing APIs?
#47Re: Ask HN: What are good reads for designing APIs?
#48This question is a little vague. My assumption is you mean a REST API. This is a must watch and encapsulates good design and theory: https://www.youtube.com/watch?v=hdSrT4yjS1g Good API design, if you are trying to learn from zero, comes from learning from good examples. These are some of my favorites APIs by design + Stripe + Twilio + Slack + Stormpath (fd: I work here) There is a lot of work that goes around the AP…
Re: Ask HN: What are good reads for designing APIs?
#49Check this one: Build APIs You Won't Hate - Phil Sturgeon
Re: Ask HN: What are good reads for designing APIs?
#50It falls into the category of non-web API. It's a good read and I think it carries over to web APIs quite well.