Skip to content

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

Merged
akopdev merged 2 commits intoakopdev:masterfrom
vk-fin:master
Jul 8, 2024
Merged

Remove check for method name without "dot" separator#23
akopdev merged 2 commits intoakopdev:masterfrom
vk-fin:master

Conversation

@vk-fin
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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