You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, would like to contribute in this issue. Would it be only the design specification right?
Hello Sandra, yes for now you can work on the specification, for this issue is essential to take a look how
an ecommerce site and the strapex backend are interacting. Plus have a look a toy example of how the stripe-js looks like.
Right now the goal should be to achieve something minimal working. Please feel free to discuss and propose changes.
As reference take this repo template that will integrate the sdk, at this moment, we do it raw without wny abstraction, meaning the the backend url is hardcoded, which, for example, should be instead hardcoded as default api endpoint in the sdk. (The user should be able to pass to the sdk his desired endpoint)
As this is the specification task for now, feel free to work on sdk/README.md if you consider it appropiate.
Build a simple sdk javascript package that enables easier interaction with strapex backend.
The sdk should approximate to
stripe-js
.Please refer to
example integration
// TODO: specify
The text was updated successfully, but these errors were encountered: