laravel / forge-sdk

The official Laravel Forge PHP SDK.
https://forge.laravel.com
MIT License
528 stars 89 forks source link

Cant set notifications for site deployments #103

Closed stubbo closed 3 years ago

stubbo commented 3 years ago

Description:

Can't add use enableHipchatNotifications method and no methods/properties for other webhooks like Discord and Teams. When using the HipChat method there is a The resource you are looking for could not be found. response.

Steps To Reproduce:

(new Forge('apiKey'))->enableHipchatNotifications('serverId', 'siteId', ["webhook_url": "webhook.com"])

I might be setting the data incorrectly but there is also no explination on usage.

jbrooksuk commented 3 years ago

The HipChat service is no longer running. These methods will be removed in the next version of the package, with other notifications added in its place.

driesvints commented 3 years ago

I'll keep this issue to remind us to remove them. I'll send in a PR to master when I get around for it.