1 Antwort
0
REST APIs provide a clean API between two systems by using HTTP requests. If you are working on a REST API client, you don't have to worry about the language the server is implemented in. The somewhat limited abilities of the REST API makes for a very defined separation between client and server. A lot of extensible commercial and open source products implement a REST API, so it's a great thing to learn about.