gorilladesk-private-api
Installation
SKILL.md
GorillaDesk's private backend
Why this exists
"Bill-ready" means three things happen to a job in GorillaDesk:
| operation | public api.gorilladesk.com/v1 |
|
|---|---|---|
| 1 | file a note on the customer record | supported |
| 2 | mark the job Completed | no endpoint |
| 3 | raise a draft invoice | no endpoint |
Four separate audits concluded 2 and 3 were structurally impossible and wrote off
Workflow 1's stated terminal, destination_verified, as unreachable.
They were right about the wrong API. The web application Jim clicks in does not
use the public one. It runs against ab2.gorilladesk.com/api/ — a Yii2 PHP REST
backend — which does both. These are ordinary authenticated POSTs. Not impossible,
merely undocumented.