Skip to content

Auth Service - Add Field `role`

Latest
Compare
Choose a tag to compare
@setiadijoe setiadijoe released this 12 Aug 04:35
8e3a9a3

Features

  1. Phonebook
    a. Get list phonebook
    b. Get detail phonebook
    c. Add phonebook
    d. Update a phonebook
    e. Delete a phonebook

  2. Video
    a. Get list video
    b. Get detail video
    c. Get Video Statistic
    d. Create New Video
    e. Update Video
    f. Delete Video

  3. User Post
    a. Get list user post
    b. Get detail of user post
    c. Create new user post
    d. Update user post title or status
    e. Get comments by post id
    f. Create comment on a post
    g. Like or dislike a post
    h. Get user post by me

Aurh

a. Rpc for handling decode token
b. RPC for handling get user detail by access token

Changes

  • Update message of GetListRequest using message NullInt64 for handling nil value from client
  • Update message of UpdatePhonebook using message NullInt64 for handling field status
  • update model GetListVideoRequest
  • generate file protobuf
  • update model Comment of userpost package
  • update service name into update status or title of userpost package
  • update model Get Detail User with field role

[DISCLAIMER]
This library is currently generated in golang