Release Announcement: F5 Python SDK v1.0.0
Could be possible to get simple examples of authentication using this library? I've hit several issues when trying to use it as explained in your examples, as the SSL library built in on Python 2.x lacks support to manage SNI.
And to properly handle certificate validations you need to start calling urrlib3.PoolManager() and addressing http.request('GET'...) and http.request('POST'...) and the like.
Which it is supposed you should not need to do with this library.
On the other hand, trying to use Python3 took me to a scenario where the F5 library is calling the urlparse module, which has been renamed in Python 3 to urrlib.parse. My Python 3 interpreter can't find it, so this F5 library can't be used with Python 3 as it is today.
Or may be I am missing something...
Thanks so much in advance.