我正在创建一个我想要的 APIPOST以及GET来自父对象的子对象。例如:
GET challenge/1/solutions=[Listof Solutions] filtered with challenge_id=1GET challenge/1/solution/1=Solution with id=1 filtered with challenge_id=1POST challenge/1/solution=Add to Solution with challenge_id=1
solutionURL 仅返回用户提交的解决方案。上面的 URL 用于访问每个挑战的解决方案列表。
我需要将此解决方案应用于多个子对象。