Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleHow does the iguana_shim module work?

The shim module in the CHAN library allows us to simulate API functions which don’t exist under Iguana X that used to be under Iguana 6.

This includes things like iguana.channelName() which don’t make sense for Iguana X which no longer has channels. Here’s more documentation on shim functions:

Page Tree
root@selfshim functions
startDepth1

Expand
titleHow can we deal with obsolete Iguana 6 APIs?

Since the shim module is designed to be a temporary solution during your migration, what are some strategies to deal with the missing obsolete Iguana 6 APIs in your new Iguana X environment?

Our team is experimenting with streamlining this with A library to recreate Iguana 6 APIs for easier porting of code.

...