{"id":24919530,"url":"https://github.com/hliyan/guacamole","last_synced_at":"2025-04-09T17:41:58.138Z","repository":{"id":59781739,"uuid":"262481045","full_name":"hliyan/guacamole","owner":"hliyan","description":"A Google Apps - Clickup API Integeration","archived":false,"fork":false,"pushed_at":"2020-07-25T07:08:59.000Z","size":18,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T19:44:40.107Z","etag":null,"topics":["clickup","clickup-api","google-apps-script","google-sheets","javascript"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hliyan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-09T03:30:46.000Z","updated_at":"2024-01-24T23:35:11.000Z","dependencies_parsed_at":"2022-09-21T18:31:05.334Z","dependency_job_id":null,"html_url":"https://github.com/hliyan/guacamole","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hliyan%2Fguacamole","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hliyan%2Fguacamole/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hliyan%2Fguacamole/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hliyan%2Fguacamole/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hliyan","download_url":"https://codeload.github.com/hliyan/guacamole/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248079410,"owners_count":21044308,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clickup","clickup-api","google-apps-script","google-sheets","javascript"],"created_at":"2025-02-02T10:19:38.362Z","updated_at":"2025-04-09T17:41:58.110Z","avatar_url":"https://github.com/hliyan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Guacamole\n\n\u003cstrong\u003eG\u003c/strong\u003eoogle \u003cstrong\u003eA\u003c/strong\u003eppScript for the \u003cstrong\u003eC\u003c/strong\u003elickup \u003cstrong\u003eA\u003c/strong\u003ePI.\n\n# Contents\n\n## sheets.js\n\nThis is an old-fashioned jQuery-like Google AppScript API for cell access in Google Sheets. Optimized for ease of use by non-developers:\n\nE.g.\n```\n $('sheet1')\n $('sheet1', 'A1')\n $('sheet1', 1, 2)\n $('sheet1', 1, 2, 10, 10);\n $.sheet = $('sheet');\n $(1, 2)\n $(1, 2, 10, 10)\n```\n\n## http.js\n\nA thin wrapper over Google AppScript `UrlFetchApp.fetch`.\n\nE.g.\n```\nlet data = $http('www.something.com', {Authorization: 'token', method: 'get'}).data('json');\n```\n\n## clickup.js\n\nA fluent Google AppScript wrapper for the Clickup API.\n\nE.g.\n```\n    $clickup\n      .auth('key')\n      .team('Different')\n      .space('Product - 2020')\n      .folder('TDTU')\n      .list('Apr 27 - May 08')\n      .tasks();\n    console.log($clickup.current.tasks);\n```\n\n## Code.js\n\nA sample implementation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhliyan%2Fguacamole","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhliyan%2Fguacamole","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhliyan%2Fguacamole/lists"}