-
Notifications
You must be signed in to change notification settings - Fork 16
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
Make events parameter required for list_events #282
Make events parameter required for list_events #282
Conversation
I'm not much of a rubyist. Do I need to update the method signature or comment at all on this options hash to reflect this parameter requirement? workos-ruby/lib/workos/events.rb Lines 16 to 24 in 2a90a0b
|
This change doesn't look to be doing what you want. The def list_event(event:, options = {})
end This way the user will get a |
Ah, right, that syntax isn't 2.7 compatible. You might need to add extra logic looking for |
Ah okay. Let me move make some changes. |
Description
Make events parameter required for list_events.
Documentation
Does this require changes to the WorkOS Docs? E.g. the API Reference or code snippets need updates.
If yes, link a related docs PR and add a docs maintainer as a reviewer. Their approval is required.