У нас вы можете посмотреть бесплатно REST API Best Practices: How to Use the Right HTTP Methods and Status Codes или скачать в максимальном доступном качестве, которое было загружено на ютуб. Для скачивания выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In this video, I'd like to share one of the best practices in REST API development, that is how to use the right HTTP methods and status codes. - - Which HTTP method method should be used for which operation? Which status code should be used for which type of response? Common HTTP methods used for REST APIs: POST: Create or Search GET: Read PUT: Update DELETE: Delete PATCH: Partial update HTTP Status Codes: Informational responses: 100 – 199 Successful responses: 200 – 299 Redirects: 300 – 399 Client Errors: 400 – 499 Server Errors: 500 - 599 #restapis #bestpractice #http