Sha256: 54e0ec14e63e011b2cd304f119054207a4fd0bfd22763a486c4671f28b1e4960
Contents?: true
Size: 277 Bytes
Versions: 8
Compression:
Stored size: 277 Bytes
Contents
module MangoPay class Client < Resource def self.create(params) MangoPay.request(:post, '/api/clients/', params, {}, { 'user_agent' => "MangoPay V1 RubyBindings/#{MangoPay::VERSION}", 'Content-Type' => 'application/json' }) end end end
Version data entries
8 entries across 8 versions & 1 rubygems