examples/sending_and_subscribing.rb in smsified-0.1.6 vs examples/sending_and_subscribing.rb in smsified-0.1.7
- old
+ new
@@ -28,10 +28,10 @@
result = smsified.create_inbound_subscription '17177455076', :notify_url => config['postbin']
puts result.data.inspect
puts result.http.inspect
# Get some of your sent SMS details
-result = smsified.search_sms 'startDate=2011-02-14&endDate=2011-02-15'
+result = smsified.search_sms 'start=2011-02-14&end=2011-02-15'
puts result.data.inspect
puts result.data.inspect