Skip to content

Getting Started

Decagon edited this page Dec 22, 2014 · 2 revisions

Remember to initialize the connection with conn.Send("init") and conn.Send("init2") (as normal).

More information, such as exactly how to implement Rabbit, will be coming soon.

Adding Rabbit to a legacy project

If you're adding Rabbit to a project, but do not want to change how the UI looks just yet, simply use the public methods in the form of AuthenticateWithService(username,password) to replace the existing code. The added benefit is extra error protection, and fewer lines of code to maintain.