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

Params sequence changed for all functions in the generated library after upgrading endpoints to 4.8 #193

Open
walnut-kunal opened this issue May 14, 2019 · 1 comment

Comments

@walnut-kunal
Copy link

e.g for a function search(string a , int b, int c) in the new library the function looks like
search(int c, int b, string a).
we have a app using older library with the params sequence shown in the first example. this change will need the app to refactor all the functions.
is there any way of going back to the original sequence of params ?

Thanks.

@walnut-kunal
Copy link
Author

Realised today that the params are now alphabetically sorted by name and not just random seqeunce

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