mattermost-mobile/app/client/rest
Ashish Bhate c90d040b40
[MM-36792] Consistent query param names (#5643)
Summary
Be consistent with query parameter names: use `per_page` instead of `pageSize` for the Thread API. The server will continue to support the `pageSize` parameter until version 6.0 of the server becomes the minimum server version required for the mobile app. 

Related PRs:
[MM-36792] limit number of threads returned from SQL store mattermost-server#18260
[MM-36792] Consistent query param names mattermost-webapp#8700

Ticket Link
https://mattermost.atlassian.net/browse/MM-36792
2021-08-31 19:20:10 +05:30
..
apps.ts Add linter rules for import order and type member delimiters (#5514) 2021-07-23 11:06:04 +02:00
base.ts Feat crt (#5455) 2021-07-21 22:58:04 +05:30
bots.ts Refactor rest client class to use mixin and a bit of cleanup (#5318) 2021-04-15 10:04:36 -04:00
channels.ts Add linter rules for import order and type member delimiters (#5514) 2021-07-23 11:06:04 +02:00
constants.ts Refactor rest client class to use mixin and a bit of cleanup (#5318) 2021-04-15 10:04:36 -04:00
emojis.ts [MM-35909] Support for emoji 13 (#5497) 2021-06-30 00:41:11 +02:00
error.ts Refactor rest client class to use mixin and a bit of cleanup (#5318) 2021-04-15 10:04:36 -04:00
files.ts Refactor rest client class to use mixin and a bit of cleanup (#5318) 2021-04-15 10:04:36 -04:00
general.ts MM-33580 Granular Data Retention (#5330) 2021-07-15 18:47:48 +05:30
groups.ts MM-24693 Add since query param to the getGroups api request (#5163) 2021-04-27 23:21:19 +05:30
index.test.js Add linter rules for import order and type member delimiters (#5514) 2021-07-23 11:06:04 +02:00
index.ts Add linter rules for import order and type member delimiters (#5514) 2021-07-23 11:06:04 +02:00
integrations.ts Refactor rest client class to use mixin and a bit of cleanup (#5318) 2021-04-15 10:04:36 -04:00
posts.ts [MM-36792] Consistent query param names (#5643) 2021-08-31 19:20:10 +05:30
preferences.ts Refactor rest client class to use mixin and a bit of cleanup (#5318) 2021-04-15 10:04:36 -04:00
shared_channels.ts MM-32921 shared channels (#5241) 2021-05-24 16:07:47 +05:30
teams.ts Refactor rest client class to use mixin and a bit of cleanup (#5318) 2021-04-15 10:04:36 -04:00
tos.ts Refactor rest client class to use mixin and a bit of cleanup (#5318) 2021-04-15 10:04:36 -04:00
users.ts Add linter rules for import order and type member delimiters (#5514) 2021-07-23 11:06:04 +02:00