File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -64,14 +64,12 @@ and will look something like this:
64
64
65
65
ApiPagination has three keys for configuration: ` key ` , ` aliases ` , and ` visible ` .
66
66
67
- The ` key ` configuration key allows you to change the name of the pagination key.
68
- For instance, if you wanted to change "pagination" to "paging".
67
+ * ` key ` allows you to change the name of the pagination key.
69
68
70
- The ` aliases ` configuration key allows you to change names of the pagination
71
- keys. For instance, if you wanted to change "page" to "currentPage".
69
+ * ` aliases ` allows you to change names of the pagination detail keys.
72
70
73
- The ` visible ` configuration key allows you to set which pagination keys will be
74
- visible in your rendered response.
71
+ * ` visible ` allows you to set which pagination keys will be exposed in the
72
+ response.
75
73
76
74
An example using all these configuration keys:
77
75
You can’t perform that action at this time.
0 commit comments