Sha256: c0ef508098aeac9d310016326cf7978b07ff9f93da2d0a3089babf1e0c4bb2ca

Contents?: true

Size: 397 Bytes

Versions: 3

Compression:

Stored size: 397 Bytes

Contents

module Ruby
  module Identitas
    module Endpoints
      module Internal
        module Password
          def user_password(options = {}, headers = {})
            headers.merge!({AuthKey: @api_key})
            endpoint = build_endpoint("/v1/internal/users/password")
            self.class.post(endpoint, query: options, headers: headers)
          end
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ruby-identitas-api-0.8.0 lib/ruby/identitas/endpoints/internal/password.rb
ruby-identitas-api-0.7.1 lib/ruby/identitas/endpoints/internal/password.rb
ruby-identitas-api-0.7.0 lib/ruby/identitas/endpoints/internal/password.rb