(path5, opts)
| 69626 | validateHeaders(headers, customHeaders) { |
| 69627 | } |
| 69628 | defaultIdempotencyKey() { |
| 69629 | return `stainless-node-retry-${uuid4()}`; |
| 69630 | } |
| 69631 | get(path5, opts) { |
| 69632 | return this.methodRequest("get", path5, opts); |
| 69633 | } |
no test coverage detected