Wiki Markup |
---|
{anchor:top} h2. Overview概要 {styleclass: Class=topLink}[topページトップ|#top] {styleclass} When new functionality is added to the Javascript API,APIに新しい機能が追加されると、バージョン番号が上がります。クライアントはAPIリクエストにバージョン番号を含めることができます。サーバーは、リクエストされたバージョンをサポートする限り、クライアントが理解できる応答を返します。 the version number will be increased. Clients can include a version number in an API request. As long as the server supports the requested version, it will return a response that the client can understand. Minor version changes are intended to be backwards compatible, and the server may respond with a later version than the client requests. For example, if the client requests version 2.0, the server may send a response with the version set to 2.1. Any major API changes will be reflected by a major version number change. The server will always send back a response using the same major version number that the client requested. If the server cannot sent a response using the same major version number, an error will be returned. ||Version||Description|| |*1.0*|Initial Release of the Javascript API. Includes support for unsecure reports only, with no user authentication. Released with Yellowfin 5.1, December 2010. Supported in Yellowfin versions 5.1 and 5.2.| |*1.1*|Update to include user authentication. Released with Yellowfin 5.1, April 2011. Supported in Yellowfin versions 5.1 and 5.2.| |*2.0*|Major updates to the Javascript API. Includes support for embedding dashboards, enhanced filtering on reports and dashboards, and a lot of usability and UI enhancements. Released with Yellowfin 6, December 2011.| |*2.1*|Update to support loading reports and filters by universal identifiers. Users can be authenticated using a web services login token. Backwards compatible with version 2.0. Released with Yellowfin 6.1, May 2012. マイナーバージョンの変更は下位互換性を意図しているため、サーバーはクライアントがリクエストしたよりも後のバージョンで応答する可能性があります。たとえば、クライアントがバージョン2.0をリクエストしている場合に、サーバーがバージョンを2.1に設定して応答を送信することがあります。 APIの大幅な変更は、メジャーバージョン番号を変更することで反映されます。サーバーは、常にクライアントがリクエストしたのと同じメジャーバージョン番号を使用して応答を返します。サーバーが同じメジャーバージョン番号を使用して応答を送信できない場合は、エラーが返されます。 || バージョン || 説明 || | *1.0* | Javascript APIの初期リリース。セキュリティが無効でユーザー認証なしのレポートのみをサポート。\\ Yellowfin 5.1と共にリリース(2010年12月)。\\ Yellowfinバージョン5.1および5.2でサポート。\\ | | *1.1* | ユーザー認証を含むように更新。\\ Yellowfin 5.1と共にリリース(2011年4月)。\\ Yellowfinバージョン5.1および5.2でサポート\\ | | *2.0* | Javascript APIのメジャー更新。ダッシュボードの埋め込み、レポートとダッシュボードのフィルタリング強化、操作性やUIの強化多数。\\ Yellowfin 6と共にリリース(2011年12月)。\\ | | *2.1* | ユニバーサル識別子によるレポートおよびフィルターのロードをサポートするように更新。\\ ユーザーはWebサービスログイントークンを使用した認証が可能。\\ バージョン2.0との下位互換。\\ Yellowfin 6.1と共にリリース(2012年5月)。\\ | \\ \\ {horizontalrule} {styleclass: Class=topLink}[topページトップ|#top] {styleclass} |
Page Comparison
General
Content
Integrations