Calling Iguana X IguanaX APIs locally:
If you are calling Iguana’s APIs from a Translator within the same Iguana instance, you can use the iguana.call()
function to call the API. This allows you to quickly call the desired API without having to authenticate.
...
...
Info |
---|
When performing actions on targeted components, you can provide a list of component names or GUIDs to identify components. However, best practice is to use the component GUID as these are permanent IDs where as a component name can be modified. |
Calling IguanaX APIs externally:
If you are calling Iguana’s APIs from outside of Iguana or from a different Iguana instance, you will need to use the net.http.*
and authenticate before making API requests. This involves three steps:
...