List of APIsΒΆ
This section shows the list of available APIs in the IL2Client. To get an instance of an API, you will need to indicate in the IL2Client:
from pyil2 import IL2Client
client = IL2Client(
host='https://il2.node:32032/',
cert_filepath='rest.api.pfx',
cert_password='Str0ngPassword'
)
chain_api = client.api('<API name>')
The available APIs are the following: