define host and prefix so that on every request only specify endpoint
static setup({String? host, String? prefix}) { _host = host; _prefix = prefix; }