Short and Crispy
  • Post
  • Categories
  • Tags
  • About
  • Search
Short and Crispy

Search Short and Crispy

#API


1. API and it's types

SOAP, RPC, Websocket, REST

📅 Jul 5, 2023
# Topic covered
* API
* Why would we need an API?
* Types of APIs based on scope of use
* Types of APIs based on architecture
* WEB API
* What Is GraphQL? REST vs. GraphQL
📁 Django 🏷️ API 🏷️ DRF
Read More →

2. Rest Framework

Django Rest Framework

📅 Jul 7, 2023
# Topic covered
* REST API
* REST Architectural Constraints
* Methods of REST API
📁 Django 🏷️ DRF 🏷️ API
Read More →

3. DRF Serialization

Serializer and Model Serializer

📅 Jul 8, 2023
# Topic covered
* Serialization
* Serializer
* ModelSerializer
* Regular Django views
  * List View, Detail View
* Customize the serialization behavior
📁 Django 🏷️ DRF 🏷️ API
Read More →

4. DRF Function based View

Requests and Responses, Function based View

📅 Jul 9, 2023
# Topic covered
* Request Object
* Response Object
* DRF provides two wrappers to write API views
  * Function based views - @api_view
  * Class based views - APIView
* Function based views - @api_view
📁 Django 🏷️ DRF 🏷️ API
Read More →

5. DRF Class-based Views

APIview, Mixins, Generic - Class Based Views

📅 Jul 10, 2023
# Topic covered
* Class-based Views
* APIview
* Mixins class based views
* Generic class based views
📁 Django 🏷️ DRF 🏷️ API
Read More →

6. DRF ViewSets & Routers

ViewSet, ModelViewSet, ReadOnlyModelViewSet, GenericViewSet

📅 Jul 11, 2023
# Topic covered
* ViewSets
  * viewsets.ViewSet
  * viewsets.ModelViewSet
  * ReadOnlyModelViewSet
  * GenericViewSet
* Routers
  * SimpleRoute
  * DefaultRouter
* Trade-offs between views vs viewsets
📁 Django 🏷️ DRF 🏷️ API
Read More →

7. Relationships & Hyperlinked APIs

ModelSerializer, HyperlinkedModelSerializer

📅 Jul 12, 2023
# Topic covered
* ModelSerializer vs HyperlinkedModelSerializer
* ReadOnlyField
* PrimaryKeyRelatedField
* StringRelatedField
* SlugRelatedField
* HyperlinkedRelatedField
* HyperlinkedIdentityField
* Display related model
📁 Django 🏷️ DRF 🏷️ API
Read More →

8. Authentication & Permissions

TokenAuthentication, SessionAuthentication, BasicAuthentication

📅 Jul 13, 2023
# Topic covered
* Authentication
  * Authentication vs Authorization
  * How authentication is determined
  * Setting the authentication scheme
* Types of Authentication
  * TokenAuthentication
  * SessionAuthentication
  * BasicAuthentication
* Permissions
📁 Django 🏷️ DRF 🏷️ API
Read More →

9. TokenAuthentication

Django-rest-auth, Dj-rest-auth

📅 Jul 13, 2023
# Topic covered
* TokenAuthentication
* Django-rest-auth
📁 Django 🏷️ DRF 🏷️ API 🏷️ token-auth
Read More →
  • FAQ
  • Contact Us
  • Terms & Conditions

Amrit  •  2026  •  Short and Crispy