MCPcopy Create free account
hub / github.com/IQEngine/IQEngine / call_create_datasource_api

Function call_create_datasource_api

tools/metadata_loader/main.py:38–39  ·  view source on GitHub ↗
(url, payload)

Source from the content-addressed store, hash-verified

36
37
38def call_create_datasource_api(url, payload):
39 return requests.post(url, json=payload, timeout=5)
40
41
42def create_datasource(args):

Callers 1

create_datasourceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected