MCPcopy Create free account
hub / github.com/0x676e67/wreq-python / main

Function main

python/examples/json.py:5–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3
4
5async def main():
6 resp = await rnet.post(
7 "https://httpbin.org/anything",
8 json={"key": "value"},
9 )
10 print(await resp.json())
11
12
13if __name__ == "__main__":

Callers 1

json.pyFile · 0.70

Calls 2

postMethod · 0.45
jsonMethod · 0.45

Tested by

no test coverage detected