module Freefeed::V2::Posts

Public Instance Methods

post(id) click to toggle source
# File lib/freefeed/v2/posts.rb, line 10
def post(id)
  authenticated_request(:get, "/v2/posts/#{id}")
end
post_open_graph(id) click to toggle source
# File lib/freefeed/v2/posts.rb, line 14
def post_open_graph(id)
  authenticated_request(:get, "/v2/posts-opengraph/#{id}")
end