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)