NOTICE |

Version Compare

Back to page history

Version User Scope of changes
Sep 10 2008, 6:43 PM EDT boe_wetpaint 2 words added, 1 word deleted
Sep 10 2008, 6:42 PM EDT boe_wetpaint 1 word added, 130 words deleted

Changes

Key:  Additions   Deletions

API ChangesTwoChanges

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.