Sha256: 10db76a135ddc2392fec60bfcb51690bb144099e666dd118452ea0e137b92e43

Contents?: true

Size: 305 Bytes

Versions: 7

Compression:

Stored size: 305 Bytes

Contents

module Ruby
  module Identitas
    module Endpoints
      module Password
        def password(options = {})
          options.merge!({access_token: @token})
          endpoint = build_endpoint("/v1/me/password")
          self.class.post(endpoint, query: options)
        end
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ruby-identitas-api-0.8.0 lib/ruby/identitas/endpoints/password.rb
ruby-identitas-api-0.7.1 lib/ruby/identitas/endpoints/password.rb
ruby-identitas-api-0.7.0 lib/ruby/identitas/endpoints/password.rb
ruby-identitas-api-0.6.0 lib/ruby/identitas/endpoints/password.rb
ruby-identitas-api-0.5.0 lib/ruby/identitas/endpoints/password.rb
ruby-identitas-api-0.4.0 lib/ruby/identitas/endpoints/password.rb
ruby-identitas-api-0.3.0 lib/ruby/identitas/endpoints/password.rb