MCPcopy Create free account
hub / github.com/Boris-code/feapder / create

Method create

feapder/commands/create/create_params.py:44–51  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

42 return params_json
43
44 def create(self):
45 data = self.get_data()
46
47 params = self.get_params(data)
48 url = data.split("?")[0]
49
50 print(f'url = "{url}"')
51 print(f"params = {dumps_json(params)}")

Callers

nothing calls this directly

Calls 3

get_dataMethod · 0.95
get_paramsMethod · 0.95
dumps_jsonFunction · 0.90

Tested by

no test coverage detected