opensocial.DataResponse¶
opensocial.DataRequest クラスによるリクエストの完了時に send メソッドで指定されたコールバック関数に渡されるレスポンスオブジェクト。
get()¶
Arguments: - key (String) – 取得するレスポンスのキー
Returns: opensocial.ResponseItem
DataResponse オブジェクトからレスポンスを取得します。 opensocial.DataRequest.add で opt_key に指定したキーを指定することで、キーに対応するリクエストのレスポンスが取得できます。