Module: MangoApps::Client::Posts::GetPostById
- Included in:
 - MangoApps::Client::Posts
 
- Defined in:
 - lib/mangoapps/modules/posts/get_post_by_id.rb
 
Instance Method Summary collapse
Instance Method Details
#get_post_by_id(post_id, params = {}, unique_user_id: nil) ⇒ Object
      7 8 9  | 
    
      # File 'lib/mangoapps/modules/posts/get_post_by_id.rb', line 7 def get_post_by_id(post_id, params = {}, unique_user_id: nil) get("posts/#{post_id}.json", params: params, unique_user_id: unique_user_id) end  |