FuelSDK-Ruby icon indicating copy to clipboard operation
FuelSDK-Ruby copied to clipboard

Fuel SDK for Ruby

Results 50 FuelSDK-Ruby issues
Sort by recently updated
recently updated
newest added

**Describe the bug** This gem does not work when git is not installed - this can be a problem in production servers, even if git based deployment is used. It...

bug

**Is your feature request related to a problem? Please describe** The JSON library is too old. Need to use a new version with new gems. **Describe the solution you'd like**...

enhancement

gem 'marketingcloudsdk-1.0.0.gem' is no longer available. `gem install marketingcloudsdk` is correct.

fixes #64 * Updated `jwt` gem version in gemspec. * Fixed issue in JWT decode method to handle [payload, header] array from decode method.

If an API request results in greater than 2500 results, the docs instruct users to call `response.continue` to fetch the rest of the results, but doing so fails and instead...

I am using Sidekiq for the background process and creat a very simple application to validate Sidekiq functionality. I am getting success response but getting failure message when calling it...

Am I missing something? Created an App for s1.q1 in Appcenter and tried sample executing code in irb ## Code require 'fuelsdk' myClient = FuelSDK::Client.new auth_hash dataextensionrow = FuelSDK::DataExtension::Row.new dataextensionrow.authStub...

I'm making the following request from the docs: ``` myClient = FuelSDK::Client.new({'client' => { 'id' => CLIENTID, 'secret' => SECRET }}) list = FuelSDK::List.new list.authStub = myClient list.props = {"ListName"...

Hi Team, I have created a DataExtension in MarketingCloud i.e SurveyDetails which has below fields- SurveyID SurveyDescription CreatedAt I want to delete Some SurveyID from this Data Extension. let's say...

Hi Team, I have created one Email Data Extension object in Marketing Cloud which have below fields- Object Name: books bookid text . (Primary Key) name text description text I...