hipwebhooks

command
v0.0.0-...-bd47a18 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 22, 2015 License: Apache-2.0 Imports: 5 Imported by: 0

README

Get a list of the currently active webhooks for each room or for a specific room

List all rooms:

$ go run main.go -token="$TOKEN"

List a specific room:

$ go run main.go -token="$TOKEN" -room="$ROOM"

Delete a webhook:

$ go run main.go -token="$TOKEN" -room="$ROOM" -action="delete" -webhook="$WEBHOOK"

Create a webhook:

$ go run main.go -token="$TOKEN" -room="$ROOM" -action="delete"
-name="$NAME"
-event="$EVENT"
-pattern="$PATTERN"
-url="$URL"

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL