Skip to content
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

Shortcut invocation is not "equal" to full invocation method #8

Open
ogonkov opened this issue Dec 13, 2023 · 0 comments
Open

Shortcut invocation is not "equal" to full invocation method #8

ogonkov opened this issue Dec 13, 2023 · 0 comments

Comments

@ogonkov
Copy link

ogonkov commented Dec 13, 2023

Docs says:

The following calls are equivalent:
sdk.root..(data, options);
sdk..(data, options);

But actually invocation sdk.<service>.<action>.foobar() will work, that would be unexpected.

Expected behavior is that sdk.<service>.<action>.foobar() will not generate request to api with url <action url>/foobar. Ideally it should throw foobar is not a function.

This bug was found by evaluating sdk action in jest tests. There is a check for assymetricMatch property, and for sdk action this is true.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant