MCPcopy
hub / github.com/authlib/authlib / request

Method request

authlib/integrations/base_client/sync_app.py:19–20  ·  view source on GitHub ↗
(self, method, url, token=None, **kwargs)

Source from the content-addressed store, hash-verified

17 OAUTH_APP_CONFIG = None
18
19 def request(self, method, url, token=None, **kwargs):
20 raise NotImplementedError()
21
22 def get(self, url, **kwargs):
23 """Invoke GET http request.

Callers 11

getMethod · 0.95
postMethod · 0.95
patchMethod · 0.95
putMethod · 0.95
deleteMethod · 0.95
_fetch_tokenMethod · 0.45
_refresh_tokenMethod · 0.45
_send_token_requestMethod · 0.45
load_server_metadataMethod · 0.45
fetch_jwk_setMethod · 0.45
fetch_jwk_setMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected