Sha256: 06a2a1349797ee914c9bac0bed2114488609ba93de7434edeb64a8485d2deb6d
Contents?: true
Size: 386 Bytes
Versions: 1
Compression:
Stored size: 386 Bytes
Contents
module IdentityApiClient class Member < Base def details(guid, load_current_consents: false) params = {'guid' => guid, 'api_token' => client.connection.configuration.options[:api_token]} if load_current_consents params['load_current_consents'] = true end resp = client.post_request('/api/member/details', params) resp.body end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
identity-api-client-0.0.3 | lib/identity-api-client/member.rb |