MCPcopy Index your code
hub / github.com/SpiderClub/weibospider / request

Method request

utils/code_verification.py:20–23  ·  view source on GitHub ↗
(self, fields, files=[])

Source from the content-addressed store, hash-verified

18 self.appkey = app_key
19
20 def request(self, fields, files=[]):
21 response = self.post_url(self.apiurl, fields, files)
22 response = json.loads(response)
23 return response
24
25 def balance(self):
26 data = {

Callers 5

balanceMethod · 0.95
loginMethod · 0.95
uploadMethod · 0.95
resultMethod · 0.95
report_errorMethod · 0.95

Calls 1

post_urlMethod · 0.95

Tested by

no test coverage detected