06 Relationships & Hyperlinked APIs in Django Rest API Bangla |Django Rest Framework Bangla Tutorial

Опубликовано: 10 Октябрь 2024
на канале: Nongare Hi-Tech
1,067
23

1.What is hyperlinked model serializer Django?
HyperlinkedModelSerializer is a layer of abstraction over the default serializer that allows to quickly create a serializer for a model in
Django. ... This article revolves around HyperlinkedModelSerializer in serializers of Django REST Framework.

Source Code In GitHub: https://github.com/arafatHoshen/Djang...

❤ WATCHING ANOTHER VIDEO
➡️ Html full course bangle:    • Html full course bangle | HTML Bangla...  

➡️ Python full course for beginners Bangla :    • Python full course [ Bangla ] python ...  ​​​​

➡️ Face Mask Detection using Python, Keras, OpenCV & Tensorflow : https://www.youtube.com/watch?v=OQQiK...

➡️ Python Django Full Course: https://www.youtube.com/playlist?list...

➡️ Python OpenCv Playlist Link: https://www.youtube.com/watch?v=mpS8N...

➡️ License Plate Detection using Python OpenCV:    • License Plate Detection using Python ...  

👍 CONNECT WITH US ON SOCIAL MEDIA 👍

🔵 FACEBOOK ►  / nongarehub  

🔵 TWITTER ►   / arafat99hossain​​​  

🔵 INSTAGRAM ►   / arafat99hos.  .

🔵 LINKEDIN ►   / arafat7​​​  

🔵 GITHUB ► https://github.com/arafatHoshen​​​

🔵 Stack Overflow ►https://stackoverflow.com/users/16385...

🔵 MEDIUM ►  / ​​​  

🔵 PINTEREST ►   / arafathoshe.  .

প্রোগ্রামিং রিলেটেড যে কোন সমস্যা এই গ্রুপে পোস্ট করুন আশা করি সমাধান পাবেন
🔵 Join our Facebook Group: ►   / bdpro.  .

চায়না থেকে সরাসরি কোনরুপ ঝামেলা ছাড়াই বাংলাদেশে পণ্য আনতে এবং আপনার কাঙ্ক্ষিত পণ্য স্বল্প সময়ে এবং স্বল্প খরচে BY AIR
ও BY SEA তে LC অথবা TT ছারাই বাংলাদেশে ইমপোর্ট করতে আমাদের সাথে যোগাযোগ করুন।
🔵 Facebook page link:   / nongare360shop  

2. What is an API?
An application programming interface is a connection between computers or between computer programs. It is a type of software interface,
offering a service to other pieces of software. A document or standard that describes how to build or use such a connection or interface
is called an API. A computer system that meets this standard is said to implement or expose an API. The term API may refer either to the
specification or to the implementation.

3. What is REST API ?
Representational state transfer is a software architectural style that was created to guide the design and development of the architecture
for the World Wide Web. REST defines a set of constraints for how the architecture of an Internet-scale distributed hypermedia system, such
as the Web, should behave.The REST architectural style emphasises the scalability of interactions between components, uniform interfaces,
independent deployment of components, and the creation of a layered architecture to facilitate caching components to reduce user-perceived
latency, enforce security, and encapsulate legacy systems.

4. Django REST Framework ?
Django REST framework is a powerful and flexible toolkit for building Web APIs. ... The Web browsable API is a huge usability win for your
developers. Authentication policies including packages for OAuth1a and OAuth2. Serialization that supports both ORM and non-ORM data sources.

5. how to work django rest api ?
1.Set up Django.
2.Create a model in the database that the Django ORM will manage.
3.Set up the Django REST Framework.
4.Serialize the model from step 2.
5.Create the URI endpoints to view the serialized data.

#Hyperlinked_Model_Serializer_in_Django_REST_Framework
#API_Bangla_Tutorial
#Hyperlinks_And_Pagination