File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
packages/react-data-provider Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -84,11 +84,11 @@ The `useDataProvider` hook provides an easy way to make HTTP requests using vari
84
84
85
85
All of the requests accepts these shared parameters:
86
86
87
- - ** uri** (string): The endpoint URI.
88
- - ** headers** (Record<string, string>, optional): Additional headers to include in the request.
89
- - ** queryParams** (Record<string, string | string[ ] | number | undefined>, optional): Query parameters to append to the URL.
90
- - ** body** (TRequestBody, optional): The request payload.
91
- - ** signal** (AbortSignal, optional): Signal to abort the request.
87
+ - ** uri** ` (string) ` : The endpoint URI.
88
+ - ** headers** ` (Record<string, string>, optional) ` : Additional headers to include in the request.
89
+ - ** queryParams** ` (Record<string, string | string[] | number | undefined>, optional) ` : Query parameters to append to the URL.
90
+ - ** body** ` (TRequestBody, optional) ` : The request payload.
91
+ - ** signal** ` (AbortSignal, optional) ` : Signal to abort the request.
92
92
93
93
### POST | PUT | PATCH Methods
94
94
You can’t perform that action at this time.
0 commit comments