glojs
glojs is a lightweight package to help communicate with the GitKraken Glo API.
Install
yarn add @glojs/glojs
npm i @glojs/glojs
API Features Completed
STATUS | METHOD | ENDPOINT |
---|---|---|
🟡 | GET | /boards |
🟡 | POST | /boards |
🟡 | GET | /boards/{board_id} |
Purpose
I wanted to try my hand at creating a useful library and learn the processes that goes a long with that.