chore(docs): Generated API Reference (#4014)

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
github-actions[bot]
2023-05-04 14:23:29 +03:00
committed by GitHub
parent a5707b48fc
commit 0dbca9552e
5 changed files with 12 additions and 8 deletions

View File

@@ -3,6 +3,7 @@ const medusa = new Medusa({ baseUrl: MEDUSA_BACKEND_URL, maxRetries: 3 })
medusa.admin.auth.createSession({
email: 'user@example.com',
password: 'supersecret'
}).then((({ user }) => {
})
.then(({ user }) => {
console.log(user.id);
});