roboto.http.url_builder# Module Contents# class roboto.http.url_builder.UrlBuilder(endpoint)# Parameters: endpoint (str) build(path, query=None)# Parameters: path (str) query (Optional[dict[str, Any]]) static url(endpoint, path, query=None)# Parameters: endpoint (str) path (str) query (Optional[dict[str, Any]]) Return type: str