https://github.com/bikramai/django-storefront2-part2
advanced API concepts that help us build APIs faster with less code. We'll be talking about class-based views, generic views, view sets, routers, as well as searching, filtering, and pagination.
https://github.com/bikramai/django-storefront2-part2
advanced-api-concepts cart-api designing-implementation django-authentication django-rest-framework filtering generic-filtering nested-routes order-api pagination restful-api routers searching secure-api sorting viewsets
Last synced: 3 months ago
JSON representation
advanced API concepts that help us build APIs faster with less code. We'll be talking about class-based views, generic views, view sets, routers, as well as searching, filtering, and pagination.
- Host: GitHub
- URL: https://github.com/bikramai/django-storefront2-part2
- Owner: Bikramai
- License: mit
- Created: 2024-12-12T15:05:56.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-02-03T02:07:45.000Z (5 months ago)
- Last Synced: 2025-02-03T03:19:54.846Z (5 months ago)
- Topics: advanced-api-concepts, cart-api, designing-implementation, django-authentication, django-rest-framework, filtering, generic-filtering, nested-routes, order-api, pagination, restful-api, routers, searching, secure-api, sorting, viewsets
- Language: Python
- Homepage:
- Size: 119 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python + Django Part-2
# Building RESTful APIs with Django REST Framework
Introdution
What are RESTful APIs
Resources
Resource Representations
HTTP Methods
Installing Django REST Framework
Creating API Views
Creating Serializers
Serializing Objects
Creating Custom Serializer Fields
Serializer Relationships
Model Serializers
Deserializing Objects
Data Validation
Saving Objects
Deleting Objects
Project-Building the Collections API# Advanced API Concepts
Induction
Class-based Views
Mixins
Generic Views
Customizing Generic Views
ViewSets
Routers
Building the Reviews API
Nested Routers
Filtering
Generic Filtering
Searching
Sorting
Pagination