MCPcopy
hub / github.com/wechatpy/wechatpy / _post

Method _post

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

Source from the content-addressed store, hash-verified

14 return self._client.get(url, **kwargs)
15
16 def _post(self, url, **kwargs):
17 if getattr(self, 'API_BASE_URL', None):
18 kwargs['api_base_url'] = self.API_BASE_URL
19 return self._client.post(url, **kwargs)
20
21 @property
22 def access_token(self):

Callers 15

createMethod · 0.45
updateMethod · 0.45
deleteMethod · 0.45
tag_userMethod · 0.45
untag_userMethod · 0.45
get_user_tagMethod · 0.45
get_tag_usersMethod · 0.45
get_black_listMethod · 0.45
batch_black_listMethod · 0.45
batch_unblack_listMethod · 0.45
apply_device_idMethod · 0.45
update_deviceMethod · 0.45

Calls 1

postMethod · 0.45

Tested by

no test coverage detected