Module: Freefeed::V2::Posts

Includes:
Utils
Included in:
Client
Defined in:
lib/freefeed/v2/posts.rb

Instance Method Summary collapse

Methods included from Utils

#authenticated_request, #request

Instance Method Details

#post(id) ⇒ Object



10
11
12
# File 'lib/freefeed/v2/posts.rb', line 10

def post(id)
  authenticated_request(:get, "/v2/posts/#{id}")
end

#post_open_graph(id) ⇒ Object



14
15
16
# File 'lib/freefeed/v2/posts.rb', line 14

def post_open_graph(id)
  authenticated_request(:get, "/v2/posts-opengraph/#{id}")
end