NOTICE |

Version 9 - view current page

API Changes

Two Wetpaint Injected APIs are changing. The documentation on the Wetpaint Injected wiki has been modified to reflect the changes. The changes are:

Load BootstrapWhen loading the client application bootstrap, we now require that you provide your developer key:

<script src="http://wapi.wetpaint.com/JavaScriptService/getBootstrap.do?key=<your developer key>" type="text/javascript"></script>

For more information, please refer to the Injected integration guide.

FeedService
Production feeds are now accessible via the feed.wapi.wetpaint.com:

GET /FeedService/getRecentlyUpdatedCells.do?ns=<wiki namespace>

-- and --

GET /FeedService/getMostActiveCells.do?ns=<wiki namespace>

For more information, please refer to the FeedService API documentation.