|
Net-Framework/ASP_dot_Net-Core/API
API: Data Modify and Create with Api Example
|
10.01.2018 2539
|
With
API interfaces, clients such as smartphones, desktop programs or IoT devices
can exchange data with an Internet server
Api
corresponds to the so-called REST interface on the Internet, where data is
exchanged with HttpGet, HttpPut and HttpPost
|