themoviedb-api 1.3.0 → 1.4.0
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.
- checksums.yaml +4 -4
- data/.github/workflows/ruby.yaml +30 -0
- data/.ruby-version +1 -1
- data/CHANGELOG.md +7 -0
- data/Gemfile.lock +55 -50
- data/README.md +0 -8
- data/lib/tmdb/search.rb +0 -13
- data/lib/tmdb/struct.rb +4 -8
- data/lib/tmdb/version.rb +1 -1
- data/spec/find_spec.rb +1 -1
- data/spec/search_spec.rb +0 -17
- data/spec/vcr/certification/movie_list.yml +30 -111
- data/spec/vcr/certification/tv_list.yml +30 -112
- data/spec/vcr/change/movie.yml +36 -48
- data/spec/vcr/change/person.yml +33 -43
- data/spec/vcr/change/tv.yml +33 -44
- data/spec/vcr/collection/backdrops.yml +36 -57
- data/spec/vcr/collection/detail.yml +35 -108
- data/spec/vcr/collection/posters.yml +36 -57
- data/spec/vcr/company/detail.yml +37 -32
- data/spec/vcr/company/movies.yml +35 -170
- data/spec/vcr/configuration/get.yml +30 -41
- data/spec/vcr/credit/detail.yml +104 -35
- data/spec/vcr/discover/movie.yml +28 -140
- data/spec/vcr/discover/tv.yml +28 -188
- data/spec/vcr/find/movie.yml +42 -40
- data/spec/vcr/find/people.yml +49 -89
- data/spec/vcr/find/tv_episode.yml +38 -52
- data/spec/vcr/find/tv_season.yml +43 -50
- data/spec/vcr/find/tv_serie.yml +35 -53
- data/spec/vcr/genre/movie_list.yml +36 -32
- data/spec/vcr/genre/movies.yml +36 -155
- data/spec/vcr/genre/tv_list.yml +36 -32
- data/spec/vcr/job/list.yml +274 -80
- data/spec/vcr/keyword/detail.yml +34 -30
- data/spec/vcr/keyword/movies.yml +36 -161
- data/spec/vcr/movie/alternative_titles.yml +35 -46
- data/spec/vcr/movie/backdrops.yml +35 -58
- data/spec/vcr/movie/cast.yml +35 -90
- data/spec/vcr/movie/changes.yml +33 -29
- data/spec/vcr/movie/crew.yml +35 -90
- data/spec/vcr/movie/detail.yml +47 -53
- data/spec/vcr/movie/director.yml +35 -90
- data/spec/vcr/movie/keywords.yml +41 -33
- data/spec/vcr/movie/latest.yml +35 -33
- data/spec/vcr/movie/lists.yml +33 -75
- data/spec/vcr/movie/now_playing.yml +28 -137
- data/spec/vcr/movie/popular.yml +28 -140
- data/spec/vcr/movie/posters.yml +35 -58
- data/spec/vcr/movie/recommendations.yml +36 -164
- data/spec/vcr/movie/releases.yml +39 -41
- data/spec/vcr/movie/reviews.yml +37 -32
- data/spec/vcr/movie/similar.yml +35 -165
- data/spec/vcr/movie/top_rated.yml +28 -146
- data/spec/vcr/movie/translations.yml +35 -49
- data/spec/vcr/movie/upcoming.yml +26 -135
- data/spec/vcr/movie/videos.yml +37 -33
- data/spec/vcr/network/detail.yml +38 -33
- data/spec/vcr/person/changes.yml +36 -32
- data/spec/vcr/person/combined_credits.yml +36 -230
- data/spec/vcr/person/detail.yml +35 -52
- data/spec/vcr/person/external_ids.yml +37 -33
- data/spec/vcr/person/images.yml +37 -33
- data/spec/vcr/person/latest.yml +35 -31
- data/spec/vcr/person/movie_credits.yml +35 -206
- data/spec/vcr/person/popular.yml +28 -418
- data/spec/vcr/person/tagged_images.yml +40 -129
- data/spec/vcr/person/tv_credits.yml +35 -60
- data/spec/vcr/resource/configuration_get.yml +32 -41
- data/spec/vcr/review/detail.yml +40 -36
- data/spec/vcr/search/collection.yml +38 -38
- data/spec/vcr/search/company.yml +36 -44
- data/spec/vcr/search/keyword.yml +40 -38
- data/spec/vcr/search/movie.yml +28 -122
- data/spec/vcr/search/multi.yml +28 -147
- data/spec/vcr/search/person.yml +54 -28
- data/spec/vcr/search/tv.yml +28 -113
- data/spec/vcr/tv/airing_today.yml +30 -170
- data/spec/vcr/tv/alternative_titles.yml +35 -38
- data/spec/vcr/tv/backdrops.yml +35 -72
- data/spec/vcr/tv/cast.yml +76 -65
- data/spec/vcr/tv/changes.yml +33 -29
- data/spec/vcr/tv/content_ratings.yml +36 -32
- data/spec/vcr/tv/crew.yml +76 -65
- data/spec/vcr/tv/detail.yml +35 -61
- data/spec/vcr/tv/episode/cast.yml +60 -51
- data/spec/vcr/tv/episode/changes.yml +33 -29
- data/spec/vcr/tv/episode/crew.yml +62 -51
- data/spec/vcr/tv/episode/detail.yml +52 -51
- data/spec/vcr/tv/episode/external_ids.yml +37 -33
- data/spec/vcr/tv/episode/guest_stars.yml +61 -50
- data/spec/vcr/tv/episode/posters.yml +35 -44
- data/spec/vcr/tv/episode/videos.yml +35 -31
- data/spec/vcr/tv/external_ids.yml +36 -32
- data/spec/vcr/tv/keywords.yml +39 -35
- data/spec/vcr/tv/latest.yml +33 -49
- data/spec/vcr/tv/on_the_air.yml +28 -178
- data/spec/vcr/tv/popular.yml +28 -188
- data/spec/vcr/tv/posters.yml +35 -72
- data/spec/vcr/tv/season/cast.yml +51 -47
- data/spec/vcr/tv/season/changes.yml +43 -42
- data/spec/vcr/tv/season/crew.yml +51 -47
- data/spec/vcr/tv/season/detail.yml +35 -190
- data/spec/vcr/tv/season/external_ids.yml +37 -33
- data/spec/vcr/tv/season/posters.yml +35 -46
- data/spec/vcr/tv/season/videos.yml +52 -50
- data/spec/vcr/tv/similar.yml +37 -174
- data/spec/vcr/tv/top_rated.yml +28 -180
- data/spec/vcr/tv/translations.yml +35 -50
- data/spec/vcr/tv/videos.yml +37 -33
- data/themoviedb-api.gemspec +8 -8
- metadata +37 -61
- data/spec/vcr/search/list.yml +0 -82
data/spec/vcr/job/list.yml
CHANGED
|
@@ -9,98 +9,292 @@ http_interactions:
|
|
|
9
9
|
headers:
|
|
10
10
|
Accept:
|
|
11
11
|
- application/json
|
|
12
|
-
|
|
13
|
-
-
|
|
12
|
+
User-Agent:
|
|
13
|
+
- rest-client/2.1.0 (darwin21 x86_64) ruby/2.7.7p221
|
|
14
14
|
Content-Type:
|
|
15
15
|
- application/json; charset=utf-8
|
|
16
|
-
|
|
17
|
-
-
|
|
16
|
+
Accept-Encoding:
|
|
17
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
|
18
|
+
Host:
|
|
19
|
+
- api.themoviedb.org
|
|
18
20
|
response:
|
|
19
21
|
status:
|
|
20
22
|
code: 200
|
|
21
23
|
message: OK
|
|
22
24
|
headers:
|
|
23
|
-
Access-Control-Allow-Origin:
|
|
24
|
-
- "*"
|
|
25
|
-
Cache-Control:
|
|
26
|
-
- public, max-age=36000
|
|
27
|
-
Content-Encoding:
|
|
28
|
-
- gzip
|
|
29
25
|
Content-Type:
|
|
30
26
|
- application/json;charset=utf-8
|
|
27
|
+
Transfer-Encoding:
|
|
28
|
+
- chunked
|
|
29
|
+
Connection:
|
|
30
|
+
- keep-alive
|
|
31
31
|
Date:
|
|
32
|
-
-
|
|
33
|
-
Etag:
|
|
34
|
-
- W/"f8b560e4879d0f0b7e20b556da945cd9"
|
|
32
|
+
- Sat, 26 Nov 2022 18:52:51 GMT
|
|
35
33
|
Server:
|
|
36
34
|
- openresty
|
|
37
|
-
|
|
38
|
-
-
|
|
35
|
+
Etag:
|
|
36
|
+
- W/"2e7601ad9e1677b1ff5f97b69731c153"
|
|
37
|
+
Cache-Control:
|
|
38
|
+
- max-age=0, private, must-revalidate
|
|
39
39
|
Vary:
|
|
40
|
-
- Accept-Encoding
|
|
41
|
-
|
|
42
|
-
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
-
|
|
47
|
-
|
|
48
|
-
-
|
|
49
|
-
|
|
50
|
-
-
|
|
40
|
+
- Accept-Encoding,Accept-Encoding,Accept-Encoding
|
|
41
|
+
- Origin
|
|
42
|
+
X-Cache:
|
|
43
|
+
- Miss from cloudfront
|
|
44
|
+
Via:
|
|
45
|
+
- 1.1 4fb361dabf6902582234513aa6a23540.cloudfront.net (CloudFront)
|
|
46
|
+
X-Amz-Cf-Pop:
|
|
47
|
+
- MAD53-P2
|
|
48
|
+
Alt-Svc:
|
|
49
|
+
- h3=":443"; ma=86400
|
|
50
|
+
X-Amz-Cf-Id:
|
|
51
|
+
- 2bcbVAMePOqxAXRXTxYFer0Ur03mXI-yVwBcAgvci4G5IbSDEaHsQg==
|
|
51
52
|
body:
|
|
52
53
|
encoding: ASCII-8BIT
|
|
53
|
-
string:
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
54
|
+
string: '{"jobs":[{"department":"Production","jobs":["Casting","Line Producer","Co-Producer","Accounting
|
|
55
|
+
Trainee","Assistant Extras Casting","First Assistant Accountant","General
|
|
56
|
+
Manager","Head of Production","Locale Casting Director","Location Assistant","Location
|
|
57
|
+
Coordinator","Post Production Technical Engineer","Location Manager","Production
|
|
58
|
+
Accountant","Supervising Producer","Production Manager","Consulting Producer","Assistant
|
|
59
|
+
Production Manager","Other","Finance","Character Technical Supervisor","Development
|
|
60
|
+
Manager","Production Coordinator","ADR Voice Casting","Additional Post-Production
|
|
61
|
+
Supervisor","Art Department Production Assistant","Back-up Truck Production
|
|
62
|
+
Assistant","Accounting Clerk Assistant","Broadcast Producer","Extras Casting
|
|
63
|
+
Coordinator","Grip Production Assistant","Key Set Production Assistant","Musical
|
|
64
|
+
Casting","Post Production Accountant","Development Producer","Key Accountant","Production
|
|
65
|
+
Assistant","Production Consultant","Second Assistant Production Coordinator","Truck
|
|
66
|
+
Production Assistant","Executive Consultant","Accounting Supervisor","Assistant
|
|
67
|
+
Location Manager","Director of Operations","Executive Assistant","Insert Unit
|
|
68
|
+
Location Manager","Key Grip Production Assistant","Location Casting","Unit
|
|
69
|
+
Swing","Executive Producer","Producer","Executive In Charge Of Production","Senior
|
|
70
|
+
Executive Consultant","Unit Manager","Additional Casting","Assistant Accountant","Contract
|
|
71
|
+
Manager","Extras Casting","Production Driver","Production Trainee","Associate
|
|
72
|
+
Producer","Attorney","Casting Coordinator","Casting Consultant","Local Casting","Casting
|
|
73
|
+
Producer","First Assistant Production Coordinator","Key Art Production Assistant","Post
|
|
74
|
+
Production Producer","Production Office Coordinator","Back-up Set Production
|
|
75
|
+
Assistant","Controller","Payroll Accountant","Post Production Coordinator","Production
|
|
76
|
+
Designer","Street Casting","Trainee Production Coordinator","Administration","Co-Executive
|
|
77
|
+
Producer","Casting Associate","Finishing Producer","Production Runner","Unit
|
|
78
|
+
Production Manager","Researcher","Accountant","Human Resources","Post Producer","Research
|
|
79
|
+
Assistant","Second Assistant Unit Manager","Production Supervisor","Publicist","Assistant
|
|
80
|
+
Production Coordinator","Script Researcher","Executive In Charge Of Post Production","Production
|
|
81
|
+
Director","Casting Assistant","Coordinating Producer","Executive Co-Producer","Key
|
|
82
|
+
Production Assistant","Location Production Assistant","Production Executive","Business
|
|
83
|
+
Affairs Coordinator","Data Management Technician","Executive Producer''s Assistant","Extras
|
|
84
|
+
Casting Assistant","Feature Finishing Producer","Original Casting","Production
|
|
85
|
+
Secretary","Travel Coordinator","Additional Production Assistant","Casting
|
|
86
|
+
Director","Head of Research","Post Coordinator","Second Assistant Accountant","Assistant
|
|
87
|
+
Unit Manager","Background Casting Director","Casting Researcher","Delegated
|
|
88
|
+
Producer","Producer''s Assistant","Second Unit Location Manager","Consulting
|
|
89
|
+
Accountant","Head of Programming"]},{"department":"Camera","jobs":["Camera
|
|
90
|
+
Intern","Ultimate Arm Operator","Clapper Loader","Camera Truck","Phantom Operator","Second
|
|
91
|
+
Assistant \"C\" Camera","Third Assistant \"A\" Camera","Third Assistant \"C\"
|
|
92
|
+
Camera","Underwater Epk Photographer","Steadicam Operator","Dolly Grip","Key
|
|
93
|
+
Grip","Additional Director of Photography","Best Boy Grip","BTS Videographer","Epk
|
|
94
|
+
Producer","First Assistant \"A\" Camera","Videojournalist","Helicopter Camera","Second
|
|
95
|
+
Assistant \"A\" Camera","Camera Trainee","First Assistant \"B\" Camera","Third
|
|
96
|
+
Assistant \"B\" Camera","Drone Pilot","Head of Layout","Libra Head Technician","Second
|
|
97
|
+
Assistant \"B\" Camera","Video Report","Camera Car","Camera Department Production
|
|
98
|
+
Assistant","Drone Cinematographer","Set Photographer","Third Assistant Camera","Director
|
|
99
|
+
of Photography","Aerial Director of Photography","Additional First Assistant
|
|
100
|
+
Camera","Additional Key Grip","Data Wrangler","First Assistant \"C\" Camera","Additional
|
|
101
|
+
Still Photographer","Russian Arm Operator","Assistant Camera","BTS Photographer","Digital
|
|
102
|
+
Imaging Technician","Epk Director","Jimmy Jib Operator","Second Assistant
|
|
103
|
+
\"D\" Camera","Underwater Stills Photographer","Camera Supervisor","Grip","Additional
|
|
104
|
+
Camera","First Assistant Camera","Second Unit Director of Photography","Assistant
|
|
105
|
+
Grip","Camera Production Assistant","Camera Department Manager","Aerial Camera
|
|
106
|
+
Technician","Camera Loader","\"B\" Camera Operator","BTS Footage","Camera
|
|
107
|
+
Operator","Still Photographer","Camera Technician","Aerial Camera","Underwater
|
|
108
|
+
Director of Photography","\"C\" Camera Operator","Additional Set Photographer","Red
|
|
109
|
+
Technician","Third Assistant \"D\" Camera","Focus Puller","Epk Camera Operator","\"A\"
|
|
110
|
+
Camera Operator","Additional Grip","Additional Second Assistant Camera","Additional
|
|
111
|
+
Underwater Photography","First Assistant \"D\" Camera","Second Assistant Camera","Underwater
|
|
112
|
+
Camera","Other","Additional Photography","Second Company Grip","\"D\" Camera
|
|
113
|
+
Operator","First Company Grip"]},{"department":"Editing","jobs":["Editor","Additional
|
|
114
|
+
Editorial Assistant","3D Editor","Colorist","First Assistant Picture Editor","Senior
|
|
115
|
+
Colorist","Editorial Production Assistant","Archival Footage Coordinator","Digital
|
|
116
|
+
Intermediate Assistant","EPK Editor","Editorial Coordinator","Assistant Editor","Co-Editor","Additional
|
|
117
|
+
Colorist","Digital Intermediate Colorist","Color Assistant","Dailies Technician","Supervising
|
|
118
|
+
Film Editor","Digital Colorist","Digital Intermediate","Editorial Consultant","Project
|
|
119
|
+
Manager","3D Digital Colorist","Digital Intermediate Producer","First Assistant
|
|
120
|
+
Editor","Color Timer","Negative Cutter","Additional Editor","Assistant Picture
|
|
121
|
+
Editor","Supervising Editor","Editorial Manager","Atmos Editor","Digital Intermediate
|
|
122
|
+
Data Wrangler","Other","Associate Editor","Color Grading","Lead Editor","Editorial
|
|
123
|
+
Services","Additional Editing","Archival Footage Research","Dailies Manager","Dailies
|
|
124
|
+
Operator","Senior Digital Intermediate Colorist","Digital Color Timer","Digital
|
|
125
|
+
Intermediate Editor","Digital Conform Editor","Online Editor","Consulting
|
|
126
|
+
Editor","Stereoscopic Editor"]},{"department":"Lighting","jobs":["Rigging
|
|
127
|
+
Gaffer","Assistant Chief Lighting Technician","Lighting Technician","Master
|
|
128
|
+
Lighting Artist","Lighting Supervisor","Lighting Manager","Lighting Coordinator","Rigging
|
|
129
|
+
Grip","Assistant Gaffer","Best Boy Lighting Technician","Lighting Design","Underwater
|
|
130
|
+
Gaffer","Lighting Director","Additional Gaffer","Lighting Production Assistant","Electrician","Gaffer","Chief
|
|
131
|
+
Lighting Technician","Rigging Supervisor","Key Rigging Grip","Daily Electrics","Best
|
|
132
|
+
Boy Electrician","Genetator Operator","Lighting Programmer","Directing Lighting
|
|
133
|
+
Artist","Other","Best Boy Electric","Lighting Artist","O.B. Lighting","Additional
|
|
134
|
+
Lighting Technician","Standby Rigger","Assistant Electrician"]},{"department":"Costume
|
|
135
|
+
& Make-Up","jobs":["Costume Design","First Assistant Hairstylist","Hair Department
|
|
136
|
+
Head","Ager/Dyer","Key Costumer","Costume Supervisor","Costume Coordinator","Key
|
|
137
|
+
Set Costumer","Wig Designer","Additional Wardrobe Assistant","Daily Makeup
|
|
138
|
+
& Hair","Hair Assistant","Wardrobe Assistant","Wardrobe Master","Hair Designer","Costume
|
|
139
|
+
Illustrator","Extras Makeup Artist","Hairdresser","Contact Lens Designer","Costume
|
|
140
|
+
Assistant","Costume Mistress","Makeup & Hair","Wardrobe Coordinator","Facial
|
|
141
|
+
Setup Artist","Hair Setup","First Assistant Makeup Artist","Prosthetics Painter","Special
|
|
142
|
+
Effects Key Makeup Artist","Truck Costumer","Hair Supervisor","Makeup Supervisor","Tailor","Makeup
|
|
143
|
+
Artist","Set Dressing Supervisor","Key Hair Stylist","Assistant Hairstylist","Wardrobe
|
|
144
|
+
Designer","Wigmaker","Key Makeup Artist","Tattoo Designer","Wardrobe Specialized
|
|
145
|
+
Technician","Set Dressing Artist","Prosthetic Supervisor","Contact Lens Technician","Extras
|
|
146
|
+
Dresser","Key Dresser","Principal Costumer","Truck Supervisor","Hairstylist","Contact
|
|
147
|
+
Lens Painter","Makeup & Hair Assistant","Special Effects Makeup Artist","Co-Costume
|
|
148
|
+
Designer","Wardrobe Supervisor","Assistant Makeup Artist","Dresser","Prosthetics","Prosthetics
|
|
149
|
+
Sculptor","Set Dressing Manager","Set Costumer","Other","Key Hairdresser","On
|
|
150
|
+
Set Dresser","Set Dressing Production Assistant","Makeup Department Head","Prosthetic
|
|
151
|
+
Designer","Additional Hairstylist","Makeup Trainee","Shoe Design","Makeup
|
|
152
|
+
Designer","Seamstress","Assistant Costume Designer","Makeup Effects Designer","Costume
|
|
153
|
+
Consultant","Prosthetic Makeup Artist","Costume Designer","Costume Set Supervisor","Costume
|
|
154
|
+
Standby","Costumer","Daily Wardrobe","Assistant Hairdresser","Lead Costumer","Wardrobe
|
|
155
|
+
Intern"]},{"department":"Actors","jobs":["Stunt Double","Actor","Cameo","Special
|
|
156
|
+
Guest","Voice"]},{"department":"Art","jobs":["Production Design","Conceptual
|
|
157
|
+
Illustrator","Art Designer","Daily Grip","Property Builder","Set Decoration","Greensman","Construction
|
|
158
|
+
Foreman","Creative Director","Key Construction Grip","Special Props","Textile
|
|
159
|
+
Artist","Settings","Art Department Coordinator","Draughtsman","Additional
|
|
160
|
+
Key Construction Grip","Runner Art Department","Second Assistant Art Director","Art
|
|
161
|
+
Direction","Assistant Property Master","Sign Painter","Set Decoration Buyer","Prop
|
|
162
|
+
Designer","Additional Construction Grip","Construction Manager","Helping Hand","Assistant
|
|
163
|
+
Director of Photography","Assistant Set Decoration","Concept Artist","Dressing
|
|
164
|
+
Prop","Petty Cash Buyer","On Set Key Props","Storyboard Assistant","Art Department
|
|
165
|
+
Assistant","Property Master","Art Department Trainee","Assistant Decorator","Head
|
|
166
|
+
Carpenter","Other","Standby Painter","Lead Set Dresser","Property Graphic
|
|
167
|
+
Designer","Standby Art Director","Co-Art Director","Location Scout","Supervising
|
|
168
|
+
Art Director","Storyboard Designer","Title Designer","Additional Set Dresser","Assistant
|
|
169
|
+
Set Decoration Buyer","Shop Electric","Interior Designer","Art Department
|
|
170
|
+
Manager","Gun Wrangler","Construction Coordinator","Set Dresser","Additional
|
|
171
|
+
Construction","Art Direction Intern","First Assistant Art Direction","Graphic
|
|
172
|
+
Designer","On Set Computer Graphics","On Set Props","Set Dressing Buyer","Set
|
|
173
|
+
Painter","Standby Carpenter","Storyboard Artist","Leadman","Assistant Set
|
|
174
|
+
Designer","Opening Title Sequence","Property Buyer","Assistant Set Propsman","First
|
|
175
|
+
Assistant Property Master","Key Set Painter","Set Designer","Conceptual Design","Background
|
|
176
|
+
Designer","Production Illustrator","Assistant Set Dresser","Additional Storyboarding","Construction
|
|
177
|
+
Grip","Props","Set Supervisor","Standby Property Master","Web Designer","Assistant
|
|
178
|
+
Art Director","Sculptor","Digital Storyboarding","Key Carpenter","Main Title
|
|
179
|
+
Designer","Paint Coordinator","Set Propsman","Set Buyer","Title Illustration","Lead
|
|
180
|
+
Painter","Painter","Set Decorating Coordinator","Construction Buyer","Decorator","Head
|
|
181
|
+
Decorator","Head Greensman","Original Series Design","Assistant Production
|
|
182
|
+
Design","Swing","Head Designer","Supervising Carpenter"]},{"department":"Crew","jobs":["Special
|
|
183
|
+
Effects","Production Artist","Sequence Supervisor","Photoscience Manager","Post-Production
|
|
184
|
+
Manager","Video Assist Operator","Series Publicist","Technical Advisor","Temp
|
|
185
|
+
Sound Editor","Motion Capture Artist","Utility Stunts","Score Engineer","Associate
|
|
186
|
+
Choreographer","Additional Music","Assistant Vehicles Coordinator","Clearances
|
|
187
|
+
Consultant","Generator Operator","Military Consultant","Playback Coordinator","Vehicles
|
|
188
|
+
Coordinator","Weapons Wrangler","Stunts","Special Effects Coordinator","Software
|
|
189
|
+
Team Lead","Mix Technician","Tattooist","Mixing Engineer","Craft Service","Animatronic
|
|
190
|
+
and Prosthetic Effects","Dramaturgy","Lighting Camera","Carpenter","Editorial
|
|
191
|
+
Staff","Armory Coordinator","Assistant Picture Car Coordinator","Health and
|
|
192
|
+
Safety","Interactive Manager","Key Special Effects","Scientific Consultant","Security
|
|
193
|
+
Coordinator","Special Effects Manager","Sponsorship Director","Transcriptions","Post
|
|
194
|
+
Production Supervisor","Stunt Coordinator","Projection","Compositor","Machinist","Systems
|
|
195
|
+
Administrators & Support","Prop Maker","Transportation Co-Captain","Sound
|
|
196
|
+
Design Assistant","Script","Armorer","Dialect Coach","Cableman","Transportation
|
|
197
|
+
Coordinator","Driver","Second Unit Cinematographer","Quality Control Supervisor","Public
|
|
198
|
+
Relations","Martial Arts Choreographer","Pyrotechnician","Cinematography","Visual
|
|
199
|
+
Effects Editor","Animatronics Designer","Digital Effects Producer","Clearances
|
|
200
|
+
Coordinator","Special Effects Best Boy","Special Effects Technician","Intern","Stunt
|
|
201
|
+
Double","Unit Medic","Choreographer","Department Administrator","Picture Car
|
|
202
|
+
Coordinator","Production Intern","Chef","Title Graphics","Telecine Colorist","Commissioning
|
|
203
|
+
Editor","Drone Operator","In Memory Of","Presenter","Digital Supervisor","Director
|
|
204
|
+
of Communications","Police Consultant","Set Medic","Production Controller","Scenic
|
|
205
|
+
Artist","Digital Effects Supervisor","Video Game","Animal Wrangler","Fight
|
|
206
|
+
Choreographer","Acting Double","Cast Driver","Production Office Assistant","Information
|
|
207
|
+
Systems Manager","Sets & Props Supervisor","Stand In","Manager of Operations","Steadycam","Digital
|
|
208
|
+
Producer","Makeup Effects","Poem","Child Wrangler","Special Effects Assistant","Sponsorship
|
|
209
|
+
Coordinator","Supervising Armorer","Second Unit","Visual Effects Design Consultant","CGI
|
|
210
|
+
Supervisor","Graphic Novel Illustrator","Other","Supervising Technical Director","Transportation
|
|
211
|
+
Captain","Post Production Consulting","Set Production Intern","Loader","Legal
|
|
212
|
+
Services","Executive Music Producer","Thanks","Creator","Marine Coordinator","Assistant
|
|
213
|
+
Chef","Catering","Chaperone","Logistics Coordinator","Master at Arms","Post
|
|
214
|
+
Production Scripts","Receptionist","Set Runner","Stunt Driver","Second Film
|
|
215
|
+
Editor","Post Production Assistant","Sets & Props Artist","Visual Effects
|
|
216
|
+
Art Director","Pilot","Techno Crane Operator","Administrative Assistant","Captain
|
|
217
|
+
Driver","Head Driver","Actor''s Assistant","Propmaker","Creative Consultant","Aerial
|
|
218
|
+
Coordinator","Key Scenic Artist","Supervising Animator","Temp Music Editor","Motion
|
|
219
|
+
Actor","Studio Teacher","Executive Visual Effects Producer","Radio Play","Additional
|
|
220
|
+
Script Supervisor","Assistant Script","Chaperone Tutor","Dialogue Coach","Software
|
|
221
|
+
Engineer","Schedule Coordinator","Supervisor of Production Resources","Special
|
|
222
|
+
Sound Effects","Translator","CG Supervisor","Executive in Charge of Finance","Technical
|
|
223
|
+
Supervisor","Additional Dialogue","Catering Head Chef","Film Processor","Floor
|
|
224
|
+
Runner","Sequence Lead","Documentation & Support","Sequence Artist","Unit
|
|
225
|
+
Publicist","Set Production Assistant","Security","Additional Writing","Series
|
|
226
|
+
Writer","Treatment","Animal Coordinator","Animatronics Supervisor","Base Camp
|
|
227
|
+
Operator","Marine Pilot","Assistant Craft Service","Medical Consultant","Charge
|
|
228
|
+
Scenic Artist","File Footage","Specialized Driver","Vehicles Wrangler","Weapons
|
|
229
|
+
Master"]},{"department":"Writing","jobs":["Dialogue","Theatre Play","Screenplay","Idea","Executive
|
|
230
|
+
Story Editor","Writers'' Production","Adaptation","Scenario Writer","Comic
|
|
231
|
+
Book","Author","Other","Script Editor","Story Manager","Story Supervisor","Writer","Lyricist","Original
|
|
232
|
+
Film Writer","Storyboard","Musical","Series Composition","Staff Writer","Novel","Story
|
|
233
|
+
Artist","Book","Opera","Creative Producer","Characters","Original Story","Screenstory","Teleplay","Co-Writer","Short
|
|
234
|
+
Story","Script Consultant","Writers'' Assistant","Story","Story Editor","Original
|
|
235
|
+
Series Creator","Junior Story Editor","Senior Story Editor","Story Consultant","Head
|
|
236
|
+
of Story","Original Concept","Graphic Novel","Story Coordinator","Story Developer"]},{"department":"Visual
|
|
237
|
+
Effects","jobs":["Animation Manager","Visual Effects Coordinator","Key Animation","Animation
|
|
238
|
+
Technical Director","Compositing Artist","Compositing Lead","Matte Painter","Pre-Visualization
|
|
239
|
+
Coordinator","Visual Effects Assistant Editor","Special Effects Supervisor","2D
|
|
240
|
+
Artist","3D Artist","Visual Effects Technical Director","CG Artist","Senior
|
|
241
|
+
Generalist","Visual Effects Production Assistant","Visual Effects","Creature
|
|
242
|
+
Design","CG Painter","Animation Department Coordinator","Battle Motion Coordinator","I/O
|
|
243
|
+
Supervisor","Pyrotechnic Supervisor","3D Director","Mechanical Designer","Animation","Animation
|
|
244
|
+
Supervisor","Animation Fix Coordinator","Digital Compositor","Additional Effects
|
|
245
|
+
Development","CG Animator","Matchmove Supervisor","Opening/Ending Animation","Roto
|
|
246
|
+
Supervisor","2D Sequence Supervisor","Lead Creature Designer","Pipeline Technical
|
|
247
|
+
Director","Rotoscoping Artist","Visual Effects Compositor","Simulation & Effects
|
|
248
|
+
Artist","VFX Supervisor","Simulation & Effects Production Assistant","3D Coordinator","VFX
|
|
249
|
+
Director of Photography","VFX Lighting Artist","Senior Modeller","Supervising
|
|
250
|
+
Animation Director","Chief Technician / Stop-Motion Expert","Color Designer","3D
|
|
251
|
+
Supervisor","Lead Character Designer","Additional Visual Effects","Compositing
|
|
252
|
+
Supervisor","Creature Effects Technical Director","Senior Visual Effects Supervisor","Smoke
|
|
253
|
+
Artist","Modeling","Fix Animator","Visual Effects Supervisor","Visual Effects
|
|
254
|
+
Producer","3D Generalist","3D Sequence Supervisor","Character Modelling Supervisor","Director
|
|
255
|
+
of Previsualization","Visual Effects Production Manager","Animation Production
|
|
256
|
+
Assistant","Mechanical & Creature Designer","Cloth Setup","VFX Artist","VFX
|
|
257
|
+
Production Coordinator","3D Tracking Layout","CGI Director","24 Frame Playback","Digital
|
|
258
|
+
Effects Producer","Visual Effects Designer","Layout Supervisor","3D Modeller","Digital
|
|
259
|
+
Film Recording","Visual Effects Camera","Animation Director","VFX Editor","3D
|
|
260
|
+
Animator","Pre-Visualization Supervisor","Cyber Scanning Supervisor","Shading","Visual
|
|
261
|
+
Development","CG Engineer","2D Supervisor","Lead Animator","Imaging Science","I/O
|
|
262
|
+
Manager","Stereoscopic Coordinator","Character Designer","Creature Technical
|
|
263
|
+
Director","Visual Effects Lineup","Visual Effects Director","Animation Coordinator","Generalist","Photo
|
|
264
|
+
Retouching","Senior Animator","Stereoscopic Supervisor","Modelling Supervisor","Stereoscopic
|
|
265
|
+
Technical Director","Effects Supervisor","Head of Animation"]},{"department":"Sound","jobs":["Sound
|
|
266
|
+
Director","Sound Recordist","Additional Sound Re-Recordist","Foley Editor","Utility
|
|
267
|
+
Sound","Joint ADR Mixer","Sound Re-Recording Assistant","Vocals","Sound Engineer","Assistant
|
|
268
|
+
Sound Engineer","Original Music Composer","Dolby Consultant","Other","Orchestrator","Boom
|
|
269
|
+
Operator","Sound Mixer","Dialogue Editor","Additional Music Supervisor","Music
|
|
270
|
+
Programmer","Playback Singer","Supervising Music Editor","Theme Song Performance","Assistant
|
|
271
|
+
Music Supervisor","Music Score Producer","ADR Post Producer","Sound Designer","Songs","Foley
|
|
272
|
+
Mixer","Location Sound Recordist","Sound Editor","ADR & Dubbing","ADR Editor","Digital
|
|
273
|
+
Foley Artist","Keyboard Programmer","Music Sound Design and Processing","Music
|
|
274
|
+
Supervisor","Sound","ADR Supervisor","Apprentice Sound Editor","Assistant
|
|
275
|
+
Sound Editor","Sound Effects","O.B. Sound","Additional Soundtrack","Sound
|
|
276
|
+
Re-Recording Mixer","Main Title Theme Composer","Supervising Sound Editor","Music","Vocal
|
|
277
|
+
Coach","Sound Effects Editor","First Assistant Sound Editor","Music Producer","Sound
|
|
278
|
+
Post Production Coordinator","Foley","Conductor","Sound Montage Associate","Musician","ADR
|
|
279
|
+
Engineer","Location Sound Assistant","Sound Mix Technician","Sound Post Supervisor","Production
|
|
280
|
+
Sound Mixer","Supervising Sound Effects Editor","Recording Supervision","Music
|
|
281
|
+
Director","Additional Sound Re-Recording Mixer","Sound Effects Designer","Supervising
|
|
282
|
+
ADR Editor","Supervising Dialogue Editor","Music Editor","Scoring Mixer","ADR
|
|
283
|
+
Recordist","Audio Post Coordinator","Foley Supervisor","Location Sound Mixer","Music
|
|
284
|
+
Arranger","Music Consultant","Sound Supervisor","Foley Recordist","Second
|
|
285
|
+
Assistant Sound","Sound Assistant","Additional Production Sound Mixer","ADR
|
|
286
|
+
Mixer","ADR Recording Engineer","Foley Artist","Music Co-Supervisor","Music
|
|
287
|
+
Coordinator","ADR Editor","ADR Coordinator","Assistant Dialogue Editor","Assistant
|
|
288
|
+
Foley Artist","Assistant Sound Designer","Foley Recording Engineer","Loop
|
|
289
|
+
Group Coordinator","Music Supervision Assistant","Sound Technical Supervisor"]},{"department":"Directing","jobs":["Additional
|
|
290
|
+
Third Assistant Director","Insert Unit Director","Series Director","Insert
|
|
291
|
+
Unit First Assistant Director","Script Coordinator","Co-Director","Director","Second
|
|
292
|
+
Unit Director","Assistant Director Trainee","Second Unit First Assistant Director","First
|
|
293
|
+
Assistant Director (Prep)","Second Assistant Director Trainee","First Assistant
|
|
294
|
+
Director","Special Guest Director","Second Assistant Director","Field Director","Third
|
|
295
|
+
Assistant Director","Layout","Stage Director","Script Supervisor","Other","Assistant
|
|
296
|
+
Director","Continuity","Action Director","Crowd Assistant Director","First
|
|
297
|
+
Assistant Director Trainee","Second Second Assistant Director","Additional
|
|
298
|
+
Second Assistant Director"]}]}'
|
|
299
|
+
recorded_at: Sat, 26 Nov 2022 18:52:51 GMT
|
|
300
|
+
recorded_with: VCR 6.1.0
|
data/spec/vcr/keyword/detail.yml
CHANGED
|
@@ -9,52 +9,56 @@ http_interactions:
|
|
|
9
9
|
headers:
|
|
10
10
|
Accept:
|
|
11
11
|
- application/json
|
|
12
|
-
|
|
13
|
-
-
|
|
12
|
+
User-Agent:
|
|
13
|
+
- rest-client/2.1.0 (darwin21 x86_64) ruby/2.7.7p221
|
|
14
14
|
Content-Type:
|
|
15
15
|
- application/json; charset=utf-8
|
|
16
|
-
|
|
17
|
-
-
|
|
16
|
+
Accept-Encoding:
|
|
17
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
|
18
|
+
Host:
|
|
19
|
+
- api.themoviedb.org
|
|
18
20
|
response:
|
|
19
21
|
status:
|
|
20
22
|
code: 200
|
|
21
23
|
message: OK
|
|
22
24
|
headers:
|
|
23
|
-
Access-Control-Allow-Origin:
|
|
24
|
-
- "*"
|
|
25
|
-
Cache-Control:
|
|
26
|
-
- public, max-age=28800
|
|
27
25
|
Content-Type:
|
|
28
26
|
- application/json;charset=utf-8
|
|
27
|
+
Transfer-Encoding:
|
|
28
|
+
- chunked
|
|
29
|
+
Connection:
|
|
30
|
+
- keep-alive
|
|
29
31
|
Date:
|
|
30
|
-
-
|
|
31
|
-
Etag:
|
|
32
|
-
- '"f40c57f52b981fc9c98420db18778d42"'
|
|
32
|
+
- Sat, 26 Nov 2022 18:52:51 GMT
|
|
33
33
|
Server:
|
|
34
34
|
- openresty
|
|
35
|
-
|
|
36
|
-
-
|
|
35
|
+
Cache-Control:
|
|
36
|
+
- public, max-age=28800
|
|
37
37
|
X-Memc:
|
|
38
38
|
- MISS, STORE
|
|
39
|
+
X-Memc-Key:
|
|
40
|
+
- d86a7744fb34141f09f456d57a2b0fce33a91aa7
|
|
39
41
|
X-Memc-Age:
|
|
40
42
|
- '0'
|
|
41
43
|
X-Memc-Expires:
|
|
42
|
-
- '
|
|
43
|
-
|
|
44
|
-
-
|
|
45
|
-
|
|
46
|
-
-
|
|
47
|
-
|
|
48
|
-
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
-
|
|
53
|
-
|
|
54
|
-
-
|
|
44
|
+
- '15680'
|
|
45
|
+
Etag:
|
|
46
|
+
- W/"53dd242e0422889bc1d18043a8bf114f"
|
|
47
|
+
Vary:
|
|
48
|
+
- Accept-Encoding,Accept-Encoding,Accept-Encoding
|
|
49
|
+
- Origin
|
|
50
|
+
X-Cache:
|
|
51
|
+
- Miss from cloudfront
|
|
52
|
+
Via:
|
|
53
|
+
- 1.1 c1214d711b9d87739d1d184e6539edfc.cloudfront.net (CloudFront)
|
|
54
|
+
X-Amz-Cf-Pop:
|
|
55
|
+
- MAD53-P2
|
|
56
|
+
Alt-Svc:
|
|
57
|
+
- h3=":443"; ma=86400
|
|
58
|
+
X-Amz-Cf-Id:
|
|
59
|
+
- 4_bav9kc9ObRNePBVzG38rO7feOr-IKuwkYaTc4O4klJdiwQtvlhsw==
|
|
55
60
|
body:
|
|
56
|
-
encoding:
|
|
61
|
+
encoding: ASCII-8BIT
|
|
57
62
|
string: '{"id":1721,"name":"fight"}'
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
recorded_with: VCR 3.0.1
|
|
63
|
+
recorded_at: Sat, 26 Nov 2022 18:52:51 GMT
|
|
64
|
+
recorded_with: VCR 6.1.0
|