Sha256: 2af6c031a6a1a563a4e33ee7e9838120ba88484f7bb4a9f7028fba87a3d05011
Contents?: true
Size: 215 Bytes
Versions: 2
Compression:
Stored size: 215 Bytes
Contents
# frozen_string_literal: true module TijuanaClient class User < Base def base_path 'users' end def create(params) client.post_json_request(normalized_base_path, params) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tijuana_client-0.3.1 | lib/tijuana_client/user.rb |
tijuana_client-0.3.0 | lib/tijuana_client/user.rb |