REST API - Using Parameters in Requests

preview_player
Показать описание
REST API - Using Parameters in Requests
watch more videos at
Lecture By: Mr. Ravikiran S, Tutorials Point India Private Limited
Рекомендации по теме
Комментарии
Автор

Use coupon "YOUTUBE12" to get ‘’FLAT 12%’’ OFF at Checkout.

TutorialsPoint_
Автор

This actually helped me in adding a parameter to the Request URL, I was trying to do in Python using Requests Module.

arun
Автор

Last point was wrong, we can't send complex type in URL...

AbhishekKumar-rdnc
Автор

2:43 Wrong. Web API does not read a complex type FromUri. You are doing a literal translation of this attribute. [FromUri] attribute provides deserialization meaning to target a complex object from Product class.

aot
Автор

why there is no codding examples, only theory concepts ?

rajabhargavi
Автор

very good tutorial, thank you.
P.S. on your website you need to fix scrollbar on Rest tutorial, unfortunately we can`t see all topics of this course.

Marrrichka
Автор

Use POST action for complex types which means it comes from the Body.

zmanphx
Автор

how to send dictionary parameter in a get request to fetch data from api?

pritishmahalle