(resp)
| 52 | # --------------------------------------------------------------------------- |
| 53 | |
| 54 | def _json(resp): |
| 55 | return json.loads(resp.data.decode("utf-8")) |
| 56 | |
| 57 | |
| 58 | def _post_gs(client, payload, content_type="application/json"): |
no outgoing calls
no test coverage detected