MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / post

Method post

src/bsdd/bsdd.py:533–534  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

531 return requests.get(f"{old_baseurl}{endpoint}", timeout=10, headers=headers, params=params or None).json()
532
533 def post(self):
534 pass # TODO
535
536 def get_access_token(self):
537 if self.access_token and self.access_token_expires_on > time.time():

Callers 3

loginMethod · 0.45
get_new_access_tokenMethod · 0.45
post_requestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected