What is RESTful API in Python?

A RESTful API is an application program interface that uses HTTP requests to GET, PUT, POST and DELETE data . REST based interactions use constraints that are familiar to anyone well known with HTTP. And the interactions communicate their status using standard HTTP status codes.11 Nis 2020

Read more

Python Requests modülü ne işe yarar?

Python , standart modüllerinin yanında harici yüzlerce kullanışlı modül ile birlikte çok güçlü bir dil. Bu gücü veren harika modüller var bunlardan biri de Requests modülü . Bu modül ile web üzerindeki isteklerinizi yöneteceksiniz. Mesela bu modül ile API entpointlerine PUT, DELETE, POST gibi istekler atabilirsiniz.

Read more