linkedin-drspin 0.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) 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 +6 -0
  17. data/lib/linked_in/api.rb +11 -0
  18. data/lib/linked_in/api/comment_methods.rb +33 -0
  19. data/lib/linked_in/api/company_search_methods.rb +65 -0
  20. data/lib/linked_in/api/group_methods.rb +18 -0
  21. data/lib/linked_in/api/people_search_methods.rb +112 -0
  22. data/lib/linked_in/api/post_methods.rb +33 -0
  23. data/lib/linked_in/api/query_methods.rb +81 -0
  24. data/lib/linked_in/api/update_methods.rb +55 -0
  25. data/lib/linked_in/client.rb +51 -0
  26. data/lib/linked_in/errors.rb +19 -0
  27. data/lib/linked_in/helpers.rb +6 -0
  28. data/lib/linked_in/helpers/authorization.rb +68 -0
  29. data/lib/linked_in/helpers/request.rb +80 -0
  30. data/lib/linked_in/mash.rb +68 -0
  31. data/lib/linked_in/search.rb +56 -0
  32. data/lib/linked_in/version.rb +11 -0
  33. data/lib/linkedin.rb +32 -0
  34. data/linkedin.gemspec +25 -0
  35. data/spec/cases/api_spec.rb +92 -0
  36. data/spec/cases/linkedin_spec.rb +37 -0
  37. data/spec/cases/mash_spec.rb +85 -0
  38. data/spec/cases/oauth_spec.rb +166 -0
  39. data/spec/cases/search_spec.rb +206 -0
  40. data/spec/fixtures/cassette_library/LinkedIn_Api/Company_API.yml +73 -0
  41. data/spec/fixtures/cassette_library/LinkedIn_Client/_authorize_from_request.yml +28 -0
  42. data/spec/fixtures/cassette_library/LinkedIn_Client/_request_token.yml +28 -0
  43. data/spec/fixtures/cassette_library/LinkedIn_Client/_request_token/with_a_callback_url.yml +28 -0
  44. data/spec/fixtures/cassette_library/LinkedIn_Client/_request_token/with_default_options.yml +28 -0
  45. data/spec/fixtures/cassette_library/LinkedIn_Search/_search/by_company_name_option.yml +135 -0
  46. data/spec/fixtures/cassette_library/LinkedIn_Search/_search/by_first_name_and_last_name_options.yml +122 -0
  47. data/spec/fixtures/cassette_library/LinkedIn_Search/_search/by_first_name_and_last_name_options_with_fields.yml +72 -0
  48. data/spec/fixtures/cassette_library/LinkedIn_Search/_search/by_keywords_string_parameter.yml +136 -0
  49. data/spec/fixtures/cassette_library/LinkedIn_Search/_search/by_single_keywords_option.yml +136 -0
  50. data/spec/fixtures/cassette_library/LinkedIn_Search/_search/by_single_keywords_option_with_pagination.yml +128 -0
  51. data/spec/fixtures/cassette_library/LinkedIn_Search/_search_company/by_keywords_options_with_fields.yml +252 -0
  52. data/spec/fixtures/cassette_library/LinkedIn_Search/_search_company/by_keywords_string_parameter.yml +73 -0
  53. data/spec/fixtures/cassette_library/LinkedIn_Search/_search_company/by_single_keywords_option.yml +71 -0
  54. data/spec/fixtures/cassette_library/LinkedIn_Search/_search_company/by_single_keywords_option_with_a_facet.yml +111 -0
  55. data/spec/fixtures/cassette_library/LinkedIn_Search/_search_company/by_single_keywords_option_with_facets_to_return.yml +71 -0
  56. data/spec/fixtures/cassette_library/LinkedIn_Search/_search_company/by_single_keywords_option_with_pagination.yml +66 -0
  57. data/spec/helper.rb +30 -0
  58. metadata +237 -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,237 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: linkedin-drspin
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.3.6
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Wynn Netherland
9
+ - Josh Kalderimis
10
+ autorequire:
11
+ bindir: bin
12
+ cert_chain: []
13
+ date: 2012-04-17 00:00:00.000000000Z
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: hashie
17
+ requirement: &70353062575560 !ruby/object:Gem::Requirement
18
+ none: false
19
+ requirements:
20
+ - - ~>
21
+ - !ruby/object:Gem::Version
22
+ version: 1.2.0
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: *70353062575560
26
+ - !ruby/object:Gem::Dependency
27
+ name: multi_json
28
+ requirement: &70353062574360 !ruby/object:Gem::Requirement
29
+ none: false
30
+ requirements:
31
+ - - ~>
32
+ - !ruby/object:Gem::Version
33
+ version: 1.0.3
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: *70353062574360
37
+ - !ruby/object:Gem::Dependency
38
+ name: oauth
39
+ requirement: &70353062452840 !ruby/object:Gem::Requirement
40
+ none: false
41
+ requirements:
42
+ - - ~>
43
+ - !ruby/object:Gem::Version
44
+ version: 0.4.5
45
+ type: :runtime
46
+ prerelease: false
47
+ version_requirements: *70353062452840
48
+ - !ruby/object:Gem::Dependency
49
+ name: json
50
+ requirement: &70353062451860 !ruby/object:Gem::Requirement
51
+ none: false
52
+ requirements:
53
+ - - ~>
54
+ - !ruby/object:Gem::Version
55
+ version: '1.6'
56
+ type: :development
57
+ prerelease: false
58
+ version_requirements: *70353062451860
59
+ - !ruby/object:Gem::Dependency
60
+ name: rake
61
+ requirement: &70353062449560 !ruby/object:Gem::Requirement
62
+ none: false
63
+ requirements:
64
+ - - ~>
65
+ - !ruby/object:Gem::Version
66
+ version: '0.9'
67
+ type: :development
68
+ prerelease: false
69
+ version_requirements: *70353062449560
70
+ - !ruby/object:Gem::Dependency
71
+ name: rdoc
72
+ requirement: &70353062448040 !ruby/object:Gem::Requirement
73
+ none: false
74
+ requirements:
75
+ - - ~>
76
+ - !ruby/object:Gem::Version
77
+ version: '3.8'
78
+ type: :development
79
+ prerelease: false
80
+ version_requirements: *70353062448040
81
+ - !ruby/object:Gem::Dependency
82
+ name: rspec
83
+ requirement: &70353062447360 !ruby/object:Gem::Requirement
84
+ none: false
85
+ requirements:
86
+ - - ~>
87
+ - !ruby/object:Gem::Version
88
+ version: '2.6'
89
+ type: :development
90
+ prerelease: false
91
+ version_requirements: *70353062447360
92
+ - !ruby/object:Gem::Dependency
93
+ name: simplecov
94
+ requirement: &70353062339440 !ruby/object:Gem::Requirement
95
+ none: false
96
+ requirements:
97
+ - - ~>
98
+ - !ruby/object:Gem::Version
99
+ version: '0.5'
100
+ type: :development
101
+ prerelease: false
102
+ version_requirements: *70353062339440
103
+ - !ruby/object:Gem::Dependency
104
+ name: vcr
105
+ requirement: &70353062336020 !ruby/object:Gem::Requirement
106
+ none: false
107
+ requirements:
108
+ - - ~>
109
+ - !ruby/object:Gem::Version
110
+ version: '1.10'
111
+ type: :development
112
+ prerelease: false
113
+ version_requirements: *70353062336020
114
+ - !ruby/object:Gem::Dependency
115
+ name: webmock
116
+ requirement: &70353062334880 !ruby/object:Gem::Requirement
117
+ none: false
118
+ requirements:
119
+ - - ~>
120
+ - !ruby/object:Gem::Version
121
+ version: '1.7'
122
+ type: :development
123
+ prerelease: false
124
+ version_requirements: *70353062334880
125
+ description: Ruby wrapper for the LinkedIn API
126
+ email:
127
+ - wynn.netherland@gmail.com
128
+ - josh.kalderimis@gmail.com
129
+ executables: []
130
+ extensions: []
131
+ extra_rdoc_files: []
132
+ files:
133
+ - .autotest
134
+ - .document
135
+ - .gemtest
136
+ - .gitignore
137
+ - .rspec
138
+ - .travis.yml
139
+ - Gemfile
140
+ - LICENSE
141
+ - README.markdown
142
+ - Rakefile
143
+ - changelog.markdown
144
+ - examples/authenticate.rb
145
+ - examples/network.rb
146
+ - examples/profile.rb
147
+ - examples/sinatra.rb
148
+ - examples/status.rb
149
+ - lib/linked_in/api.rb
150
+ - lib/linked_in/api/comment_methods.rb
151
+ - lib/linked_in/api/company_search_methods.rb
152
+ - lib/linked_in/api/group_methods.rb
153
+ - lib/linked_in/api/people_search_methods.rb
154
+ - lib/linked_in/api/post_methods.rb
155
+ - lib/linked_in/api/query_methods.rb
156
+ - lib/linked_in/api/update_methods.rb
157
+ - lib/linked_in/client.rb
158
+ - lib/linked_in/errors.rb
159
+ - lib/linked_in/helpers.rb
160
+ - lib/linked_in/helpers/authorization.rb
161
+ - lib/linked_in/helpers/request.rb
162
+ - lib/linked_in/mash.rb
163
+ - lib/linked_in/search.rb
164
+ - lib/linked_in/version.rb
165
+ - lib/linkedin.rb
166
+ - linkedin.gemspec
167
+ - spec/cases/api_spec.rb
168
+ - spec/cases/linkedin_spec.rb
169
+ - spec/cases/mash_spec.rb
170
+ - spec/cases/oauth_spec.rb
171
+ - spec/cases/search_spec.rb
172
+ - spec/fixtures/cassette_library/LinkedIn_Api/Company_API.yml
173
+ - spec/fixtures/cassette_library/LinkedIn_Client/_authorize_from_request.yml
174
+ - spec/fixtures/cassette_library/LinkedIn_Client/_request_token.yml
175
+ - spec/fixtures/cassette_library/LinkedIn_Client/_request_token/with_a_callback_url.yml
176
+ - spec/fixtures/cassette_library/LinkedIn_Client/_request_token/with_default_options.yml
177
+ - spec/fixtures/cassette_library/LinkedIn_Search/_search/by_company_name_option.yml
178
+ - spec/fixtures/cassette_library/LinkedIn_Search/_search/by_first_name_and_last_name_options.yml
179
+ - spec/fixtures/cassette_library/LinkedIn_Search/_search/by_first_name_and_last_name_options_with_fields.yml
180
+ - spec/fixtures/cassette_library/LinkedIn_Search/_search/by_keywords_string_parameter.yml
181
+ - spec/fixtures/cassette_library/LinkedIn_Search/_search/by_single_keywords_option.yml
182
+ - spec/fixtures/cassette_library/LinkedIn_Search/_search/by_single_keywords_option_with_pagination.yml
183
+ - spec/fixtures/cassette_library/LinkedIn_Search/_search_company/by_keywords_options_with_fields.yml
184
+ - spec/fixtures/cassette_library/LinkedIn_Search/_search_company/by_keywords_string_parameter.yml
185
+ - spec/fixtures/cassette_library/LinkedIn_Search/_search_company/by_single_keywords_option.yml
186
+ - spec/fixtures/cassette_library/LinkedIn_Search/_search_company/by_single_keywords_option_with_a_facet.yml
187
+ - spec/fixtures/cassette_library/LinkedIn_Search/_search_company/by_single_keywords_option_with_facets_to_return.yml
188
+ - spec/fixtures/cassette_library/LinkedIn_Search/_search_company/by_single_keywords_option_with_pagination.yml
189
+ - spec/helper.rb
190
+ homepage: http://github.com/pengwynn/linkedin
191
+ licenses: []
192
+ post_install_message:
193
+ rdoc_options: []
194
+ require_paths:
195
+ - lib
196
+ required_ruby_version: !ruby/object:Gem::Requirement
197
+ none: false
198
+ requirements:
199
+ - - ! '>='
200
+ - !ruby/object:Gem::Version
201
+ version: '0'
202
+ required_rubygems_version: !ruby/object:Gem::Requirement
203
+ none: false
204
+ requirements:
205
+ - - ! '>='
206
+ - !ruby/object:Gem::Version
207
+ version: '0'
208
+ requirements: []
209
+ rubyforge_project:
210
+ rubygems_version: 1.8.10
211
+ signing_key:
212
+ specification_version: 3
213
+ summary: Ruby wrapper for the LinkedIn API
214
+ test_files:
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