shops/{sid}/postsのリソースに対するGETメソッドについて #85

Open h-maehara opened this issue on 25 May 2023 - 1 comment

@h-maehara h-maehara commented on 25 May 2023

API上では[{"uid" : --, "pid" : --}, {"uid" : --, "pid" : --}, ... ]という形式の返り値の想定でしたが、今のプログラムだと
[ Post1, Post2, ... ]という形式の返り値になっているので修正しておいた方が良いのではないでしょうか

@IyoShin IyoShin added the wontfix label on 25 May 2023

以下の解釈で間違いないでしょうか。

API上では[{"uid" : --, "pid" : --}, {"uid" : --, "pid" : --}, ... ]という形式の返り値の想定だったのにも関わらず、
今のプログラムだと[ Post1, Post2, ... ]という形式の返り値になってしまっているので、そこの検討をお願いします。

@IyoShin IyoShin removed the question label on 25 May 2023
Labels

Priority
important
Milestone
No milestone
Assignee
No one assigned
2 participants
@h-maehara @IyoShin