dev-adventures-realworld
dev-adventures-realworld copied to clipboard
"id" "createdAt" "updatedAt" not returned
See: https://github.com/gothinkster/realworld/issues/444
Thank you. I'll fix that.
@anishkny I'm looking at https://github.com/gothinkster/realworld/tree/master/api and can not find this fields in user response documentation. If we need this fields in backend - can we specify them in api documentation. Because not only this api do not return this fields for user. Thank you
Not on user, just on article and comment.
oh, okay because in issue seems described Register User action
my bad, you are correct - the issue does seem to talk about id, createdAt, updatedAt on user object. This is a discrepancy between API docs and production API
so do we need this fields in user or not? because if yes - all backend repositories should be updated I believe 😃