Sha256: fe64bb28d70c779e46f64975dd58cd2970796d4772e0cba785b13c6593b7f3fd
Contents?: true
Size: 341 Bytes
Versions: 5
Compression:
Stored size: 341 Bytes
Contents
# frozen_string_literal: true require "freefeed/utils" module Freefeed module V2 module Posts include Freefeed::Utils def post(id) authenticated_request(:get, "/v2/posts/#{id}") end def post_open_graph(id) authenticated_request(:get, "/v2/posts-opengraph/#{id}") end end end end
Version data entries
5 entries across 5 versions & 1 rubygems