-
Notifications
You must be signed in to change notification settings - Fork 8
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
Syncano-cli call throws error on grouped endpoint #57
Comments
@Andela-callen @adamwardecki I think actually that kind of format of the endpoint name can create lot more of such problems and for now should be forbidden. Fo example if |
Haven't tested it but checked the code and seems that it should look for |
@23doors do you think we should support it? It is a nice twist, but it is not gonna work with windows (not sure if we will ever try to bring support in non-linux env). |
@mkucharz hm. It should work on windows as well. Unless I misunderstood something. Backend should deal with it normally (as we're dealing with a zipfile anyway so path delimeter is always the same for us) and node also seem to always use '/' in |
@23doors @Andela-callen ok, I'll try to support that feature then |
s call
throws error message on grouped endpoint (e.gs call stripe/charge/createcharges/
) when run on command line, but, endpoint works fine in postman and browers.In defining the grouped endpoint, the following steps were taken:
charge folder
insrc folder
createCharges.js
,retrieveCharges.js
, e.t.c.) insrc/charge folder
Error message:
The text was updated successfully, but these errors were encountered: