GithubHelp home page GithubHelp logo

Comments (5)

ilianapappi avatar ilianapappi commented on August 16, 2024

with Knack.record and knackpy.record i get exactly the same error (in the docs that's the way to update records so I don't know how to update them)
any help much appreciated, thanks

from knackpy.

johnclary avatar johnclary commented on August 16, 2024

hey there! thanks for using the module. i should be able to sort this out for you. would you verify which version of knackpy you have installed? pip freeze will do the trick

from knackpy.

ilianapappi avatar ilianapappi commented on August 16, 2024

Hi John!

Thank you so much for your answer! The version installed as I can see it with pip freeze is:
knackpy==0.0.5

I will be looking forward on how we could solve this issue 😄

from knackpy.

johnclary avatar johnclary commented on August 16, 2024

@ilianapappi the quick-start guide reflects version 0.0.11. You can do pip install knackpy --upgrade to pull the latest version. Then this should work for you:

import knackpy

record1 = {'id':'blabla,'field_496':'1'}

response = knackpy.record(
    record1,
    obj_key=object_23,
    app_id= <app_id>,
    api_key=<api_key>,
    method='update',
)

Let me know how it goes.

from knackpy.

johnclary avatar johnclary commented on August 16, 2024

@ilianapappi closing this issue. let me know if this needs further attention.

from knackpy.

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.