Skip to content

User Post Service

Latest
Compare
Choose a tag to compare
@setiadijoe setiadijoe released this 06 Jul 03:02
· 17 commits to main since this release
c219623

API List

This is link for collection, for env, please contact author or writer

Features

  1. Get list of user post contents
  2. Get detail of user post content
  3. Get list comments of a user post content
  4. Get list of user post contents by me*
  5. Create content user post*
  6. Create comment on a content*
  7. Update status or title of a content*
  8. Like or dislike a content of user post*

Change

  • fixed query parameters of get list user post contents
  • update registry of base image
  • add comments count and last comment id into a post that commented
  • add health checker for live and ready
  • update response json of get list and add detail role_label on Actor object and update checker on request params
  • update request body and response json using contract API v1

DISCLAIMER
(*) not using authorization and authentication yet