Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 384 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 384 Bytes

finagle-gntp

Growl Notification Transport Protocol (GNTP) implementation for Finagle.

Usage

Register

val client = GntpClient("localhost")
client(Register(Application("TestApp"), List(NotificaionType("Test1"))))

Notify

client(Notify(applicationName="TestApp", name="Test1", title="Title", text="Hello!"))