Sha256: c5581ca2981caaef6bce0c220491eb2911ee04bf6489a89926e9dfbf13f401a1

Contents?: true

Size: 184 Bytes

Versions: 5

Compression:

Stored size: 184 Bytes

Contents

module Brightpearl
  module APIOperations
    module Post
      def post(params)
        send_request(path: "#{resource_path}", method: :post, body: params)
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ruby-brightpearl-0.4.0 lib/brightpearl/api_operations/post.rb
ruby-brightpearl-0.3.0 lib/brightpearl/api_operations/post.rb
ruby-brightpearl-0.2.0 lib/brightpearl/api_operations/post.rb
ruby-brightpearl-0.1.01 lib/brightpearl/api_operations/post.rb
ruby-brightpearl-0.1.0 lib/brightpearl/api_operations/post.rb