-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update toolbelt to new cookieless Storefront model #58
Comments
Para obter uma lista de Workspaces:
Headers:
Para criação, o body da request tem que ser:{ "name": "sb_<developer-email>" } |
What happens if it sends a POST with a sandbox that is already created? @amoreira |
@BrenoC It doesn't give an error, but returns a message warning that the workspace it's already created. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Let's kill the cookie! 🔪
Here's the to-do list:
watch
watch
x-vtex-user=<developer-email>
,x-vtex-account=<account>
andx-vtex-app=<vendor>.<app-name>
watch
will no longer need a sandbox name, instead it will use an optional argument that will indicate the Workspace which the developer environment will be mirrored (Watch with an optional argument for setting the workspace #62)<store-url>/?workspace=sb_<developer-email>
sb_<developer-email>
exists, if not, create itlogin
login
will need an argument, this argument is the account of the storeThe text was updated successfully, but these errors were encountered: