brienw-linkedin 0.3.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (53) hide show
  1. data/.autotest +14 -0
  2. data/.document +5 -0
  3. data/.gemtest +0 -0
  4. data/.gitignore +41 -0
  5. data/.rspec +1 -0
  6. data/.travis.yml +5 -0
  7. data/Gemfile +7 -0
  8. data/LICENSE +20 -0
  9. data/README.markdown +78 -0
  10. data/Rakefile +19 -0
  11. data/changelog.markdown +71 -0
  12. data/examples/authenticate.rb +21 -0
  13. data/examples/network.rb +12 -0
  14. data/examples/profile.rb +18 -0
  15. data/examples/sinatra.rb +77 -0
  16. data/examples/status.rb +9 -0
  17. data/lib/linked_in/api.rb +6 -0
  18. data/lib/linked_in/api/query_methods.rb +73 -0
  19. data/lib/linked_in/api/update_methods.rb +55 -0
  20. data/lib/linked_in/client.rb +46 -0
  21. data/lib/linked_in/errors.rb +19 -0
  22. data/lib/linked_in/helpers.rb +6 -0
  23. data/lib/linked_in/helpers/authorization.rb +68 -0
  24. data/lib/linked_in/helpers/request.rb +80 -0
  25. data/lib/linked_in/mash.rb +68 -0
  26. data/lib/linked_in/search.rb +56 -0
  27. data/lib/linked_in/version.rb +11 -0
  28. data/lib/linkedin.rb +32 -0
  29. data/linkedin.gemspec +25 -0
  30. data/spec/cases/api_spec.rb +92 -0
  31. data/spec/cases/linkedin_spec.rb +37 -0
  32. data/spec/cases/mash_spec.rb +85 -0
  33. data/spec/cases/oauth_spec.rb +166 -0
  34. data/spec/cases/search_spec.rb +206 -0
  35. data/spec/fixtures/cassette_library/LinkedIn_Api/Company_API.yml +73 -0
  36. data/spec/fixtures/cassette_library/LinkedIn_Client/_authorize_from_request.yml +28 -0
  37. data/spec/fixtures/cassette_library/LinkedIn_Client/_request_token.yml +28 -0
  38. data/spec/fixtures/cassette_library/LinkedIn_Client/_request_token/with_a_callback_url.yml +28 -0
  39. data/spec/fixtures/cassette_library/LinkedIn_Client/_request_token/with_default_options.yml +28 -0
  40. data/spec/fixtures/cassette_library/LinkedIn_Search/_search/by_company_name_option.yml +135 -0
  41. data/spec/fixtures/cassette_library/LinkedIn_Search/_search/by_first_name_and_last_name_options.yml +122 -0
  42. data/spec/fixtures/cassette_library/LinkedIn_Search/_search/by_first_name_and_last_name_options_with_fields.yml +72 -0
  43. data/spec/fixtures/cassette_library/LinkedIn_Search/_search/by_keywords_string_parameter.yml +136 -0
  44. data/spec/fixtures/cassette_library/LinkedIn_Search/_search/by_single_keywords_option.yml +136 -0
  45. data/spec/fixtures/cassette_library/LinkedIn_Search/_search/by_single_keywords_option_with_pagination.yml +128 -0
  46. data/spec/fixtures/cassette_library/LinkedIn_Search/_search_company/by_keywords_options_with_fields.yml +252 -0
  47. data/spec/fixtures/cassette_library/LinkedIn_Search/_search_company/by_keywords_string_parameter.yml +73 -0
  48. data/spec/fixtures/cassette_library/LinkedIn_Search/_search_company/by_single_keywords_option.yml +71 -0
  49. data/spec/fixtures/cassette_library/LinkedIn_Search/_search_company/by_single_keywords_option_with_a_facet.yml +111 -0
  50. data/spec/fixtures/cassette_library/LinkedIn_Search/_search_company/by_single_keywords_option_with_facets_to_return.yml +71 -0
  51. data/spec/fixtures/cassette_library/LinkedIn_Search/_search_company/by_single_keywords_option_with_pagination.yml +66 -0
  52. data/spec/helper.rb +30 -0
  53. metadata +295 -0
