cwmiller / broadworks-connector

Simple library for connecting to BroadWorks OCI-P API
MIT License
8 stars 5 forks source link

Get server and userdetails #59

Closed xciser77 closed 3 years ago

xciser77 commented 3 years ago

hi,

Is it possible to get the servername and username after you made a connection. I tried to use getuserdetails() but all the objects are private

Greetings Marnix

cwmiller commented 3 years ago

Nah, the URL, username, and password passed to the constructor get stored in private properties and aren't exposed.