Hi there,
I'm interested in using Cezerin and I've been digging through the code trying to figure out how everything fits together.
I've picked up that the authorise method has the Cezerin example app's endpoint hardcoded (https://api.cezerin.com/v1/account/authorize), is this a bug or am I missing something?
|
super({ baseUrl: 'https://api.cezerin.com/v1', token: options.token }); |
Thanks!
Hi there,
I'm interested in using Cezerin and I've been digging through the code trying to figure out how everything fits together.
I've picked up that the authorise method has the Cezerin example app's endpoint hardcoded (https://api.cezerin.com/v1/account/authorize), is this a bug or am I missing something?
client/src/webstoreClient.js
Line 6 in 3701e66
Thanks!