REST Basics
IGEL Management Interface uses REST, which stands for Representational State Transfer.
REST is an architectural style for client-server applications, mainly implemented in the HTTP(S) protocol. Therefore it can be used with all technologies that can send and receive HTTP requests.
REST establishes a typical pattern that helps programmers to understand the structure of individual APIs. Its most important concepts are Ressources and HTTP Methods.