(path5, Page2, opts)
| 69641 | return this.methodRequest("put", path5, opts); |
| 69642 | } |
| 69643 | delete(path5, opts) { |
| 69644 | return this.methodRequest("delete", path5, opts); |
| 69645 | } |
| 69646 | methodRequest(method, path5, opts) { |
| 69647 | return this.request(Promise.resolve(opts).then((opts2) => ({ method, path: path5, ...opts2 }))); |
| 69648 | } |
no test coverage detected