Skip to content

Conversation

@rikunosuke
Copy link
Contributor

@rikunosuke rikunosuke commented Dec 3, 2025

概要

  • タスクの添付データ(URLとパラメータ)を取得する get_task_appendix_data メソッドを追加
  • README に新しいメソッドのドキュメントを追加

詳細

新しいメソッドは以下の情報を含む添付データのリストを返します:

  • id: 添付データのUUID
  • url: 画像ファイルのURL
  • name: {task_name}/{content_name}/{file_name} 形式
  • format: yml, kitti, または none
  • calibration: キャリブレーションデータ

テスト計画

  • APIエンドポイント /tasks/appendix が正しく動作することを確認
スクリーンショット 2025-12-03 12 40 01
  • task_name フィルターありなしでテスト
スクリーンショット 2025-12-03 12 45 05
  • offsetlimit パラメータでページネーションをテスト
スクリーンショット 2025-12-03 12 40 09

🤖 Generated with Claude Code

Add method to retrieve appendix data (URLs and parameters) for tasks.
Returns appendix information including id, url, name, format, and calibration data.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
@rikunosuke rikunosuke changed the title feat: Add get_task_appendix_data method to SDK feat: get_task_appendix_data メソッドを追加 Dec 3, 2025
@rikunosuke rikunosuke changed the base branch from main to feature/robotics-endpoints December 3, 2025 03:46
Copy link
Collaborator

@HiroKb HiroKb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTMです!

@rikunosuke rikunosuke self-assigned this Dec 4, 2025
@rikunosuke rikunosuke merged commit 467cba5 into feature/robotics-endpoints Dec 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants