Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Schindler committed May 14, 2014
1 parent 0864b1e commit 9501e6e
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
pushd-client-go
===============
# pushd-client-go

Client library for pushd, written in golang.

###### Usage
For more details see: http://godoc.org/github.com/catalyst-zero/pushd-client-go
```go
import pushdClientPkg "github.com/catalyst-zero/pushd-client-go"

pushdClient := pushdClientPkg.NewHttpClient("127.0.0.1:8080")

subscriber, err := pushdClient.V1.SubscribeDevice("gcm", "weiufb34dhinf...", "de")
```

0 comments on commit 9501e6e

Please sign in to comment.