...
Expand | ||
---|---|---|
| ||
Let’s create a simple main.lua file
|
Expand | ||
---|---|---|
| ||
Right after declaration of Client instance and passing the parameters to it, we discover the Confluence Space ID. This value couldn’t be known without running this API call. Next we prepare for paginated API call and require only 2 calls to be executed by setting ‘count’ variable to number 2. This will save the time while testing. And finally, we request from API to return the listing of descendants for 50 pages. |
...