React Design Patterns Documentation - v0.0.3
GitHub
Preparing search index...
app/api/posts/route
GET
Function GET
GET
()
:
Promise
<
NextResponse
<
{
data
:
{
id
:
number
;
title
:
string
;
body
:
string
;
timestamp
:
string
}
[]
;
meta
:
{
timestamp
:
string
;
cache
:
{
control
:
null
|
string
;
status
:
null
|
string
}
;
}
;
}
,
>
,
>
Returns
Promise
<
NextResponse
<
{
data
:
{
id
:
number
;
title
:
string
;
body
:
string
;
timestamp
:
string
}
[]
;
meta
:
{
timestamp
:
string
;
cache
:
{
control
:
null
|
string
;
status
:
null
|
string
}
;
}
;
}
,
>
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
React Design Patterns Documentation - v0.0.3
Loading...