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

Add support for seam.events.list #5

Closed
seveibar opened this issue Jul 7, 2022 · 3 comments
Closed

Add support for seam.events.list #5

seveibar opened this issue Jul 7, 2022 · 3 comments

Comments

@seveibar
Copy link
Contributor

seveibar commented Jul 7, 2022

No description provided.

@jmesserer
Copy link

Any update on this ... ? Using the default sandbox setup.

mbp seam-test % ruby -v
ruby 3.0.0p0 (2020-12-25 revision 95aff21468) [x86_64-darwin20]

mbp seam-test % gem list seam

*** LOCAL GEMS ***

seamapi (1.8.0)

mbp seam-test % rails c
Loading development environment (Rails 7.0.7.2)
3.0.0 :001 > seam = Seam::Client.new api_key: 'XXXXXXXXXXXXXXXX'
=> #<Seam::Client:0x00007f794da8e3a0 @api_key="XXXXXXXXXXXXXXXX", @base_uri="https://connect.getseam.com", @debug=false>

3.0.0 :002 > seam.events.list
/Users/jdm/.rvm/gems/ruby-3.0.0/gems/seamapi-1.8.0/lib/seam/clients/events.rb:16:in list': undefined local variable or method str' for #<Seam::Clients::Events:0x00007f7948e58328 @client=#<Seam::Client:0x00007f794da8e3a0 @api_key="XXXXXXXXXXXXXXXX", @base_uri="https://connect.getseam.com", @debug=false, @events=#<Seam::Clients::Events:0x00007f7948e58328 ...>>> (NameError)
3.0.0 :003 >

@seveibar
Copy link
Contributor Author

huh interesting, I think this is implemented, maybe we have a release issue? CC @abimaelmartell

https://github.com/seamapi/ruby/blob/main/lib/seam/clients/events.rb#L16

@seveibar
Copy link
Contributor Author

seveibar commented Aug 31, 2023

Hi @jmesserer , I validated this is working in seamapi@1.9.0

image

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

2 participants