Giter Site home page Giter Site logo

Comments (3)

puneetgaurr avatar puneetgaurr commented on August 24, 2024

Hi Team,

It's my humble request to resolve this issue. I am unable to use this Gem file.

from fuelsdk-ruby.

Gokul595 avatar Gokul595 commented on August 24, 2024

Try this:

data_extension_row = MarketingCloudSDK::DataExtension::Row.new
data_extension_row.client = {
    client: {
        id: ENV['MC_CLIENT_ID'],
        secret: ENV['MC_CLIENT_SECRET']
    }
}.as_json
data_extension_row.name = 'books'
data_extension_row.props = { bookid: 'S1234', name: 'MyBookDetails', description: 'Hello' }

response = data_extension_row.post
response.results

from fuelsdk-ruby.

puneetgaurr avatar puneetgaurr commented on August 24, 2024

Thanks Gokul. Now I'm getting different error message while data_extension_row.post i.e "undefined method `soap_get' for #Hash:0x007fe9d5d6d370)".

from fuelsdk-ruby.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.