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

Remove check for method name without "dot" separator #23

Merged
merged 2 commits into from
Jul 8, 2024

Conversation

vk-fin
Copy link
Contributor

@vk-fin vk-fin commented Jul 1, 2024

There are valid methods like "methods" and "scope" that do not have a "dot" separator within their name.
According to the documentation and a "methods" call, there are 5 such methods: ['batch', 'scope', 'methods', 'events', 'profile']

If there's a strong reason for keeping this check, it could instead add a check for manually allowing these five methods, but that seems janky to me.

There are valid methods like "methods" and "scope" that do not have a "dot" separator within their name.
According to the documentation and a "methods" call, there are 5 such methods: ['batch', 'scope', 'methods', 'events', 'profile']
@akopdev akopdev added the enhancement New feature or request label Jul 2, 2024
@akopdev
Copy link
Owner

akopdev commented Jul 2, 2024

Hi, thank you for your proposal. I don't have any strong arguments to keep this validation.

Could you please bump the package version to 2.0.1 in the setup.py file so we can merge this PR

@vk-fin
Copy link
Contributor Author

vk-fin commented Jul 3, 2024

Done!

@akopdev akopdev merged commit 87bc71d into akopdev:master Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants