issues
search
averbis
/
averbis-python-api
Conveniently access the REST API of Averbis products using Python
Apache License 2.0
12
stars
4
forks
source link
Issue 58: Moving built info out of constructor
#61
Closed
DavidHuebner
closed
3 years ago
DavidHuebner
commented
3 years ago
Adding new client-level functions get_build_info() and get_spec_version() which access private Client variables.
moved build_info() call out of Client constructor to enable waiting for server
_build_info is cached.