Аннотация
The internet is powered by RESTful APIs. Behind the scenes even the simplest online task involves multiple computers interacting with one another.
AnAPI(ApplicationProgrammingInterface)isaformalwaytodescribetwocomputers communicating directly with one another. And while there are multiple ways to build an API, web APIs–which allow for the transfer of data over the world wide web–are overwhelmingly structured in a RESTful (REpresentational State Transfer) pattern.
In this book you will learn how to build multiple RESTful web APIs of increasing complexity from scratch using Django and Django REST Framework.
The combination of Django and Django REST Framework is one of the most popular and customizable ways to build web APIs, used by many of the largest tech companies in the world including Instagram, Mozilla, Pinterest, and Bitbucket. It is also uniquely well-suitedtobeginnersbecauseDjango’s“batteries-included”approachmasksmuch of the underlying complexity and security risks involved in creating any web API.

![Few books in computing have had as profound an influence on software management as Peopleware . The unique insight of this longtime best seller is that the major issues of software development are human, not technical. They’re not easy issues; but solve them, and you’ll maximize your chances of... Peopleware: Productive Projects and Teams [3rd Edition]](https://www.rulit.me/data/programs/images/peopleware-productive-projects-and-teams-3rd-edition_492686.jpg)




Комментарии к книге "Django for APIs"