README.md in lenddo-1.1.3 vs README.md in lenddo-1.2.0

- old
+ new

@@ -66,9 +66,17 @@ require 'lenddo/service_client' Lenddo::ServiceClient.application_decision(@application_id, @partnerscript_id) +### Get MobileData + +If you want to retrieve the mobile data stream from your partner script ID you can use this method. + + require 'lenddo/service_client' + + Lenddo::ServiceClient.mobile_data(@partnerscript_id) + ### Send Extra Application Data If you're sending extra information with your application you can use this method to submit it. Extra Application Data may be used to enhance the model performance based on data you may already have about a user. #### Notes \ No newline at end of file