Why are some APIs missing?

Some APIs didn’t make sense to support in IguanaX.

For example IguanaX doesn’t have channels so it didn’t make sense to support the API call iguana.channelName() since this product doesn’t have channels.

In other cases, like the os.ts.* APIs which was where we shifted the vanilla os.time and os.date functions from standard Lua we wanted to make our implementation of Lua more standard.

Â