Simple proxy app for using ClickUp as a tasks server in the PHPSTORM and other IDEs.
My first python app)
- copy .env.example to .env
- pip install pyclickup
- pip install flask
- python3.9 main.py
- New Generic Server
- tasksListUrl: {serverUrl}/api/v1/tasks
- Response type: JSON
- tasks: *
- id: id
- summary: name
- description: description