klaviyo-api-ruby
                                
                                
                                
                                    klaviyo-api-ruby copied to clipboard
                            
                            
                            
                        Ruby SDK for Klaviyo API
[__NSCFConstantString initialize] may have been in progress in another thread when fork() was called
After adding the [klaviyo-api-ruby](https://github.com/klaviyo/klaviyo-api-ruby) gem to a Ruby on Rails project and making an API request the following error is thrown which is caused by one of the gem's dependencies...
When running any method with Ruby 3.2.4 on Rails 6.1.7.8 you get this error: ``` 3.2.4 :018 > body => {:data=>{:type=>"profile", :attributes=>{:email=>"[email protected]", :first_name=>"K", :last_name=>"Test 1", :properties=>{:role=>"guest", :channel=>"Natural"}}}} 3.2.4 :019 >...
I'm not finding anything that allows me to use the SDK using a bearer access token from an OAuth2 authintication. Surely the package isn't missing this kind of support?