(path: string, options?: ApiMethodOptions)
| 18 | put(path: string, options?: ApiMethodOptions): Promise<Response> |
| 19 | patch(path: string, options?: ApiMethodOptions): Promise<Response> |
| 20 | delete(path: string, options?: ApiMethodOptions): Promise<Response> |
| 21 | } |
| 22 | |
| 23 | enum ApiMethod { |
no outgoing calls