Restforce v1.0.6 Release Notes

Release Date: 2013-02-16 // about 11 years ago
    • Added url method.

      Example

      # Url to a record id
      client.url('0013000000rRz')
      # => https://na1.salesforce.com/0013000000rRz
      
      # Url to an object that responds to `to_sparam`
      record = Struct.new(:to_sparam).new('0013000000rRz')
      client.url('0013000000rRz')
      # => https://na1.salesforce.com/0013000000rRz