(self, method, url, token=None, **kwargs)
| 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. |
no outgoing calls
no test coverage detected