An open API service indexing awesome lists of open source software.

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.

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