I added a session object to persist the login for the API calls as described in Advanced Usage. Our Confluence server unfortunately needs 5 seconds for a login so it reduces the runtime a lot for us. It will login just once and then reuse the session for all the other calls.
I added a session object to persist the login for the API calls as described in Advanced Usage. Our Confluence server unfortunately needs 5 seconds for a login so it reduces the runtime a lot for us. It will login just once and then reuse the session for all the other calls.