Preparing search index...
The search index is not available
strapi-rest
strapi-rest
RequestOptions
Interface RequestOptions
interface
RequestOptions
{
data
?:
Record
<
string
,
unknown
>
;
method
?:
"GET"
|
"POST"
|
"PUT"
|
"DELETE"
;
parameters
?:
Record
<
string
,
unknown
>
;
token
?:
string
;
url
:
string
;
}
Index
Properties
data?
method?
parameters?
token?
url
Properties
Optional
data
data
?:
Record
<
string
,
unknown
>
Optional
method
method
?:
"GET"
|
"POST"
|
"PUT"
|
"DELETE"
Default
GET
Copy
Optional
parameters
parameters
?:
Record
<
string
,
unknown
>
Optional
token
token
?:
string
Link
https://docs.strapi.io/user-docs/settings/API-tokens
url
url
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
data
method
parameters
token
url
strapi-rest
CreateEntryOptions
DeleteEntryOptions
Entry
Filters
GetEntriesOptions
GetEntryOptions
Pagination
Parameters
RequestOptions
RequestResponse
StrapiError
UpdateEntryOptions
createEntry
deleteEntry
getEntries
getEntry
request
updateEntry
Generated using
TypeDoc
Default