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

Добавить мапу с названием метода, его параметрами и ответом #45

Open
mainsmirnov opened this issue Sep 13, 2022 · 0 comments

Comments

@mainsmirnov
Copy link

Сейчас типы в функцию вызова апи можно передавать только через дженерики. Хотелось бы иметь мапу с

method_name => method_request_params, (method_response1 | method_response2)

Зачем это нужно? Чтобы лучше контролировать строгость вызовов апи функций, если сделать дженерики обязательными, то люди смогут по ошибке передавать туда неверные параметры респонса, тем самым смысл типизации теряется. С мапой у тебя нет возможности ошибиться

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