(method, path5, opts)
| 69638 | return this.methodRequest("patch", path5, opts); |
| 69639 | } |
| 69640 | put(path5, opts) { |
| 69641 | return this.methodRequest("put", path5, opts); |
| 69642 | } |
| 69643 | delete(path5, opts) { |
| 69644 | return this.methodRequest("delete", path5, opts); |
| 69645 | } |
no test coverage detected