Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
feat: add example for using received next tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
justinemmanuelmercado authored and moltar committed Jun 28, 2020
1 parent 9f2861d commit 7b305c7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/using-next-tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ const main = async () => {
requestMeta,
] = await sellers.listMarketplaceParticipationsByNextToken(nextToken)

/**
* Using received NextTokens
*/

const newNextToken = marketplaceParticipationsList.NextToken?.token

/**
* Check out Amazon's official docs for other available endpoints
* and definitions of possible request and response parameters
Expand Down

0 comments on commit 7b305c7

Please sign in to comment.