Skip to content

Commit

Permalink
Added link to API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeredpath committed Dec 6, 2013
1 parent ac87421 commit 73b089d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Pusher is a hosted service that sits between your web application and the browse

The libPusher API mirrors the Pusher Javascript client as closely as possible, with some allowances for Objective-C conventions. In particular, whilst the Javascript client uses event binding for all event handling, where events are pre-defined, libPusher uses the standard Cocoa delegation pattern.

[API Documentation](http://lukeredpath.github.io/libPusher/html/index.html)

## Example
Subscribe to the ```chat``` channel and bind to the ```new-message``` event.

Expand Down

0 comments on commit 73b089d

Please sign in to comment.