Giter Club home page Giter Club logo

Comments (4)

Ashatz avatar Ashatz commented on August 10, 2024

Hello @1CE9,

This is a documentation issue. I will make the updates and post them. In the meantime, if you are trying to update column values for an item on a board, I would suggest creating column methods from the board directly as seen below:

column_value = board.get_column_value('INSERT_COLUMN_ID')

I will have updates to the documentation ready before end-of-day today. Please let me know if this works for you.

from moncli.

 avatar commented on August 10, 2024

@Ashatz Thanks for the swift reply, just a little thing I noticed

column_value = board.get_column_value(COLUMN_ID)
column_value.text = text_of_the_cell
items = board.get_items_by_column_values(column_value)

I get an empty list if I use column_value.text = text_of_the_cell, but not if I use column_value.value = text_of_the_cell

from moncli.

 avatar commented on August 10, 2024

There are too much time consuming little issues with this new version for me, I am going to close this as I am now using the Monday v2 API directly with GraphQL, but thanks for the help and work on this CLI tool and Python Client.

from moncli.

Ashatz avatar Ashatz commented on August 10, 2024

Hello @1CE9,

I apologize for the late reply. You can still use moncli to execute GraphQL queries.

from moncli.api_v2 import requests as r

api_key = "YOUR_API_V2_KEY"
result: obj = r.execute_query(api_key, query="INSERT_QUERY_HERE")

This will allow you to work with data in primitive types and offer more flexibility for you. Please let me know if this works for you.

from moncli.

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.