diff --git a/README.md b/README.md index ce321cf52..6f80026f2 100644 --- a/README.md +++ b/README.md @@ -253,7 +253,7 @@ const { data: app } = await requestWithAuth( String
Get
.
+ Any supported http verb, case-insensitive. Defaults to Get
.
hook(request, endpointOptions)
, where endpointOptions
are the parsed options as returned by endpoint.merge()
, and request
is request()
. This option works great in conjuction with before-after-hook.
+ Function with the signature hook(request, endpointOptions)
, where endpointOptions
are the parsed options as returned by endpoint.merge()
, and request
is request()
. This option works great in conjunction with before-after-hook.