Skip to content

Commit

Permalink
Merge pull request #15 from lpg2709/dev
Browse files Browse the repository at this point in the history
Dev into master v1.3.0
  • Loading branch information
lpg2709 authored Apr 11, 2024
2 parents 2d57080 + 0879836 commit 734e763
Show file tree
Hide file tree
Showing 8 changed files with 6,337 additions and 17 deletions.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
examples/
.github/
.editorconfig
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,28 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.2] - 2023-11-18 -
## [1.3.0] - 2023-xx-xx -

### Added

- Test cases for param.js

### Changed

### Fixed

- Typo example folder on README
- Suport for array parameters on query string. (FIX [issue/14](https://github.com/lpg2709/clickup_api/issues/14))
- Removing file from npm post

## [1.2.2] - 2023-11-18 - 2d57080eda561eef88fabdba2e379728bc276956

### Added

### Changed

### Fixed

- Typo example folder on README

## [1.2.1] - 2023-11-18 - 94cfa72e2c63e812681c17e3eaa017291ebdab2e

Expand Down
3 changes: 1 addition & 2 deletions examples/Tasks/get_filtered_team_tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ async function main(){
const clickup = new clickup_api("access_token");

var param = {
"team_Id": "123",
"team_Id": "123", // Yes de 'i' leter is uppercase on this, following the API doc (why?)
"page": "0",
// "order_by": "",
// "reverse": "",
Expand All @@ -25,7 +25,6 @@ async function main(){
// "date_updated_lt": "",
// "custom_fields[]": "",
// "custom_task_ids": "",
// "team_id": "",
}

try{
Expand Down
Loading

0 comments on commit 734e763

Please sign in to comment.