...
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 | ||
---|---|---|
| ||
require "ATHENA.ATHENAclient" |
How it works:
Expand | ||
---|---|---|
| ||
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. |
...