(path5, opts)
| 69629 | return `stainless-node-retry-${uuid4()}`; |
| 69630 | } |
| 69631 | get(path5, opts) { |
| 69632 | return this.methodRequest("get", path5, opts); |
| 69633 | } |
| 69634 | post(path5, opts) { |
| 69635 | return this.methodRequest("post", path5, opts); |
| 69636 | } |
nothing calls this directly
no test coverage detected