New APIs

Posted by Leah Culver on 28 March 2012

We've added a couple new APIs for interacting with Grove!

First, we've added a HTTP REST-style API for getting and posting data to your channels. This API is used behind the scenes for the Grove web client and now it's publicly available for everyone to use.

Check it out: HTTP API

Secondly, there's new API for getting real-time updates on Grove, which we call the Live API. The Live API is also used by Grove's own web client for long-polling to get new updates.

Check it out: Live API

By combining these two new APIs, now anyone can build their own HTTP-style application for interacting with Grove!