lealceldeiro/org.wcdevs.blog.core

Add missing post information when retrieve all posts

Closed this issue · 1 comments

Contact Details

No response

What new feature you'd like to see provided by API?

Retrieve post information when calling endpoint GET /post

Add this information to the response for each post

  • body
  • publishedOn
  • updatedOn
  • publishedBy
  • updatedBy

API documentation here

Have you considered any alternatives? Which?

No response

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

For now body won't be returned in this endpoint, since it can contain a very large amount of data without the users actually entering the post to ready it. For the rest of the fields it'll be implemented.