You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The from_uuid approach is good for infinite scrolling implementation. But it's hard to implement pagination because the users of API don't know in advance what UUID will be on what page. Adding page_number params will ease the pagination implementation significantly. If both from_uuid and page_number are supplied, the MM2 will ignore page_number.
The text was updated successfully, but these errors were encountered:
The from_uuid approach is good for infinite scrolling implementation. But it's hard to implement pagination because the users of API don't know in advance what UUID will be on what page. Adding page_number params will ease the pagination implementation significantly. If both from_uuid and page_number are supplied, the MM2 will ignore page_number.
The text was updated successfully, but these errors were encountered: