MCPcopy Create free account
hub / github.com/IABTechLab/uid2docs / identity_map_client

Function identity_map_client

test/python/test/test_post_identity_map_v3.py:31–36  ·  view source on GitHub ↗
(test_config)

Source from the content-addressed store, hash-verified

29
30@pytest.fixture(scope="module")
31def identity_map_client(test_config):
32 return IdentityMapClient(
33 test_config["UID2_BASE_URL"],
34 test_config["UID2_API_KEY"],
35 test_config["UID2_SECRET_KEY"]
36 )
37
38
39def test_endpoint_url_update_example():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected