This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
strapi
Watch
1
Star
0
Fork
0
You've already forked strapi
mirror of
https://github.com/strapi/strapi.git
synced
2025-07-10 10:33:53 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
strapi
/
packages
/
cli
/
create-strapi-app
/
templates
/
example
/
config
/
api.ts
8 lines
97 B
TypeScript
Raw
Permalink
Normal View
History
Unescape
Escape
Handle ts projects with generators
2022-03-09 16:27:49 +01:00
export
default
{
Implement REST API pagination with paged or offset and withCount
2021-08-31 12:45:25 +02:00
rest
:
{
defaultLimit
:
25
,
maxLimit
:
100
,
Fix tests
2021-08-31 18:03:42 +02:00
withCount
:
true
,
Implement REST API pagination with paged or offset and withCount
2021-08-31 12:45:25 +02:00
}
,
}
;
Reference in New Issue
Copy Permalink