filmov
tv
UiPath Tutorial | API Automation - Introduction (Part - I)

Показать описание
API is basically used to Transfer/Exchange data. The application sending the request is called the client, and the application sending the response is called the server.
HTTP Methods
• GET
• POST
• PUT
• DELETE
Get: GET requests are the most common and widely used methods in APIs and websites. Simply put, the GET method is used to retrieve data from a server at the specified resource.
POST: This requests are used to send data to the API server to create or update a resource
PUT: This requests are used to send data to the API to update or create a resource.
DELETE: This method is exactly as it sounds: delete the resource at the specified URL.
Prerequisite: UiPath WebAPI
UiPath WebAPI tool allows you to manipulate REST API using the HTTP Request Wizard and can produce results in minutes
Happy Learning !!
HTTP Methods
• GET
• POST
• PUT
• DELETE
Get: GET requests are the most common and widely used methods in APIs and websites. Simply put, the GET method is used to retrieve data from a server at the specified resource.
POST: This requests are used to send data to the API server to create or update a resource
PUT: This requests are used to send data to the API to update or create a resource.
DELETE: This method is exactly as it sounds: delete the resource at the specified URL.
Prerequisite: UiPath WebAPI
UiPath WebAPI tool allows you to manipulate REST API using the HTTP Request Wizard and can produce results in minutes
Happy Learning !!