https://github.com/jrxFive/python-nomad/blob/master/nomad/__init__.py
One has to drill down to the Requester object to learn that address takes precedence over host/port.
|
def _url_builder(self, endpoint): |
if anything, this should be some sort of xor (throw an exception if address and [host/port] are specified)
https://github.com/jrxFive/python-nomad/blob/master/nomad/__init__.py
One has to drill down to the Requester object to learn that
addresstakes precedence overhost/port.python-nomad/nomad/api/base.py
Line 53 in f6dcba8
if anything, this should be some sort of xor (throw an exception if address and [host/port] are specified)