Download Irresistible APIs: Designing web APIs that developers will love
If Irresistible APIs: Designing Web APIs That Developers Will Love is just one of the options to read the book, you could follow what we will certainly tell you now. Finding the book may require even more times when you are searching from store to shop. We have new way to lead you get this publication rapidly. By seeing this web page, it becomes the initial steps to obtain the book carefully. This page is type of online collection that serves so numerous book collections.
Irresistible APIs: Designing web APIs that developers will love
Download Irresistible APIs: Designing web APIs that developers will love
Reviewing a publication Irresistible APIs: Designing Web APIs That Developers Will Love is type of easy activity to do whenever you really want. Also reviewing each time you really want, this task will certainly not disturb your various other tasks; lots of people typically review the e-books Irresistible APIs: Designing Web APIs That Developers Will Love when they are having the leisure. What about you? Just what do you do when having the downtime? Don't you spend for worthless points? This is why you should obtain the book Irresistible APIs: Designing Web APIs That Developers Will Love as well as aim to have reading habit. Reading this e-book Irresistible APIs: Designing Web APIs That Developers Will Love will not make you useless. It will provide much more benefits.
As known, many individuals claim that publications are the windows for the world. It does not indicate that acquiring e-book Irresistible APIs: Designing Web APIs That Developers Will Love will certainly suggest that you could buy this globe. Just for joke! Reviewing a book Irresistible APIs: Designing Web APIs That Developers Will Love will opened an individual to believe far better, to keep smile, to delight themselves, as well as to urge the expertise. Every book also has their characteristic to affect the visitor. Have you recognized why you read this Irresistible APIs: Designing Web APIs That Developers Will Love for?
But, how is the means to obtain this e-book Irresistible APIs: Designing Web APIs That Developers Will Love Still puzzled? It matters not. You can appreciate reading this e-book Irresistible APIs: Designing Web APIs That Developers Will Love by on the internet or soft file. Simply download guide Irresistible APIs: Designing Web APIs That Developers Will Love in the web link given to see. You will get this Irresistible APIs: Designing Web APIs That Developers Will Love by online. After downloading and install, you could save the soft data in your computer system or gadget. So, it will relieve you to review this e-book Irresistible APIs: Designing Web APIs That Developers Will Love in certain time or place. It might be not exactly sure to appreciate reviewing this e-book Irresistible APIs: Designing Web APIs That Developers Will Love, since you have great deals of job. Yet, with this soft documents, you could delight in checking out in the extra time even in the gaps of your tasks in workplace.
This Irresistible APIs: Designing Web APIs That Developers Will Love offers an intriguing topic. If you have not yet try reading this sort of publication, this is your time to start as well as begin it. Be the very first title to check out in this kind of subject provides the much more precious circumstance. You may be really typical with this publication, yet you have no idea to also review it, have you? To cover this condition, this supplied book is offered in soft documents to be readily available saved in your charming gizmo.
About the Author
Kirsten Hunter is an API Evangelist with 10 years experience helping developers and business stakeholders understand, design, and deliver amazing APIs. She speaks frequently at industry conferences and gives workshops for API designers of all levels.
Read more
Product details
Paperback: 232 pages
Publisher: Manning Publications; 1 edition (September 30, 2016)
Language: English
ISBN-10: 1617292559
ISBN-13: 978-1617292552
Product Dimensions:
7.3 x 0.4 x 9.1 inches
Shipping Weight: 1 pounds (View shipping rates and policies)
Average Customer Review:
3.4 out of 5 stars
5 customer reviews
Amazon Best Sellers Rank:
#1,219,831 in Books (See Top 100 in Books)
The book is written by Kirsten Hunter who is an API evangelist who helps developers and business stakeholders understand, design, and deliver APIs. The book is intended to all members of an API design team, regardless of technical level.Irresistible APIs is not bad book per Se. However when sometime ago my friend experienced Java developer was surprised why book related to webAPI has so may pages, at that time I was thinking that he only concentrate at technical part and there the topic is not so narrow. After reading the book I see that he was right to some extent. First the author describes basics of REST API in quite nice way. Then book suddenly starts it prolonged advocacy part.The book is not so technical, there are a lot advocacy in it and good arguments why approach API First is so important. And explanation why API added as extra feature is a very bad design decision. And also there are examples from business point of view describing how good and bad decisions had influence on companies like Netflix, Twitter etc. Of course it is very valuable from business point of view and advocacy. Agreeing with all of that I was reading next pages seeking when "the meat" part eventually will start. And it passed more than half of book with that advocacy style. Of course everything towards understanding how important creating of good API is. For companies for their third party clients and so on. I can agree with everything but it is pretty verbose.Then author describes how to create good APIs and she proofs that using good user cases/stories is good approach, again agree. Then she introduces several designing API schemas tools like Open API (Swagger). In book there are several exercises which are intended to put reader hands on practical subject which is good. In case of using schema designing frameworks it lacks points where user is generating stubs and can use it.Then authors starts to pack in a stuff which seems to be only to increase volume of book. So describing methodology like DDD, waterflow, agile and so on.This is yet another book when I have impression that would be better if it had less pages, be less verbose and to the point. And I would like to have impression. Yes I spent a lot of time with book but I've learned a lot. I have grown.Here from technical point of few there is a lot to add. From advocacy yes I've learned a lot of arguments why good API is crucial.So if such arguments are very important for reader or maybe will be eye opener. Go ahead.
This book has pretty much everything that you need to know about APIs (what are they, how to use them, best practices, do and don't). I definitely enjoy examples that were provided and various strategies that the author suggested on how to make best use of them. No question that the author has tons of knowledge in this area, and this book is def all you need to construct s very solid and secure APIwhy not 5 stars? I felt that the book could have been shorter... the last two sections about DDD and types of def environments, dont belong in this book in my opinion... I mean wont hurt to know them, but if i want to learn about API, i should learn about it from this book and if I want to know more about DDD, i should get a book that covers DDD in detail. So this book should have been 140 pages max, if so.
Very disappointed in this book. I did not expect a highly technical book, per the description. But I expected more help fitting my needs/situation into an API framework. The author spends some time talking about noun/resource based APIs, but moves over to talking about other types of APIs without pointing out what considerations make other choices valid. I would like: clear differentiation between API and RESTful API (API sometimes meant the more specific RESTful API - and sometimes not), clearer legends or more uniformity to drawings (some drawings have boxes, some cylinders, some just lists - which is the API server, which are individual APIs, which are clients), and a better sample API. The sample API implementation at the demo website does not keep "pizza toppings" with a user - so "my pizza" is being created and changed by any number of people. Would have been good to demonstrate here linking to a database of available toppings, storing a pizza with a user with and without logging in (registered/guest users), etc.
Many good points on what it takes to make a well designed and developer friendly API.I loved the emphasis of API first and how important is to account for business goals & metrics and the fact that you should always think that your API should be easy to use and satisfy/good experience for any developer.You will read great examples of bad and good APIs designs from big companies such as Flickr, Twitter, Netflix and others.Also, you'll have the opportunity to explore tools like RAML and OpenAPIThis book is one of my favorites! Be aware that this book doesn't tackle specific technologies to implement APIs. This book is intended to be accessible to anyone interested on the topic of creating APIs. So if you are an individual developer or technical lead, through product and project managers, and up to executives directing engineering organizations you will find valuable content on this book and start implementing Irresistible APIs!
This book takes a very balanced approach to building API services. Author is a natural story-teller. I like her way of explaining concepts. Sections on use cases, schema models and best practices are my favorites.
Irresistible APIs: Designing web APIs that developers will love PDF
Irresistible APIs: Designing web APIs that developers will love EPub
Irresistible APIs: Designing web APIs that developers will love Doc
Irresistible APIs: Designing web APIs that developers will love iBooks
Irresistible APIs: Designing web APIs that developers will love rtf
Irresistible APIs: Designing web APIs that developers will love Mobipocket
Irresistible APIs: Designing web APIs that developers will love Kindle
Irresistible APIs: Designing web APIs that developers will love PDF
Irresistible APIs: Designing web APIs that developers will love PDF
Irresistible APIs: Designing web APIs that developers will love PDF
Irresistible APIs: Designing web APIs that developers will love PDF
This entry was posted on Wednesday, November 16, 2011 at November 16, 2011 and is filed under Ebooks. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response.