English
Configuration Steps
About 52 wordsLess than 1 minute
2026-01-09
1. Create an APL Class with Public Library Namespace

2. Write Code, Encapsulate Methods, and Save

3. Calling Static Methods from Other Functions
def ret = PubLibiNwxp.post()4. Calling Non-static Methods from Other Functions
def client = new PubLibiNwxp()
def token = client.getToken()