Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seandenigris/clickup-st
Pharo Smalltalk bindings to the ClickUp API
https://github.com/seandenigris/clickup-st
Last synced: about 2 months ago
JSON representation
Pharo Smalltalk bindings to the ClickUp API
- Host: GitHub
- URL: https://github.com/seandenigris/clickup-st
- Owner: seandenigris
- License: mit
- Created: 2024-01-30T01:18:30.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-11-03T17:00:05.000Z (2 months ago)
- Last Synced: 2024-11-03T18:16:34.137Z (2 months ago)
- Language: Smalltalk
- Size: 57.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ClickUp-St
Pharo Smalltalk bindings to the ClickUp API
## Installation```
Metacello new
repository: 'github://seandenigris/ClickUp-St:master/src';
baseline: 'ClickUpSt';
load
```