(path5, opts)
| 69632 | return this.methodRequest("get", path5, opts); |
| 69633 | } |
| 69634 | post(path5, opts) { |
| 69635 | return this.methodRequest("post", path5, opts); |
| 69636 | } |
| 69637 | patch(path5, opts) { |
| 69638 | return this.methodRequest("patch", path5, opts); |
| 69639 | } |
nothing calls this directly
no test coverage detected