Clients

The easiest way to try out the IGEL Management Interface is either

2015-03-04 13_38_26-RESTClient

or

  • with cURL, a commandline network client:

2015-03-04 13_44_35-curl

Both are licensed as Open Source software and are available free of charge.

This guide uses cURL for examples, as the commandline makes all parameters visible in plain text. This need not stop you from using RESTClient if you are more comfortable with it. You can easily translate the commandline parameters into the fields of the RESTClient GUI.

Programming

Most programming languages provide an HTTP and an SSL/TLS module, either in their standard library or as an extension, and a JSON library (for the API data format) as well.