MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / headers

Method headers

misc/python/materialize/redpanda_cloud.py:66–67  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

64 self.controlplane_api_url = "https://api.redpanda.com"
65
66 def headers(self) -> dict[str, str]:
67 return {"Authorization": f"Bearer {self.token}"}
68
69 def wait(self, result: dict[str, Any]) -> dict[str, Any]:
70 operation_id = result["operation"]["id"]

Callers 15

waitMethod · 0.95
createMethod · 0.95
patchMethod · 0.95
getMethod · 0.95
deleteMethod · 0.95
listMethod · 0.45
test_requestFunction · 0.45
build_requestMethod · 0.45
construct_source_messageFunction · 0.45
authenticate_requestMethod · 0.45
add_tracing_layerFunction · 0.45

Calls

no outgoing calls