Sha256: fa4f77f8f8c4a0c346f864f4120ec048dc4abde9ee9e8c186c8084d1a376540e
Contents?: true
Size: 237 Bytes
Versions: 3
Compression:
Stored size: 237 Bytes
Contents
module Espago class ApiConnection class PostClients def initialize(connection) @connection = connection end def request(params = {}) @connection.post 'clients', params end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
espago-0.0.9 | lib/espago/api_connection/post_clients.rb |
espago-0.0.7 | lib/espago/api_connection/post_clients.rb |
espago-0.0.6 | lib/espago/api_connection/post_clients.rb |