Device solutions
End to end solutions
Product accelerators
Get Started
APIs
IoT Devices
Version 1.4 - Updated on 11/17/2016
#initialize(session) ⇒ Contact
contacts
Returns a new instance of Contact
def initialize(session) # Instance variables @session = session end
#contacts ⇒ Object
Give contact information of the user
Arguments:
Returns:
def contacts() response = @session.do_get_without_params "contacts" Sdk::parse_response(response) end
Copyright © 2015-2017, Verizon and/or its Licensors. All rights reserved.