Giter Club home page Giter Club logo

clickup_api's Introduction

Hi, I'm Leonardo ๐Ÿง™

Graduated in computer engineering in 2021. I started programming at the age of 12 to develop games, but I ended up liking low-level computing.

  • โš™๏ธ Iโ€™m currently working on backend development and embedded computing

  • ๐Ÿ“– Learning emulators, compilers, computer vision, computer graphics, game/physics engine development and low-level stuff

Stats

lpg2709 github stats Top Langs

Connect with me:

leonardoguarezi leonardo-padilha-guarezi 12106807 lpg2709 lpg2709 lpg2709 lpg2709

clickup_api's People

Contributors

accountantkev avatar aduyng avatar alexander-mart avatar csouza1995 avatar insandbox avatar jp4tey avatar leonardo665 avatar lpg2709 avatar mordygparency avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

clickup_api's Issues

param.length > 1, get request goes with no parameter

Hello,

In those component in folder src\components
image
You use "params.length > 1" but "params" is of type object.
I'm pretty sure you want to test "param" instead (the generated string from "params"), this cause a request with empty parameters.

Other: Nice to have can you add a parameter to merge all pages of a request?
image
Here I have a request that exceed 100 tasks, so API returns "last_page": false it would be fantastic if wa have all values in 1 clickup_api request :)

Thanks !

genParams is not defined

I got follow this error, when run get_tasks.js , get_team_tasks.js .

ReferenceError: genParams is not defined
at E:\nodeproject\clickup_api-master\src\components\Tasks.js:76:16
at new Promise ()
at Tasks.get_tasks (E:\nodeproject\clickup_api-master\src\components\Tasks.js:74:9)
at main (E:\nodeproject\clickup_api-master\testes\Tasks\get_tasks.js:27:34)
at Object. (E:\nodeproject\clickup_api-master\testes\Tasks\get_tasks.js:35:1)
at Module._compile (internal/modules/cjs/loader.js:1137:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
at Module.load (internal/modules/cjs/loader.js:985:32)
at Function.Module._load (internal/modules/cjs/loader.js:878:14)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12)

But get_task.js is working fine .

Params of type "***_ids" not working

Hello,
As the official documentation says :
image
The API url waits a string parameter, using this key in params object cause a 500 error. This syntax of multi-value param is not currently covered by src/utils/params.js.
This file should detect an array-typed value and perform a loop to add ***_ids[]=xxxx each time.

Thanks !

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.