We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

APIS with Django REST Framework

Formal Metadata

Title
APIS with Django REST Framework
Subtitle
So easy, you can learn it in 25 minutes
Alternative Title
Django REST API - So easy you can learn it in 25 minutes
Title of Series
Part Number
1
Number of Parts
44
Author
Contributors
License
CC Attribution - ShareAlike 4.0 International:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor and the work or content is shared also in adapted form only under the conditions of this
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
Django REST Framework can make creating a RESTFUL api quick and easy. Join me as I go over: - What makes an API Restful - How Serializers can make representing your existing models in JSON a breeze - What the built in Views provide for you, and how to provide authentication for your API - How to route to your new Endpoints - Last but not least, how to Unit Test them