Diskuze: REST server vs REST API
Zobrazeno 2 zpráv z 2.
https://stackoverflow.com/…-rest-server
A REST API cannot be used without a Rest Server. The server is the application that accepts requests to the API and facilitates responses from the API. The REST API client will send a GET request to the REST Server for customer.com/api/1234. The REST Server will work out that 'customer.com/api/1234' is a web application running inside the REST Server and will pass control to that web application.
Zobrazeno 2 zpráv z 2.