Fakultas Ilmu Komputer UI

Skip to content

feat: Forum fetch function

Abraham Rudolf Brahmana requested to merge forum-fetch-function into master

Background:

This MR adds some fetch function to be used in the forum feature

  • fetch posts (param: ecosystem id)
  • fetch post (param: post id)
  • fetch comments (param: post id)

Added packages:

  • none

How to test:

use the function

Tested on:

  • iOS
  • Android
Edited by Abraham Rudolf Brahmana

Merge request reports