Versions Compared

Key

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

...

Import the ATHENA library into your project and use the built in help to review how to use each function. On import, typically only the ATHENAclient module needs to be required in order to create the client and access the API methods.

Code Block
languagelua
require "ATHENA.ATHENAclient" 

How it works:

Expand
titleATHENAclient - sets up the adapter framework

Sets up the ATHENA adapter framework, adding the various method modules to a metatable and storing the configurations added to the custom fields. It also loads the key and key_expiry configurations from the encrypted file via ATHENAencrypt if available.

...