Frage im Vorstellungsgespräch bei FoodTec Solutions

What is REST API? What are some http requests? What form if the http response usually?

Antwort im Vorstellungsgespräch

Anonym

31. Mai 2026

Rest API is when the communication is done with http requests like GET, POST, UPDATE, PATCH, DELETE. The responses are usually in JSON format (bonus for XML-rarely).