MCPcopy
hub / github.com/wechatpy/wechatpy / _get

Method _get

wechatpy/client/api/base.py:11–14  ·  view source on GitHub ↗
(self, url, **kwargs)

Source from the content-addressed store, hash-verified

9 self._client = client
10
11 def _get(self, url, **kwargs):
12 if getattr(self, 'API_BASE_URL', None):
13 kwargs['api_base_url'] = self.API_BASE_URL
14 return self._client.get(url, **kwargs)
15
16 def _post(self, url, **kwargs):
17 if getattr(self, 'API_BASE_URL', None):

Callers 15

getMethod · 0.45
get_qrcodeMethod · 0.45
get_categoryMethod · 0.45
get_pageMethod · 0.45
undo_code_auditMethod · 0.45
revert_code_releaseMethod · 0.45
code_to_sessionMethod · 0.45
query_quotaMethod · 0.45
get_paid_unionidMethod · 0.45
getMethod · 0.45
get_followersMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected