Sha256: dd8c5ea8fe6af7437c49c1e2c891b22feb25329b78a9e36cc7bcb31f7bc08b8a

Contents?: true

Size: 306 Bytes

Versions: 41

Compression:

Stored size: 306 Bytes

Contents

# AUTHENTICATE FIRST found in examples/authenticate.rb

# client is a LinkedIn::Client

# get network updates for the authenticated user
client.network_updates

# get profile picture changes
client.network_updates(:type => 'PICT')

# view connections for the currently authenticated user
client.connections

Version data entries

41 entries across 41 versions & 10 rubygems

Version Path
linkedin-0.1.1 examples/network.rb