Download OpenAPI specification:
スマート編み物支援システム「あみナビ」のバックエンドAPI。
Firebase Authenticationによるユーザー認証、編み図データの管理を扱います。
display_name | string |
profile_image_url | string |
{- "display_name": "string",
- "profile_image_url": "string"
}
{- "id": 0,
- "display_name": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
completedクエリパラメータでフィルタ可能
作品がないときは明示的にnullを返します
completed | boolean 完了状態によるフィルタ |
[- {
- "title": "string",
- "is_completed": true,
- "description": "string",
- "completed_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z"
}
]
title required | string |
work_url required | string |
description | string |
{- "title": "string",
- "work_url": "string",
- "description": "string"
}
{- "id": 0,
- "title": "string",
- "work_url": "string",
- "raw_index": 0,
- "stitch_index": 0,
- "is_completed": true,
- "description": "string",
- "completed_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z"
}
{- "title": "string",
- "work_url": "string",
- "raw_index": 0,
- "stitch_index": 0,
- "is_completed": true,
- "description": "string",
- "completed_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z"
}
id required | string |
title required | string |
work_url required | string |
raw_index required | integer |
stitch_index required | integer |
is_completed required | boolean |
description required | string |
{- "title": "string",
- "work_url": "string",
- "raw_index": 0,
- "stitch_index": 0,
- "is_completed": true,
- "description": "string"
}
{- "id": 0,
- "title": "string",
- "work_url": "string",
- "raw_index": 0,
- "stitch_index": 0,
- "is_completed": true,
- "description": "string",
- "completed_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z"
}
id required | string |
raw_index | integer |
stitch_index | integer |
is_completed | boolean |
{- "raw_index": 0,
- "stitch_index": 0,
- "is_completed": true
}
{- "id": 0,
- "title": "string",
- "work_url": "string",
- "raw_index": 0,
- "stitch_index": 0,
- "is_completed": true,
- "description": "string",
- "completed_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z"
}