realworld-react-fsd
realworld-react-fsd copied to clipboard
Update entities due to API change
Seems like there were some changes in API. In particular endpoint of the list: https://api.realworld.io/api/articles?limit=10
So there is the error while validation article schema: missing body
prop..
I've tried to find correct doc like swagger or whatever to ensure DTO change, but I wasn't able to find it to exact api.realworld.io
. And those docs that I've found say that body
is expected to be.
I guess there might be some bug in api, so we can wait and check. Or maybe it was done on purpose..