chore(docs): Updated API Reference (#6220)

Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-01-25 17:58:17 +00:00
committed by GitHub
parent 21c1c5ce6c
commit bbf79169a9
496 changed files with 3417 additions and 8305 deletions

View File

@@ -2,6 +2,6 @@ import Medusa from "@medusajs/medusa-js"
const medusa = new Medusa({ baseUrl: MEDUSA_BACKEND_URL, maxRetries: 3 })
// must be previously logged in or use api token
medusa.admin.users.list()
.then(({ users }) => {
.then(({ users, limit, offset, count }) => {
console.log(users.length);
})

Some files were not shown because too many files have changed in this diff Show More