scotthovestadt / gigya

Gigya JavaScript REST SDK
MIT License
37 stars 62 forks source link

Missing account.deleteLiteAccount and isLite-Parameter of accounts.initRegistration #25

Open ottes opened 6 years ago

ottes commented 6 years ago

got to do the lite-registration like this

const initResponse = await gigya.request("accounts.initRegistration", {isLite: true}) as any;