filmov
tv
.NET MAUI || Consume a REST-Based Web Service || Representational State Transfer (REST).
![preview_player](https://i.ytimg.com/vi/Br_VfpKAbvI/sddefault.jpg)
Показать описание
.NET MAUI || Consume a REST-Based Web Service || Representational State Transfer (REST).
Representational State Transfer (REST) is an architectural style for building web services. REST requests are typically made over HTTPS using the same HTTP verbs that web browsers use to retrieve web pages and to send data to servers. The verbs are:
GET – this operation is used to retrieve data from the web service.
POST – this operation is used to create a new item of data on the web service.
PUT – this operation is used to update an item of data on the web service.
PATCH – this operation is used to update an item of data on the web service by describing a set of instructions about how the item should be modified.
DELETE – this operation is used to delete an item of data on the web service.
Web service APIs that adhere to REST are defined using:
1. A base URI.
2. HTTP methods, such as GET, POST, PUT, PATCH, or DELETE.
3. A media type for the data, such as JavaScript Object Notation (JSON).
💯 Watch our Previous Video on .NET MAUI CRUD OPERATION Using SQLITE
💯 Remember to Buy Me Coffee
❤️ Thanks for watching. Share, Subscribe, Like and Comment Down Below
Representational State Transfer (REST) is an architectural style for building web services. REST requests are typically made over HTTPS using the same HTTP verbs that web browsers use to retrieve web pages and to send data to servers. The verbs are:
GET – this operation is used to retrieve data from the web service.
POST – this operation is used to create a new item of data on the web service.
PUT – this operation is used to update an item of data on the web service.
PATCH – this operation is used to update an item of data on the web service by describing a set of instructions about how the item should be modified.
DELETE – this operation is used to delete an item of data on the web service.
Web service APIs that adhere to REST are defined using:
1. A base URI.
2. HTTP methods, such as GET, POST, PUT, PATCH, or DELETE.
3. A media type for the data, such as JavaScript Object Notation (JSON).
💯 Watch our Previous Video on .NET MAUI CRUD OPERATION Using SQLITE
💯 Remember to Buy Me Coffee
❤️ Thanks for watching. Share, Subscribe, Like and Comment Down Below
Комментарии