Django Rest Framework Series - API Schema and Documentation Generation - Part-5

  Рет қаралды 27,910

Very Academy

Very Academy

Күн бұрын

Пікірлер: 49
@egehurturk6209
@egehurturk6209 4 жыл бұрын
You are the best youtube channel when it comes to Django. Huuuge thanks, man. Keep it up!
@veryacademy
@veryacademy 4 жыл бұрын
Thank you, very kind. We keep moving forward with Django - still quite a lot to cover so, we continue 🐱‍🏍
@tritran4139
@tritran4139 Жыл бұрын
I do agree
@irabor18
@irabor18 Жыл бұрын
Great Content!
@dennisasamoah2213
@dennisasamoah2213 2 жыл бұрын
great again
@TheBodybuildingG
@TheBodybuildingG 3 жыл бұрын
Now this is a topic I never saw approached. Keep it up!
@veryacademy
@veryacademy 3 жыл бұрын
Glad you liked it!
@mariamzayed91
@mariamzayed91 2 жыл бұрын
it's amazing getting this huge benefitable knowledge form one series! Thank You!
@veryacademy
@veryacademy 2 жыл бұрын
Happy to hear that!
@dhrutijoshi3701
@dhrutijoshi3701 2 жыл бұрын
Just awesome
@Acel-01
@Acel-01 3 жыл бұрын
Thank you very much! Been trying to generate a documentaion for the project I'm working on for days but kept running into issues. Thanks again for this video, very easy to follow with no hassle
@prateeksarangi9187
@prateeksarangi9187 3 жыл бұрын
Thanks !! Again you are awesome !! Looking forward to see future content !
@jeraldjoshuaechavia1108
@jeraldjoshuaechavia1108 3 жыл бұрын
The best django channel for me!!!! Can I give this a double thumbs up instead? Congrats for this, again, very informative tutorial.
@아침밥-g8g
@아침밥-g8g 4 жыл бұрын
Amazing !!!! , Thanks to this, it will be very useful for collaboration with frontend
@veryacademy
@veryacademy 4 жыл бұрын
You are very welcome! Glad it was useful 👍
@santhoshreddy2571
@santhoshreddy2571 3 жыл бұрын
Thank you, you made it look very simple, I couldn't understand it properly when I was going through doucmentation.
@veryacademy
@veryacademy 3 жыл бұрын
Glad it helped!
@Vitaliy-ct2wv
@Vitaliy-ct2wv 4 жыл бұрын
Very cool! Thanks!
@veryacademy
@veryacademy 4 жыл бұрын
No problem!
@elonmusk2142
@elonmusk2142 4 жыл бұрын
good content again
@veryacademy
@veryacademy 4 жыл бұрын
Thank you 👍
@Chowdahhh
@Chowdahhh 3 жыл бұрын
Hi! I've generated my schema following the tutorial but when viewing it like you do at 8:30, I don't see the properties the api call requires, just a $ref line, like this: /api/token/: post: operationId: createTokenObtainPair description: 'Takes a set of user credentials and returns an access and refresh JSON web token pair to prove the authentication of those credentials.' parameters: [] requestBody: content: application/json: schema: $ref: '#/components/schemas/TokenObtainPair' Any idea why this could be?
@green1278dramost5
@green1278dramost5 2 жыл бұрын
Thank you for the video. Is there a way to generate similar documentation if I'm using Django, not DRF?
@veryacademy
@veryacademy 2 жыл бұрын
Hi, this is related to api development and generating api documentation. I have shown in other tutorials how to generate database schemes. If your using a different api, that particular api will guide you to what documentation tools it supports
@davistodt3866
@davistodt3866 Жыл бұрын
Can someone explain to me what is being offered here by using swagger docs instead of the "built in" api docs you're getting for free from DRF? I'm clearly missing something and am new to DRF. Thanks in advance
@nikhilbhardwaj6055
@nikhilbhardwaj6055 3 жыл бұрын
But how can we integrate jwt in it (add path('api/docs/', include_docs_urls(title="Rest Framework Api", authentication_classes=[], permission_classes=[] )) Thank you so much :)
@as5728-h1i
@as5728-h1i 3 жыл бұрын
Subscribed
@veryacademy
@veryacademy 3 жыл бұрын
Thank you!
@amaangigani9372
@amaangigani9372 Жыл бұрын
How to use auto schema for list of strings?
@rafalpantoja
@rafalpantoja Жыл бұрын
Good evening, is it possible to customize this document that Django generates automatically, if so can you help me?
@siddharthshukla3557
@siddharthshukla3557 4 жыл бұрын
please consider doing a project based on django-channels where views, models, etc are being used. or maybe somehow use django-channels in this project.
@veryacademy
@veryacademy 4 жыл бұрын
I have added this to the list. I do have a number of project I am working on at the same time - everything is moving slowly forward to much larger and more detailed projects.
@cristiancamilosanchezardil9730
@cristiancamilosanchezardil9730 Жыл бұрын
Is there a way to make it a json raw data and not fill a form?
@carinathebookworm5293
@carinathebookworm5293 2 жыл бұрын
Is there a way to make the documentation into a pdf?
@Empusas1
@Empusas1 3 жыл бұрын
you explained the swagger UI features, but then did not use it?
@AlwataniaAgence
@AlwataniaAgence 4 жыл бұрын
Hi, I’m so confused, I have an e-commerce web site, only Django, html, css and is, for dB I used MySQL. I want to build an android app for the existing web project. How can I do? I searched for a lot and didn’t found any information about it.
@veryacademy
@veryacademy 4 жыл бұрын
Hey, sorry not to get back to you sooner - replied in the other comment.
@amanjain6680
@amanjain6680 3 жыл бұрын
I got an error saying view() requires a positional argument. Dont know why!
@veryacademy
@veryacademy 3 жыл бұрын
Hi Aman, did you add the request in the view?
@amanjain6680
@amanjain6680 3 жыл бұрын
@@veryacademy all my custom view have request in it. The problem occurs with the api schema,when teying to fetch 'schema' end point. You did not put request in anywhere while building the Schema 🤔
@ytg6663
@ytg6663 2 жыл бұрын
Tq
@KrishnaManohar8021
@KrishnaManohar8021 4 жыл бұрын
How many times I tell you thanks 😬😬😬😬
@veryacademy
@veryacademy 4 жыл бұрын
Thank you - no worries, please keep commenting it helps the channel grow. Much more to come!
@ABHISHEKKUMAR-pc9vh
@ABHISHEKKUMAR-pc9vh Жыл бұрын
I got this error can you please help me: "Could not import 'rest_framework.schemas.coreapi.AutoSchema' for API setting 'DEFAULT_SCHEMA_CLASS'. ModuleNotFoundError: No module named 'rest_framework.schemas.coreapi'.
@veryacademy
@veryacademy Жыл бұрын
kzbin.info/www/bejne/jnPbpKaBjstofZI this is an update version which should make this easier
Django Rest Framework Series - Filters and Search features  - Part-6
38:41
Django Rest Framework Series - CRUD with React Front-end  - Part-7
51:10
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 114 МЛН
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 19 МЛН
Getting Started with Django Rest Framework - DRF Tutorial - Part 1
24:37
Django DRF Project | API Documentation with Swagger UI | 18
20:00
Very Academy
Рет қаралды 30 М.
Django REST Framework - Build an API from Scratch
40:39
Caleb Curry
Рет қаралды 227 М.
Django Rest Framework | Serializers & CRUD
22:40
Dennis Ivy
Рет қаралды 393 М.
FastAPI, Flask or Django - Which Should You Use?
9:49
Tech With Tim
Рет қаралды 111 М.
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 114 МЛН