zendesk-james-moriarty 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: bff655df3f7d9258995bd2aa623fff010338981e
4
+ data.tar.gz: a55461e6ecfeebd9683394efb7199c6e45db044f
5
+ SHA512:
6
+ metadata.gz: 122144bf42ae753bd066237e265dae99a232e15a92cc962815e03177a12e6bf7a4468d59208aff00c9d62aba3cbfaad9a7cfe01a7b23d9676033ee8b7b962c4e
7
+ data.tar.gz: 8167ab4e76ac920c90e1dc668886203923ed85ccca1c5c255dac7bf2db0dde181a77be64fc642bf539796172222a5cbb430826da8275fb51c519aacfa987c88b
@@ -0,0 +1,11 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /_yardoc/
4
+ /coverage/
5
+ /doc/
6
+ /pkg/
7
+ /spec/reports/
8
+ /tmp/
9
+
10
+ # rspec failure tracking
11
+ .rspec_status
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
@@ -0,0 +1 @@
1
+ 2.4.6
@@ -0,0 +1,9 @@
1
+ ---
2
+ sudo: false
3
+ language: ruby
4
+ cache: bundler
5
+ rvm:
6
+ - 2.4.6
7
+ before_install:
8
+ - gem install bundler -v 2.0.2
9
+ - bundle install
data/Gemfile ADDED
@@ -0,0 +1,6 @@
1
+ # frozen_string_literal: true
2
+
3
+ source 'https://rubygems.org'
4
+
5
+ # Specify your gem's dependencies in zendesk.gemspec
6
+ gemspec
@@ -0,0 +1,83 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ zendesk (0.1.0)
5
+ activesupport (~> 5.0)
6
+ slop (~> 4.0)
7
+ terminal-table (~> 1.8.0)
8
+
9
+ GEM
10
+ remote: https://rubygems.org/
11
+ specs:
12
+ activesupport (5.2.3)
13
+ concurrent-ruby (~> 1.0, >= 1.0.2)
14
+ i18n (>= 0.7, < 2)
15
+ minitest (~> 5.1)
16
+ tzinfo (~> 1.1)
17
+ ast (2.4.0)
18
+ coderay (1.1.2)
19
+ concurrent-ruby (1.1.5)
20
+ diff-lcs (1.3)
21
+ docile (1.3.2)
22
+ i18n (1.6.0)
23
+ concurrent-ruby (~> 1.0)
24
+ jaro_winkler (1.5.2)
25
+ json (2.2.0)
26
+ method_source (0.9.2)
27
+ minitest (5.11.3)
28
+ parallel (1.17.0)
29
+ parser (2.6.3.0)
30
+ ast (~> 2.4.0)
31
+ pry (0.12.2)
32
+ coderay (~> 1.1.0)
33
+ method_source (~> 0.9.0)
34
+ rainbow (3.0.0)
35
+ rake (10.5.0)
36
+ rspec (3.8.0)
37
+ rspec-core (~> 3.8.0)
38
+ rspec-expectations (~> 3.8.0)
39
+ rspec-mocks (~> 3.8.0)
40
+ rspec-core (3.8.1)
41
+ rspec-support (~> 3.8.0)
42
+ rspec-expectations (3.8.4)
43
+ diff-lcs (>= 1.2.0, < 2.0)
44
+ rspec-support (~> 3.8.0)
45
+ rspec-mocks (3.8.1)
46
+ diff-lcs (>= 1.2.0, < 2.0)
47
+ rspec-support (~> 3.8.0)
48
+ rspec-support (3.8.2)
49
+ rubocop (0.71.0)
50
+ jaro_winkler (~> 1.5.1)
51
+ parallel (~> 1.10)
52
+ parser (>= 2.6)
53
+ rainbow (>= 2.2.2, < 4.0)
54
+ ruby-progressbar (~> 1.7)
55
+ unicode-display_width (>= 1.4.0, < 1.7)
56
+ ruby-progressbar (1.10.1)
57
+ simplecov (0.16.1)
58
+ docile (~> 1.1)
59
+ json (>= 1.8, < 3)
60
+ simplecov-html (~> 0.10.0)
61
+ simplecov-html (0.10.2)
62
+ slop (4.6.2)
63
+ terminal-table (1.8.0)
64
+ unicode-display_width (~> 1.1, >= 1.1.1)
65
+ thread_safe (0.3.6)
66
+ tzinfo (1.2.5)
67
+ thread_safe (~> 0.1)
68
+ unicode-display_width (1.6.0)
69
+
70
+ PLATFORMS
71
+ ruby
72
+
73
+ DEPENDENCIES
74
+ bundler (~> 2.0)
75
+ pry
76
+ rake (~> 10.0)
77
+ rspec (~> 3.0)
78
+ rubocop (~> 0.71.0)
79
+ simplecov (~> 0.16.1)
80
+ zendesk!
81
+
82
+ BUNDLED WITH
83
+ 2.0.2
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2019 James Moriarty
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -0,0 +1,59 @@
1
+ # Zendesk
2
+
3
+ [![Build Status](https://travis-ci.com/jamesmoriarty/zendesk.svg?token=kWz41FX2t394aCfgBXSy&branch=master)](https://travis-ci.com/jamesmoriarty/zendesk)
4
+
5
+ ## Development
6
+
7
+ ### Tests
8
+
9
+ ```
10
+ rake
11
+ ```
12
+
13
+ ### Usage
14
+
15
+ ```
16
+ $ ./exe/zendesk
17
+ usage: ./exe/zendesk [options]
18
+ -f, --files json file paths to load e.g. users.json
19
+ -c, --command command expression e.g _id=101
20
+ --version print the version
21
+ ```
22
+
23
+ A command with specific files:
24
+
25
+ ```
26
+ $ ./exe/zendesk -f data/organizations.json -f data/tickets.json -c "_id=101"
27
+ +----------------+----------------------------------------------------------+
28
+ | Organizations |
29
+ +----------------+----------------------------------------------------------+
30
+ | _id | 101 |
31
+ | url | http://initech.zendesk.com/api/v2/organizations/101.json |
32
+ | external_id | 9270ed79-35eb-4a38-a46f-35725197ea8d
33
+ ...
34
+ ```
35
+
36
+ A command with the default fixtures:
37
+
38
+ ```
39
+ ./exe/zendesk -c "_id=101"
40
+ +----------------+----------------------------------------------------------+
41
+ | Organizations |
42
+ +----------------+----------------------------------------------------------+
43
+ | _id | 101 |
44
+ | url | http://initech.zendesk.com/api/v2/organizations/101.json |
45
+ | external_id | 9270ed79-35eb-4a38-a46f-35725197ea8d
46
+ ...
47
+ ```
48
+
49
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
50
+
51
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
52
+
53
+ ## Contributing
54
+
55
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/zendesk.
56
+
57
+ ## License
58
+
59
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
@@ -0,0 +1,8 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'bundler/gem_tasks'
4
+ require 'rspec/core/rake_task'
5
+
6
+ RSpec::Core::RakeTask.new(:spec)
7
+
8
+ task default: :spec
@@ -0,0 +1,15 @@
1
+ #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
3
+
4
+ require 'bundler/setup'
5
+ require 'zendesk'
6
+
7
+ # You can add fixtures and/or initialization code here to make experimenting
8
+ # with your gem easier. You can also use a different console, if you like.
9
+
10
+ # (If you use this, don't forget to add pry to your Gemfile!)
11
+ # require "pry"
12
+ # Pry.start
13
+
14
+ require 'irb'
15
+ IRB.start(__FILE__)
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
@@ -0,0 +1,527 @@
1
+ [
2
+ {
3
+ "_id": 101,
4
+ "url": "http://initech.zendesk.com/api/v2/organizations/101.json",
5
+ "external_id": "9270ed79-35eb-4a38-a46f-35725197ea8d",
6
+ "name": "Enthaze",
7
+ "domain_names": [
8
+ "kage.com",
9
+ "ecratic.com",
10
+ "endipin.com",
11
+ "zentix.com"
12
+ ],
13
+ "created_at": "2016-05-21T11:10:28 -10:00",
14
+ "details": "MegaCorp",
15
+ "shared_tickets": false,
16
+ "tags": [
17
+ "Fulton",
18
+ "West",
19
+ "Rodriguez",
20
+ "Farley"
21
+ ]
22
+ },
23
+ {
24
+ "_id": 102,
25
+ "url": "http://initech.zendesk.com/api/v2/organizations/102.json",
26
+ "external_id": "7cd6b8d4-2999-4ff2-8cfd-44d05b449226",
27
+ "name": "Nutralab",
28
+ "domain_names": [
29
+ "trollery.com",
30
+ "datagen.com",
31
+ "bluegrain.com",
32
+ "dadabase.com"
33
+ ],
34
+ "created_at": "2016-04-07T08:21:44 -10:00",
35
+ "details": "Non profit",
36
+ "shared_tickets": false,
37
+ "tags": [
38
+ "Cherry",
39
+ "Collier",
40
+ "Fuentes",
41
+ "Trevino"
42
+ ]
43
+ },
44
+ {
45
+ "_id": 103,
46
+ "url": "http://initech.zendesk.com/api/v2/organizations/103.json",
47
+ "external_id": "e73240f3-8ecf-411d-ad0d-80ca8a84053d",
48
+ "name": "Plasmos",
49
+ "domain_names": [
50
+ "comvex.com",
51
+ "automon.com",
52
+ "verbus.com",
53
+ "gogol.com"
54
+ ],
55
+ "created_at": "2016-05-28T04:40:37 -10:00",
56
+ "details": "Non profit",
57
+ "shared_tickets": false,
58
+ "tags": [
59
+ "Parrish",
60
+ "Lindsay",
61
+ "Armstrong",
62
+ "Vaughn"
63
+ ]
64
+ },
65
+ {
66
+ "_id": 104,
67
+ "url": "http://initech.zendesk.com/api/v2/organizations/104.json",
68
+ "external_id": "f6eb60ad-fe37-4a45-9689-b32031399f93",
69
+ "name": "Xylar",
70
+ "domain_names": [
71
+ "anixang.com",
72
+ "exovent.com",
73
+ "photobin.com",
74
+ "marqet.com"
75
+ ],
76
+ "created_at": "2016-03-21T10:11:18 -11:00",
77
+ "details": "MegaCörp",
78
+ "shared_tickets": false,
79
+ "tags": [
80
+ "Hendricks",
81
+ "Mclaughlin",
82
+ "Stephens",
83
+ "Garner"
84
+ ]
85
+ },
86
+ {
87
+ "_id": 105,
88
+ "url": "http://initech.zendesk.com/api/v2/organizations/105.json",
89
+ "external_id": "52f12203-6112-4fb9-aadc-70a6c816d605",
90
+ "name": "Koffee",
91
+ "domain_names": [
92
+ "farmage.com",
93
+ "extrawear.com",
94
+ "bulljuice.com",
95
+ "enaut.com"
96
+ ],
97
+ "created_at": "2016-06-06T02:50:27 -10:00",
98
+ "details": "MegaCorp",
99
+ "shared_tickets": false,
100
+ "tags": [
101
+ "Jordan",
102
+ "Roy",
103
+ "Mckinney",
104
+ "Frost"
105
+ ]
106
+ },
107
+ {
108
+ "_id": 106,
109
+ "url": "http://initech.zendesk.com/api/v2/organizations/106.json",
110
+ "external_id": "2355f080-b37c-44f3-977e-53c341fde146",
111
+ "name": "Qualitern",
112
+ "domain_names": [
113
+ "gology.com",
114
+ "myopium.com",
115
+ "synkgen.com",
116
+ "bolax.com"
117
+ ],
118
+ "created_at": "2016-07-23T09:48:02 -10:00",
119
+ "details": "Artisân",
120
+ "shared_tickets": false,
121
+ "tags": [
122
+ "Nolan",
123
+ "Rivas",
124
+ "Morse",
125
+ "Conway"
126
+ ]
127
+ },
128
+ {
129
+ "_id": 107,
130
+ "url": "http://initech.zendesk.com/api/v2/organizations/107.json",
131
+ "external_id": "773cc8fd-12e6-4f0b-9709-a370d98ee2e0",
132
+ "name": "Sulfax",
133
+ "domain_names": [
134
+ "comvey.com",
135
+ "quantalia.com",
136
+ "velity.com",
137
+ "enormo.com"
138
+ ],
139
+ "created_at": "2016-01-12T01:16:06 -11:00",
140
+ "details": "MegaCörp",
141
+ "shared_tickets": true,
142
+ "tags": [
143
+ "Travis",
144
+ "Clarke",
145
+ "Glenn",
146
+ "Santos"
147
+ ]
148
+ },
149
+ {
150
+ "_id": 108,
151
+ "url": "http://initech.zendesk.com/api/v2/organizations/108.json",
152
+ "external_id": "be72663b-338d-42f4-bd52-cf6584cad674",
153
+ "name": "Zolarex",
154
+ "domain_names": [
155
+ "elemantra.com",
156
+ "zizzle.com",
157
+ "miraclis.com",
158
+ "overplex.com"
159
+ ],
160
+ "created_at": "2016-07-26T09:35:57 -10:00",
161
+ "details": "Non profit",
162
+ "shared_tickets": false,
163
+ "tags": [
164
+ "Rosales",
165
+ "Middleton",
166
+ "Garrett",
167
+ "Page"
168
+ ]
169
+ },
170
+ {
171
+ "_id": 109,
172
+ "url": "http://initech.zendesk.com/api/v2/organizations/109.json",
173
+ "external_id": "5f930931-37fd-41a2-9c68-1cd5b99e7a3e",
174
+ "name": "Möreganic",
175
+ "domain_names": [
176
+ "pearlesex.com",
177
+ "netility.com",
178
+ "rodemco.com",
179
+ "cuizine.com"
180
+ ],
181
+ "created_at": "2016-06-03T10:50:56 -10:00",
182
+ "details": "MegaCorp",
183
+ "shared_tickets": false,
184
+ "tags": [
185
+ "Price",
186
+ "Meyer",
187
+ "Heath",
188
+ "Skinner"
189
+ ]
190
+ },
191
+ {
192
+ "_id": 110,
193
+ "url": "http://initech.zendesk.com/api/v2/organizations/110.json",
194
+ "external_id": "197f93c0-1729-4c82-9bb0-143e978f06ce",
195
+ "name": "Kindaloo",
196
+ "domain_names": [
197
+ "translink.com",
198
+ "netropic.com",
199
+ "earthplex.com",
200
+ "zilencio.com"
201
+ ],
202
+ "created_at": "2016-03-15T03:08:47 -11:00",
203
+ "details": "Non profit",
204
+ "shared_tickets": true,
205
+ "tags": [
206
+ "Chen",
207
+ "Melton",
208
+ "Stafford",
209
+ "Landry"
210
+ ]
211
+ },
212
+ {
213
+ "_id": 111,
214
+ "url": "http://initech.zendesk.com/api/v2/organizations/111.json",
215
+ "external_id": "852e22ab-76dc-4d92-9a1d-02d3e04349cb",
216
+ "name": "Speedbolt",
217
+ "domain_names": [
218
+ "quintity.com",
219
+ "radiantix.com",
220
+ "enomen.com",
221
+ "minga.com"
222
+ ],
223
+ "created_at": "2016-03-10T10:36:00 -11:00",
224
+ "details": "Artisan",
225
+ "shared_tickets": true,
226
+ "tags": [
227
+ "Sheppard",
228
+ "Nunez",
229
+ "Bartlett",
230
+ "Giles"
231
+ ]
232
+ },
233
+ {
234
+ "_id": 112,
235
+ "url": "http://initech.zendesk.com/api/v2/organizations/112.json",
236
+ "external_id": "32e979ff-47b4-43b9-8b74-eea1227905d9",
237
+ "name": "Quilk",
238
+ "domain_names": [
239
+ "valreda.com",
240
+ "strozen.com",
241
+ "signity.com",
242
+ "quantasis.com"
243
+ ],
244
+ "created_at": "2016-01-10T03:21:25 -11:00",
245
+ "details": "MegaCorp",
246
+ "shared_tickets": false,
247
+ "tags": [
248
+ "Hall",
249
+ "Dorsey",
250
+ "Shepard",
251
+ "Carter"
252
+ ]
253
+ },
254
+ {
255
+ "_id": 113,
256
+ "url": "http://initech.zendesk.com/api/v2/organizations/113.json",
257
+ "external_id": "67d9dbdb-a9c6-4a30-a003-202de05d09e2",
258
+ "name": "Noralex",
259
+ "domain_names": [
260
+ "artiq.com",
261
+ "mazuda.com",
262
+ "surelogic.com",
263
+ "fuelworks.com"
264
+ ],
265
+ "created_at": "2016-04-09T08:45:29 -10:00",
266
+ "details": "MegaCörp",
267
+ "shared_tickets": true,
268
+ "tags": [
269
+ "Maldonado",
270
+ "Hebert",
271
+ "Poole",
272
+ "Mcleod"
273
+ ]
274
+ },
275
+ {
276
+ "_id": 114,
277
+ "url": "http://initech.zendesk.com/api/v2/organizations/114.json",
278
+ "external_id": "49c97d6a-f1ec-422e-aabe-8a429e81e656",
279
+ "name": "Isotronic",
280
+ "domain_names": [
281
+ "gynk.com",
282
+ "goko.com",
283
+ "zilidium.com",
284
+ "accruex.com"
285
+ ],
286
+ "created_at": "2016-05-24T04:27:35 -10:00",
287
+ "details": "Artisân",
288
+ "shared_tickets": true,
289
+ "tags": [
290
+ "Burton",
291
+ "Dunn",
292
+ "Morton",
293
+ "Maddox"
294
+ ]
295
+ },
296
+ {
297
+ "_id": 115,
298
+ "url": "http://initech.zendesk.com/api/v2/organizations/115.json",
299
+ "external_id": "71010066-113a-48b5-8498-184ae2c72f93",
300
+ "name": "Netur",
301
+ "domain_names": [
302
+ "tubalum.com",
303
+ "imaginart.com",
304
+ "olucore.com",
305
+ "uniworld.com"
306
+ ],
307
+ "created_at": "2016-07-25T01:19:05 -10:00",
308
+ "details": "Artisan",
309
+ "shared_tickets": false,
310
+ "tags": [
311
+ "Wilkerson",
312
+ "Knight",
313
+ "Stephenson",
314
+ "Witt"
315
+ ]
316
+ },
317
+ {
318
+ "_id": 116,
319
+ "url": "http://initech.zendesk.com/api/v2/organizations/116.json",
320
+ "external_id": "dbc692fc-e1ae-47d8-a1d7-263d07710fe1",
321
+ "name": "Zentry",
322
+ "domain_names": [
323
+ "datagene.com",
324
+ "exoteric.com",
325
+ "beadzza.com",
326
+ "digiprint.com"
327
+ ],
328
+ "created_at": "2016-01-13T09:34:07 -11:00",
329
+ "details": "Artisan",
330
+ "shared_tickets": false,
331
+ "tags": [
332
+ "Schneider",
333
+ "Hoover",
334
+ "Wilcox",
335
+ "Hewitt"
336
+ ]
337
+ },
338
+ {
339
+ "_id": 117,
340
+ "url": "http://initech.zendesk.com/api/v2/organizations/117.json",
341
+ "external_id": "bf9b5a96-9b10-45ff-b638-a374a521dead",
342
+ "name": "Comtext",
343
+ "domain_names": [
344
+ "aquazure.com",
345
+ "keeg.com",
346
+ "eventex.com",
347
+ "zillar.com"
348
+ ],
349
+ "created_at": "2016-03-17T08:48:21 -11:00",
350
+ "details": "Artisan",
351
+ "shared_tickets": true,
352
+ "tags": [
353
+ "Burris",
354
+ "Ortiz",
355
+ "Langley",
356
+ "Wall"
357
+ ]
358
+ },
359
+ {
360
+ "_id": 118,
361
+ "url": "http://initech.zendesk.com/api/v2/organizations/118.json",
362
+ "external_id": "6970300e-f211-4c01-a538-70b4464a1d84",
363
+ "name": "Limozen",
364
+ "domain_names": [
365
+ "otherway.com",
366
+ "rodeomad.com",
367
+ "suremax.com",
368
+ "fishland.com"
369
+ ],
370
+ "created_at": "2016-02-11T04:24:09 -11:00",
371
+ "details": "MegaCorp",
372
+ "shared_tickets": false,
373
+ "tags": [
374
+ "Leon",
375
+ "Ferguson",
376
+ "Olsen",
377
+ "Walsh"
378
+ ]
379
+ },
380
+ {
381
+ "_id": 119,
382
+ "url": "http://initech.zendesk.com/api/v2/organizations/119.json",
383
+ "external_id": "2386db7c-5056-49c9-8dc4-46775e464cb7",
384
+ "name": "Multron",
385
+ "domain_names": [
386
+ "bleeko.com",
387
+ "pulze.com",
388
+ "xoggle.com",
389
+ "sultraxin.com"
390
+ ],
391
+ "created_at": "2016-02-29T03:45:12 -11:00",
392
+ "details": "Non profit",
393
+ "shared_tickets": false,
394
+ "tags": [
395
+ "Erickson",
396
+ "Mccoy",
397
+ "Wiggins",
398
+ "Brooks"
399
+ ]
400
+ },
401
+ {
402
+ "_id": 120,
403
+ "url": "http://initech.zendesk.com/api/v2/organizations/120.json",
404
+ "external_id": "82da5daf-d6ad-484d-a831-05cd3e2baea5",
405
+ "name": "Andershun",
406
+ "domain_names": [
407
+ "valpreal.com",
408
+ "puria.com",
409
+ "bostonic.com",
410
+ "roughies.com"
411
+ ],
412
+ "created_at": "2016-01-15T04:11:08 -11:00",
413
+ "details": "MegaCorp",
414
+ "shared_tickets": false,
415
+ "tags": [
416
+ "Robinson",
417
+ "Santana",
418
+ "Whitehead",
419
+ "England"
420
+ ]
421
+ },
422
+ {
423
+ "_id": 121,
424
+ "url": "http://initech.zendesk.com/api/v2/organizations/121.json",
425
+ "external_id": "3fffbf20-9172-4d1d-923b-f247d9132e3a",
426
+ "name": "Hotcâkes",
427
+ "domain_names": [
428
+ "recrisys.com",
429
+ "qiao.com",
430
+ "makingway.com",
431
+ "shopabout.com"
432
+ ],
433
+ "created_at": "2016-01-02T06:07:59 -11:00",
434
+ "details": "MegaCorp",
435
+ "shared_tickets": true,
436
+ "tags": [
437
+ "Howard",
438
+ "Moreno",
439
+ "Benton",
440
+ "Bonner"
441
+ ]
442
+ },
443
+ {
444
+ "_id": 122,
445
+ "url": "http://initech.zendesk.com/api/v2/organizations/122.json",
446
+ "external_id": "33c4e38d-bfa3-4b12-9bb6-6f547524cf33",
447
+ "name": "Geekfarm",
448
+ "domain_names": [
449
+ "comstar.com",
450
+ "zytrex.com",
451
+ "austech.com",
452
+ "enervate.com"
453
+ ],
454
+ "created_at": "2016-04-10T11:12:35 -10:00",
455
+ "details": "Non profit",
456
+ "shared_tickets": true,
457
+ "tags": [
458
+ "Hensley",
459
+ "Garza",
460
+ "Roberts",
461
+ "Vega"
462
+ ]
463
+ },
464
+ {
465
+ "_id": 123,
466
+ "url": "http://initech.zendesk.com/api/v2/organizations/123.json",
467
+ "external_id": "12831719-9173-47c7-8834-fa5b26877393",
468
+ "name": "Terrasys",
469
+ "domain_names": [
470
+ "isoplex.com",
471
+ "equicom.com",
472
+ "premiant.com",
473
+ "combogen.com"
474
+ ],
475
+ "created_at": "2016-04-23T04:40:09 -10:00",
476
+ "details": "MegaCorp",
477
+ "shared_tickets": true,
478
+ "tags": [
479
+ "Fisher",
480
+ "Forbes",
481
+ "Koch",
482
+ "Lester"
483
+ ]
484
+ },
485
+ {
486
+ "_id": 124,
487
+ "url": "http://initech.zendesk.com/api/v2/organizations/124.json",
488
+ "external_id": "15c21605-cbc6-440f-8da2-6e1601aed5fa",
489
+ "name": "Bitrex",
490
+ "domain_names": [
491
+ "unisure.com",
492
+ "boink.com",
493
+ "quinex.com",
494
+ "poochies.com"
495
+ ],
496
+ "created_at": "2016-05-11T12:16:15 -10:00",
497
+ "details": "Non profit",
498
+ "shared_tickets": true,
499
+ "tags": [
500
+ "Lott",
501
+ "Hunter",
502
+ "Beasley",
503
+ "Glass"
504
+ ]
505
+ },
506
+ {
507
+ "_id": 125,
508
+ "url": "http://initech.zendesk.com/api/v2/organizations/125.json",
509
+ "external_id": "42a1a845-70cf-40ed-a762-acb27fd606cc",
510
+ "name": "Strezzö",
511
+ "domain_names": [
512
+ "techtrix.com",
513
+ "teraprene.com",
514
+ "corpulse.com",
515
+ "flotonic.com"
516
+ ],
517
+ "created_at": "2016-02-21T06:11:51 -11:00",
518
+ "details": "MegaCorp",
519
+ "shared_tickets": false,
520
+ "tags": [
521
+ "Vance",
522
+ "Ray",
523
+ "Jacobs",
524
+ "Frank"
525
+ ]
526
+ }
527
+ ]