Skip to content

imjonos/phpstorm-clickup-tasks-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ClickUp integration with PhpStorm Alpha 0.0.1

Simple proxy app for using ClickUp as a tasks server in the PHPSTORM and other IDEs.

My first python app)

Run

  • copy .env.example to .env
  • pip install pyclickup
  • pip install flask
  • python3.9 main.py

Configuration PHPSTORM

image

  • New Generic Server
  • tasksListUrl: {serverUrl}/api/v1/tasks
  • Response type: JSON
  • tasks: *
  • id: id
  • summary: name
  • description: description

About

Simple proxy app for using ClickUp as a tasks server in the PHPSTORM and other IDEs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published