@@ -0,0 +1,71 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :get
5
+ uri: https://api.linkedin.com:443/v1/company-search?facets=industry&keywords=apple
6
+ body:
7
+ headers:
8
+ x-li-format:
9
+ - json
10
+ user-agent:
11
+ - OAuth gem v0.4.5
12
+ authorization:
13
+ - OAuth oauth_consumer_key="n22cs9eyo36s", oauth_nonce="WNtBym5LDMHmF1yNiZA8ypTi6Ae5yZFgfWeyYjVK0E8",
14
+ oauth_signature="x2Mh3MmxuXDz2sBMnlqNsXIub5I%3D", oauth_signature_method="HMAC-SHA1",
15
+ oauth_timestamp="1329991802", oauth_token="a39e395e-bc38-4d5b-ae3b-52f840f821e9",
16
+ oauth_version="1.0"
17
+ response: !ruby/struct:VCR::Response
18
+ status: !ruby/struct:VCR::ResponseStatus
19
+ code: 200
20
+ message: OK
21
+ headers:
22
+ server:
23
+ - Apache-Coyote/1.1
24
+ x-li-request-id:
25
+ - 4MRGJTY83T
26
+ vary:
27
+ - ! '*'
28
+ x-li-format:
29
+ - json
30
+ content-type:
31
+ - application/json;charset=UTF-8
32
+ transfer-encoding:
33
+ - chunked
34
+ date:
35
+ - Thu, 23 Feb 2012 10:10:03 GMT
36
+ body: ! "{\n \"companies\": {\n \"_count\": 10,\n \"_start\": 0,\n \"_total\":
37
+ 5696,\n \"values\": [\n {\n \"id\": 162479,\n \"name\":
38
+ \"Apple\"\n },\n {\n \"id\": 1276,\n \"name\": \"Apple
39
+ Retail\"\n },\n {\n \"id\": 1373,\n \"name\": \"Xerox\"\n
40
+ \ },\n {\n \"id\": 165158,\n \"name\": \"Netflix\"\n
41
+ \ },\n {\n \"id\": 7240,\n \"name\": \"HCL Infosystems
42
+ Ltd\"\n },\n {\n \"id\": 19271,\n \"name\": \"Apple
43
+ Vacations\"\n },\n {\n \"id\": 163801,\n \"name\": \"FileMaker\"\n
44
+ \ },\n {\n \"id\": 21482,\n \"name\": \"GHA Technologies\"\n
45
+ \ },\n {\n \"id\": 112136,\n \"name\": \"Apple & Associates\"\n
46
+ \ },\n {\n \"id\": 15552,\n \"name\": \"Micro Center\"\n
47
+ \ }\n ]\n },\n \"facets\": {\n \"_total\": 1,\n \"values\": [{\n
48
+ \ \"buckets\": {\n \"_total\": 10,\n \"values\": [\n {\n
49
+ \ \"code\": \"96\",\n \"count\": 1386,\n \"name\":
50
+ \"Information Technology and Services\",\n \"selected\": false\n
51
+ \ },\n {\n \"code\": \"4\",\n \"count\":
52
+ 732,\n \"name\": \"Computer Software\",\n \"selected\":
53
+ false\n },\n {\n \"code\": \"3\",\n \"count\":
54
+ 313,\n \"name\": \"Computer Hardware\",\n \"selected\":
55
+ false\n },\n {\n \"code\": \"6\",\n \"count\":
56
+ 295,\n \"name\": \"Internet\",\n \"selected\": false\n
57
+ \ },\n {\n \"code\": \"80\",\n \"count\":
58
+ 219,\n \"name\": \"Marketing and Advertising\",\n \"selected\":
59
+ false\n },\n {\n \"code\": \"24\",\n \"count\":
60
+ 166,\n \"name\": \"Consumer Electronics\",\n \"selected\":
61
+ false\n },\n {\n \"code\": \"27\",\n \"count\":
62
+ 142,\n \"name\": \"Retail\",\n \"selected\": false\n },\n
63
+ \ {\n \"code\": \"109\",\n \"count\": 123,\n \"name\":
64
+ \"Computer Games\",\n \"selected\": false\n },\n {\n
65
+ \ \"code\": \"126\",\n \"count\": 120,\n \"name\":
66
+ \"Media Production\",\n \"selected\": false\n },\n {\n
67
+ \ \"code\": \"99\",\n \"count\": 117,\n \"name\":
68
+ \"Design\",\n \"selected\": false\n }\n ]\n },\n
69
+ \ \"code\": \"industry\",\n \"name\": \"Industry\"\n }]\n },\n
70
+ \ \"numResults\": 5696\n}"
71
+ http_version: '1.1'
@@ -0,0 +1,66 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :get
5
+ uri: https://api.linkedin.com:443/v1/company-search?count=5&keywords=apple&start=5
6
+ body:
7
+ headers:
8
+ x-li-format:
9
+ - json
10
+ user-agent:
11
+ - OAuth gem v0.4.5
12
+ authorization:
13
+ - OAuth oauth_consumer_key="n22cs9eyo36s", oauth_nonce="ijlM2rk0lIDFQSvHgwegzYK3BlzbB4bywFyygdPsJA",
14
+ oauth_signature="roxP%2BA3I%2F8PlBub%2B%2BqSF%2FBp3EqU%3D", oauth_signature_method="HMAC-SHA1",
15
+ oauth_timestamp="1329992230", oauth_token="a39e395e-bc38-4d5b-ae3b-52f840f821e9",
16
+ oauth_version="1.0"
17
+ response: !ruby/struct:VCR::Response
18
+ status: !ruby/struct:VCR::ResponseStatus
19
+ code: 200
20
+ message: OK
21
+ headers:
22
+ server:
23
+ - Apache-Coyote/1.1
24
+ x-li-request-id:
25
+ - 7Y7WOBATID
26
+ vary:
27
+ - ! '*'
28
+ x-li-format:
29
+ - json
30
+ content-type:
31
+ - application/json;charset=UTF-8
32
+ transfer-encoding:
33
+ - chunked
34
+ date:
35
+ - Thu, 23 Feb 2012 10:17:13 GMT
36
+ body: ! "{\n \"companies\": {\n \"_count\": 5,\n \"_start\": 5,\n \"_total\":
37
+ 5696,\n \"values\": [\n {\n \"id\": 19271,\n \"name\":
38
+ \"Apple Vacations\"\n },\n {\n \"id\": 163801,\n \"name\":
39
+ \"FileMaker\"\n },\n {\n \"id\": 21482,\n \"name\":
40
+ \"GHA Technologies\"\n },\n {\n \"id\": 112136,\n \"name\":
41
+ \"Apple & Associates\"\n },\n {\n \"id\": 15552,\n \"name\":
42
+ \"Micro Center\"\n }\n ]\n },\n \"facets\": {\n \"_total\": 1,\n
43
+ \ \"values\": [{\n \"buckets\": {\n \"_total\": 10,\n \"values\":
44
+ [\n {\n \"code\": \"us:0\",\n \"count\": 1836,\n
45
+ \ \"name\": \"United States\",\n \"selected\": false\n
46
+ \ },\n {\n \"code\": \"gb:0\",\n \"count\":
47
+ 491,\n \"name\": \"United Kingdom\",\n \"selected\": false\n
48
+ \ },\n {\n \"code\": \"us:84\",\n \"count\":
49
+ 237,\n \"name\": \"San Francisco Bay Area\",\n \"selected\":
50
+ false\n },\n {\n \"code\": \"nl:0\",\n \"count\":
51
+ 227,\n \"name\": \"Netherlands\",\n \"selected\": false\n
52
+ \ },\n {\n \"code\": \"us:70\",\n \"count\":
53
+ 208,\n \"name\": \"Greater New York City Area\",\n \"selected\":
54
+ false\n },\n {\n \"code\": \"ca:0\",\n \"count\":
55
+ 199,\n \"name\": \"Canada\",\n \"selected\": false\n },\n
56
+ \ {\n \"code\": \"au:0\",\n \"count\": 130,\n
57
+ \ \"name\": \"Australia\",\n \"selected\": false\n },\n
58
+ \ {\n \"code\": \"us:49\",\n \"count\": 130,\n
59
+ \ \"name\": \"Greater Los Angeles Area\",\n \"selected\":
60
+ false\n },\n {\n \"code\": \"in:0\",\n \"count\":
61
+ 121,\n \"name\": \"India\",\n \"selected\": false\n },\n
62
+ \ {\n \"code\": \"it:0\",\n \"count\": 121,\n
63
+ \ \"name\": \"Italy\",\n \"selected\": false\n }\n
64
+ \ ]\n },\n \"code\": \"location\",\n \"name\": \"Location\"\n
65
+ \ }]\n },\n \"numResults\": 5696\n}"
66
+ http_version: '1.1'
@@ -0,0 +1,30 @@
1
+ $:.unshift File.expand_path('..', __FILE__)
2
+ $:.unshift File.expand_path('../../lib', __FILE__)
3
+ require 'simplecov'
4
+ SimpleCov.start
5
+ require 'linkedin'
6
+ require 'rspec'
7
+ require 'webmock/rspec'
8
+ require 'vcr'
9
+
10
+ VCR.config do |c|
11
+ c.cassette_library_dir = 'spec/fixtures/cassette_library'
12
+ c.stub_with :webmock
13
+ c.ignore_localhost = true
14
+ c.default_cassette_options = { :record => :none }
15
+ end
16
+
17
+ RSpec.configure do |c|
18
+ c.extend VCR::RSpec::Macros
19
+ end
20
+
21
+ def linkedin_url(url)
22
+ url =~ /^http/ ? url : "https://api.linkedin.com#{url}"
23
+ end
24
+
25
+ def expect_post(url, body, result = nil)
26
+ a_request(:post, linkedin_url(url)).with({
27
+ :body => fixture(body).read,
28
+ :headers => { :content_type => 'application/xml' }
29
+ }).should have_been_made.once
30
+ end
metadata ADDED
@@ -0,0 +1,295 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: brienw-linkedin
3
+ version: !ruby/object:Gem::Version
4
+ hash: 29
5
+ prerelease: false
6
+ segments:
7
+ - 0
8
+ - 3
9
+ - 7
10
+ version: 0.3.7
11
+ platform: ruby
12
+ authors:
13
+ - Wynn Netherland
14
+ - Josh Kalderimis
15
+ autorequire:
16
+ bindir: bin
17
+ cert_chain: []
18
+
19
+ date: 2012-04-13 00:00:00 -07:00
20
+ default_executable:
21
+ dependencies:
22
+ - !ruby/object:Gem::Dependency
23
+ name: hashie
24
+ prerelease: false
25
+ requirement: &id001 !ruby/object:Gem::Requirement
26
+ none: false
27
+ requirements:
28
+ - - ~>
29
+ - !ruby/object:Gem::Version
30
+ hash: 31
31
+ segments:
32
+ - 1
33
+ - 2
34
+ - 0
35
+ version: 1.2.0
36
+ type: :runtime
37
+ version_requirements: *id001
38
+ - !ruby/object:Gem::Dependency
39
+ name: multi_json
40
+ prerelease: false
41
+ requirement: &id002 !ruby/object:Gem::Requirement
42
+ none: false
43
+ requirements:
44
+ - - ~>
45
+ - !ruby/object:Gem::Version
46
+ hash: 17
47
+ segments:
48
+ - 1
49
+ - 0
50
+ - 3
51
+ version: 1.0.3
52
+ type: :runtime
53
+ version_requirements: *id002
54
+ - !ruby/object:Gem::Dependency
55
+ name: oauth
56
+ prerelease: false
57
+ requirement: &id003 !ruby/object:Gem::Requirement
58
+ none: false
59
+ requirements:
60
+ - - ~>
61
+ - !ruby/object:Gem::Version
62
+ hash: 5
63
+ segments:
64
+ - 0
65
+ - 4
66
+ - 5
67
+ version: 0.4.5
68
+ type: :runtime
69
+ version_requirements: *id003
70
+ - !ruby/object:Gem::Dependency
71
+ name: json
72
+ prerelease: false
73
+ requirement: &id004 !ruby/object:Gem::Requirement
74
+ none: false
75
+ requirements:
76
+ - - ~>
77
+ - !ruby/object:Gem::Version
78
+ hash: 3
79
+ segments:
80
+ - 1
81
+ - 6
82
+ version: "1.6"
83
+ type: :development
84
+ version_requirements: *id004
85
+ - !ruby/object:Gem::Dependency
86
+ name: rake
87
+ prerelease: false
88
+ requirement: &id005 !ruby/object:Gem::Requirement
89
+ none: false
90
+ requirements:
91
+ - - ~>
92
+ - !ruby/object:Gem::Version
93
+ hash: 25
94
+ segments:
95
+ - 0
96
+ - 9
97
+ version: "0.9"
98
+ type: :development
99
+ version_requirements: *id005
100
+ - !ruby/object:Gem::Dependency
101
+ name: rdoc
102
+ prerelease: false
103
+ requirement: &id006 !ruby/object:Gem::Requirement
104
+ none: false
105
+ requirements:
106
+ - - ~>
107
+ - !ruby/object:Gem::Version
108
+ hash: 23
109
+ segments:
110
+ - 3
111
+ - 8
112
+ version: "3.8"
113
+ type: :development
114
+ version_requirements: *id006
115
+ - !ruby/object:Gem::Dependency
116
+ name: rspec
117
+ prerelease: false
118
+ requirement: &id007 !ruby/object:Gem::Requirement
119
+ none: false
120
+ requirements:
121
+ - - ~>
122
+ - !ruby/object:Gem::Version
123
+ hash: 15
124
+ segments:
125
+ - 2
126
+ - 6
127
+ version: "2.6"
128
+ type: :development
129
+ version_requirements: *id007
130
+ - !ruby/object:Gem::Dependency
131
+ name: simplecov
132
+ prerelease: false
133
+ requirement: &id008 !ruby/object:Gem::Requirement
134
+ none: false
135
+ requirements:
136
+ - - ~>
137
+ - !ruby/object:Gem::Version
138
+ hash: 1
139
+ segments:
140
+ - 0
141
+ - 5
142
+ version: "0.5"
143
+ type: :development
144
+ version_requirements: *id008
145
+ - !ruby/object:Gem::Dependency
146
+ name: vcr
147
+ prerelease: false
148
+ requirement: &id009 !ruby/object:Gem::Requirement
149
+ none: false
150
+ requirements:
151
+ - - ~>
152
+ - !ruby/object:Gem::Version
153
+ hash: 27
154
+ segments:
155
+ - 1
156
+ - 10
157
+ version: "1.10"
158
+ type: :development
159
+ version_requirements: *id009
160
+ - !ruby/object:Gem::Dependency
161
+ name: webmock
162
+ prerelease: false
163
+ requirement: &id010 !ruby/object:Gem::Requirement
164
+ none: false
165
+ requirements:
166
+ - - ~>
167
+ - !ruby/object:Gem::Version
168
+ hash: 1
169
+ segments:
170
+ - 1
171
+ - 7
172
+ version: "1.7"
173
+ type: :development
174
+ version_requirements: *id010
175
+ description: Ruby wrapper for the LinkedIn API
176
+ email:
177
+ - wynn.netherland@gmail.com
178
+ - josh.kalderimis@gmail.com
179
+ executables: []
180
+
181
+ extensions: []
182
+
183
+ extra_rdoc_files: []
184
+
185
+ files:
186
+ - .autotest
187
+ - .document
188
+ - .gemtest
189
+ - .gitignore
190
+ - .rspec
191
+ - .travis.yml
192
+ - Gemfile
193
+ - LICENSE
194
+ - README.markdown
195
+ - Rakefile
196
+ - changelog.markdown
197
+ - examples/authenticate.rb
198
+ - examples/network.rb
199
+ - examples/profile.rb
200
+ - examples/sinatra.rb
201
+ - examples/status.rb
202
+ - lib/linked_in/api.rb
203
+ - lib/linked_in/api/query_methods.rb
204
+ - lib/linked_in/api/update_methods.rb
205
+ - lib/linked_in/client.rb
206
+ - lib/linked_in/errors.rb
207
+ - lib/linked_in/helpers.rb
208
+ - lib/linked_in/helpers/authorization.rb
209
+ - lib/linked_in/helpers/request.rb
210
+ - lib/linked_in/mash.rb
211
+ - lib/linked_in/search.rb
212
+ - lib/linked_in/version.rb
213
+ - lib/linkedin.rb
214
+ - linkedin.gemspec
215
+ - spec/cases/api_spec.rb
216
+ - spec/cases/linkedin_spec.rb
217
+ - spec/cases/mash_spec.rb
218
+ - spec/cases/oauth_spec.rb
219
+ - spec/cases/search_spec.rb
220
+ - spec/fixtures/cassette_library/LinkedIn_Api/Company_API.yml
221
+ - spec/fixtures/cassette_library/LinkedIn_Client/_authorize_from_request.yml
222
+ - spec/fixtures/cassette_library/LinkedIn_Client/_request_token.yml
223
+ - spec/fixtures/cassette_library/LinkedIn_Client/_request_token/with_a_callback_url.yml
224
+ - spec/fixtures/cassette_library/LinkedIn_Client/_request_token/with_default_options.yml
225
+ - spec/fixtures/cassette_library/LinkedIn_Search/_search/by_company_name_option.yml
226
+ - spec/fixtures/cassette_library/LinkedIn_Search/_search/by_first_name_and_last_name_options.yml
227
+ - spec/fixtures/cassette_library/LinkedIn_Search/_search/by_first_name_and_last_name_options_with_fields.yml
228
+ - spec/fixtures/cassette_library/LinkedIn_Search/_search/by_keywords_string_parameter.yml
229
+ - spec/fixtures/cassette_library/LinkedIn_Search/_search/by_single_keywords_option.yml
230
+ - spec/fixtures/cassette_library/LinkedIn_Search/_search/by_single_keywords_option_with_pagination.yml
231
+ - spec/fixtures/cassette_library/LinkedIn_Search/_search_company/by_keywords_options_with_fields.yml
232
+ - spec/fixtures/cassette_library/LinkedIn_Search/_search_company/by_keywords_string_parameter.yml
233
+ - spec/fixtures/cassette_library/LinkedIn_Search/_search_company/by_single_keywords_option.yml
234
+ - spec/fixtures/cassette_library/LinkedIn_Search/_search_company/by_single_keywords_option_with_a_facet.yml
235
+ - spec/fixtures/cassette_library/LinkedIn_Search/_search_company/by_single_keywords_option_with_facets_to_return.yml
236
+ - spec/fixtures/cassette_library/LinkedIn_Search/_search_company/by_single_keywords_option_with_pagination.yml
237
+ - spec/helper.rb
238
+ has_rdoc: true
239
+ homepage: http://github.com/pengwynn/linkedin
240
+ licenses: []
241
+
242
+ post_install_message:
243
+ rdoc_options: []
244
+
245
+ require_paths:
246
+ - lib
247
+ required_ruby_version: !ruby/object:Gem::Requirement
248
+ none: false
249
+ requirements:
250
+ - - ">="
251
+ - !ruby/object:Gem::Version
252
+ hash: 3
253
+ segments:
254
+ - 0
255
+ version: "0"
256
+ required_rubygems_version: !ruby/object:Gem::Requirement
257
+ none: false
258
+ requirements:
259
+ - - ">="
260
+ - !ruby/object:Gem::Version
261
+ hash: 3
262
+ segments:
263
+ - 0
264
+ version: "0"
265
+ requirements: []
266
+
267
+ rubyforge_project:
268
+ rubygems_version: 1.3.7
269
+ signing_key:
270
+ specification_version: 3
271
+ summary: Ruby wrapper for the LinkedIn API
272
+ test_files:
273
+ - spec/cases/api_spec.rb
274
+ - spec/cases/linkedin_spec.rb
275
+ - spec/cases/mash_spec.rb
276
+ - spec/cases/oauth_spec.rb
277
+ - spec/cases/search_spec.rb
278
+ - spec/fixtures/cassette_library/LinkedIn_Api/Company_API.yml
279
+ - spec/fixtures/cassette_library/LinkedIn_Client/_authorize_from_request.yml
280
+ - spec/fixtures/cassette_library/LinkedIn_Client/_request_token.yml
281
+ - spec/fixtures/cassette_library/LinkedIn_Client/_request_token/with_a_callback_url.yml
282
+ - spec/fixtures/cassette_library/LinkedIn_Client/_request_token/with_default_options.yml
283
+ - spec/fixtures/cassette_library/LinkedIn_Search/_search/by_company_name_option.yml
284
+ - spec/fixtures/cassette_library/LinkedIn_Search/_search/by_first_name_and_last_name_options.yml
285
+ - spec/fixtures/cassette_library/LinkedIn_Search/_search/by_first_name_and_last_name_options_with_fields.yml
286
+ - spec/fixtures/cassette_library/LinkedIn_Search/_search/by_keywords_string_parameter.yml
287
+ - spec/fixtures/cassette_library/LinkedIn_Search/_search/by_single_keywords_option.yml
288
+ - spec/fixtures/cassette_library/LinkedIn_Search/_search/by_single_keywords_option_with_pagination.yml
289
+ - spec/fixtures/cassette_library/LinkedIn_Search/_search_company/by_keywords_options_with_fields.yml
290
+ - spec/fixtures/cassette_library/LinkedIn_Search/_search_company/by_keywords_string_parameter.yml
291
+ - spec/fixtures/cassette_library/LinkedIn_Search/_search_company/by_single_keywords_option.yml
292
+ - spec/fixtures/cassette_library/LinkedIn_Search/_search_company/by_single_keywords_option_with_a_facet.yml
293
+ - spec/fixtures/cassette_library/LinkedIn_Search/_search_company/by_single_keywords_option_with_facets_to_return.yml
294
+ - spec/fixtures/cassette_library/LinkedIn_Search/_search_company/by_single_keywords_option_with_pagination.yml
295
+ - spec/helper.rb