tatooine 1.0.1 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (53) hide show
  1. checksums.yaml +5 -5
  2. data/.travis.yml +8 -7
  3. data/CHANGELOG.md +7 -2
  4. data/lib/tatooine.rb +1 -1
  5. data/lib/tatooine/version.rb +1 -1
  6. data/spec/film_spec.rb +5 -3
  7. data/spec/fixtures/vcr_cassettes/film_1.yml +15 -11
  8. data/spec/fixtures/vcr_cassettes/film_1_and_schema.yml +14 -10
  9. data/spec/fixtures/vcr_cassettes/film_count.yml +52 -39
  10. data/spec/fixtures/vcr_cassettes/film_list.yml +260 -215
  11. data/spec/fixtures/vcr_cassettes/film_schema.yml +52 -39
  12. data/spec/fixtures/vcr_cassettes/person_1.yml +14 -10
  13. data/spec/fixtures/vcr_cassettes/person_1_and_schema.yml +14 -10
  14. data/spec/fixtures/vcr_cassettes/person_count.yml +23 -19
  15. data/spec/fixtures/vcr_cassettes/person_list.yml +23 -19
  16. data/spec/fixtures/vcr_cassettes/person_next.yml +20 -16
  17. data/spec/fixtures/vcr_cassettes/person_previous.yml +23 -19
  18. data/spec/fixtures/vcr_cassettes/person_schema.yml +23 -19
  19. data/spec/fixtures/vcr_cassettes/planet_1.yml +14 -10
  20. data/spec/fixtures/vcr_cassettes/planet_1_and_schema.yml +14 -10
  21. data/spec/fixtures/vcr_cassettes/planet_count.yml +24 -20
  22. data/spec/fixtures/vcr_cassettes/planet_list.yml +24 -20
  23. data/spec/fixtures/vcr_cassettes/planet_next.yml +24 -20
  24. data/spec/fixtures/vcr_cassettes/planet_previous.yml +24 -20
  25. data/spec/fixtures/vcr_cassettes/planet_schema.yml +24 -20
  26. data/spec/fixtures/vcr_cassettes/species_1.yml +15 -11
  27. data/spec/fixtures/vcr_cassettes/species_1_and_schema.yml +15 -11
  28. data/spec/fixtures/vcr_cassettes/species_count.yml +26 -22
  29. data/spec/fixtures/vcr_cassettes/species_list.yml +26 -22
  30. data/spec/fixtures/vcr_cassettes/species_next.yml +22 -19
  31. data/spec/fixtures/vcr_cassettes/species_previous.yml +26 -22
  32. data/spec/fixtures/vcr_cassettes/species_schema.yml +26 -22
  33. data/spec/fixtures/vcr_cassettes/starship_10.yml +14 -10
  34. data/spec/fixtures/vcr_cassettes/starship_2_and_schema.yml +14 -10
  35. data/spec/fixtures/vcr_cassettes/starship_count.yml +25 -21
  36. data/spec/fixtures/vcr_cassettes/starship_list.yml +25 -21
  37. data/spec/fixtures/vcr_cassettes/starship_next.yml +24 -20
  38. data/spec/fixtures/vcr_cassettes/starship_previous.yml +25 -21
  39. data/spec/fixtures/vcr_cassettes/starship_schema.yml +25 -21
  40. data/spec/fixtures/vcr_cassettes/vehicle_14.yml +14 -10
  41. data/spec/fixtures/vcr_cassettes/vehicle_14_and_schema.yml +14 -10
  42. data/spec/fixtures/vcr_cassettes/vehicle_count.yml +24 -20
  43. data/spec/fixtures/vcr_cassettes/vehicle_list.yml +24 -20
  44. data/spec/fixtures/vcr_cassettes/vehicle_next.yml +24 -20
  45. data/spec/fixtures/vcr_cassettes/vehicle_previous.yml +24 -20
  46. data/spec/fixtures/vcr_cassettes/vehicle_schema.yml +24 -20
  47. data/spec/person_spec.rb +2 -2
  48. data/spec/planet_spec.rb +2 -2
  49. data/spec/species_spec.rb +2 -2
  50. data/spec/starship_spec.rb +2 -2
  51. data/spec/vehicle_spec.rb +1 -1
  52. data/tatooine.gemspec +3 -3
  53. metadata +8 -9
@@ -2,13 +2,13 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: http://swapi.co/api/species/?page=1
5
+ uri: https://swapi.co/api/species/?page=1
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - Tatooine Ruby Gem - 0.0.1
11
+ - Tatooine Ruby Gem - 1.0.1
12
12
  Accept-Encoding:
13
13
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
14
14
  Accept:
@@ -19,7 +19,7 @@ http_interactions:
19
19
  message: OK
20
20
  headers:
21
21
  Date:
22
- - Tue, 17 Feb 2015 00:23:15 GMT
22
+ - Tue, 28 Aug 2018 21:41:49 GMT
23
23
  Content-Type:
24
24
  - application/json
25
25
  Transfer-Encoding:
@@ -27,8 +27,10 @@ http_interactions:
27
27
  Connection:
28
28
  - keep-alive
29
29
  Set-Cookie:
30
- - __cfduid=da420bbf734b33920be0b15bc9c2373681424132595; expires=Wed, 17-Feb-16
31
- 00:23:15 GMT; path=/; domain=.swapi.co; HttpOnly
30
+ - __cfduid=db92852304e045151b14883fa23cdc3f31535492508; expires=Wed, 28-Aug-19
31
+ 21:41:48 GMT; path=/; domain=.swapi.co; HttpOnly; Secure
32
+ Etag:
33
+ - W/"76de0707e3e38a25482a22019b409970"
32
34
  Allow:
33
35
  - GET, HEAD, OPTIONS
34
36
  X-Frame-Options:
@@ -37,27 +39,29 @@ http_interactions:
37
39
  - Accept, Cookie
38
40
  Via:
39
41
  - 1.1 vegur
42
+ Expect-Ct:
43
+ - max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
40
44
  Server:
41
- - cloudflare-nginx
45
+ - cloudflare
42
46
  Cf-Ray:
43
- - 1b9dd5d085db061c-LHR
47
+ - 4519f1b45e1b40e8-HAM
44
48
  body:
45
- encoding: UTF-8
46
- string: '{"count":37,"next":"http://swapi.co/api/species/?page=2","previous":null,"results":[{"name":"Droid","classification":"artificial","designation":"sentient","average_height":"n/a","skin_colors":"n/a","hair_colors":"n/a","eye_colors":"n/a","average_lifespan":"indefinite","homeworld":null,"language":"n/a","people":["http://swapi.co/api/people/2/","http://swapi.co/api/people/3/","http://swapi.co/api/people/8/","http://swapi.co/api/people/23/"],"films":["http://swapi.co/api/films/1/","http://swapi.co/api/films/2/","http://swapi.co/api/films/3/","http://swapi.co/api/films/4/","http://swapi.co/api/films/5/","http://swapi.co/api/films/6/"],"created":"2014-12-10T15:16:16.259000Z","edited":"2014-12-20T21:36:42.139000Z","url":"http://swapi.co/api/species/2/"},{"name":"Rodian","classification":"sentient","designation":"reptilian","average_height":"170","skin_colors":"green,
47
- blue","hair_colors":"n/a","eye_colors":"black","average_lifespan":"unknown","homeworld":"http://swapi.co/api/planets/23/","language":"Galatic
48
- Basic","people":["http://swapi.co/api/people/15/"],"films":["http://swapi.co/api/films/1/"],"created":"2014-12-10T17:05:26.471000Z","edited":"2014-12-20T21:36:42.144000Z","url":"http://swapi.co/api/species/4/"},{"name":"Hutt","classification":"gastropod","designation":"sentient","average_height":"300","skin_colors":"green,
49
- brown, tan","hair_colors":"n/a","eye_colors":"yellow, red","average_lifespan":"1000","homeworld":"http://swapi.co/api/planets/24/","language":"Huttese","people":["http://swapi.co/api/people/16/"],"films":["http://swapi.co/api/films/1/","http://swapi.co/api/films/3/"],"created":"2014-12-10T17:12:50.410000Z","edited":"2014-12-20T21:36:42.146000Z","url":"http://swapi.co/api/species/5/"},{"name":"Yoda''s
49
+ encoding: ASCII-8BIT
50
+ string: '{"count":37,"next":"https://swapi.co/api/species/?page=2","previous":null,"results":[{"name":"Hutt","classification":"gastropod","designation":"sentient","average_height":"300","skin_colors":"green,
51
+ brown, tan","hair_colors":"n/a","eye_colors":"yellow, red","average_lifespan":"1000","homeworld":"https://swapi.co/api/planets/24/","language":"Huttese","people":["https://swapi.co/api/people/16/"],"films":["https://swapi.co/api/films/3/","https://swapi.co/api/films/1/"],"created":"2014-12-10T17:12:50.410000Z","edited":"2014-12-20T21:36:42.146000Z","url":"https://swapi.co/api/species/5/"},{"name":"Yoda''s
50
52
  species","classification":"mammal","designation":"sentient","average_height":"66","skin_colors":"green,
51
- yellow","hair_colors":"brown, white","eye_colors":"brown, green, yellow","average_lifespan":"900","homeworld":"http://swapi.co/api/planets/28/","language":"Galactic
52
- basic","people":["http://swapi.co/api/people/20/"],"films":["http://swapi.co/api/films/2/","http://swapi.co/api/films/3/","http://swapi.co/api/films/4/","http://swapi.co/api/films/5/","http://swapi.co/api/films/6/"],"created":"2014-12-15T12:27:22.877000Z","edited":"2014-12-20T21:36:42.148000Z","url":"http://swapi.co/api/species/6/"},{"name":"Trandoshan","classification":"reptile","designation":"sentient","average_height":"200","skin_colors":"brown,
53
- green","hair_colors":"none","eye_colors":"yellow, orange","average_lifespan":"unknown","homeworld":"http://swapi.co/api/planets/29/","language":"Dosh","people":["http://swapi.co/api/people/24/"],"films":["http://swapi.co/api/films/2/"],"created":"2014-12-15T13:07:47.704000Z","edited":"2014-12-20T21:36:42.151000Z","url":"http://swapi.co/api/species/7/"},{"name":"Mon
53
+ yellow","hair_colors":"brown, white","eye_colors":"brown, green, yellow","average_lifespan":"900","homeworld":"https://swapi.co/api/planets/28/","language":"Galactic
54
+ basic","people":["https://swapi.co/api/people/20/"],"films":["https://swapi.co/api/films/2/","https://swapi.co/api/films/5/","https://swapi.co/api/films/4/","https://swapi.co/api/films/6/","https://swapi.co/api/films/3/"],"created":"2014-12-15T12:27:22.877000Z","edited":"2014-12-20T21:36:42.148000Z","url":"https://swapi.co/api/species/6/"},{"name":"Trandoshan","classification":"reptile","designation":"sentient","average_height":"200","skin_colors":"brown,
55
+ green","hair_colors":"none","eye_colors":"yellow, orange","average_lifespan":"unknown","homeworld":"https://swapi.co/api/planets/29/","language":"Dosh","people":["https://swapi.co/api/people/24/"],"films":["https://swapi.co/api/films/2/"],"created":"2014-12-15T13:07:47.704000Z","edited":"2014-12-20T21:36:42.151000Z","url":"https://swapi.co/api/species/7/"},{"name":"Mon
54
56
  Calamari","classification":"amphibian","designation":"sentient","average_height":"160","skin_colors":"red,
55
- blue, brown, magenta","hair_colors":"none","eye_colors":"yellow","average_lifespan":"unknown","homeworld":"http://swapi.co/api/planets/31/","language":"Mon
56
- Calamarian","people":["http://swapi.co/api/people/27/"],"films":["http://swapi.co/api/films/3/"],"created":"2014-12-18T11:09:52.263000Z","edited":"2014-12-20T21:36:42.153000Z","url":"http://swapi.co/api/species/8/"},{"name":"Ewok","classification":"mammal","designation":"sentient","average_height":"100","skin_colors":"brown","hair_colors":"white,
57
- brown, black","eye_colors":"orange, brown","average_lifespan":"unknown","homeworld":"http://swapi.co/api/planets/7/","language":"Ewokese","people":["http://swapi.co/api/people/30/"],"films":["http://swapi.co/api/films/3/"],"created":"2014-12-18T11:22:00.285000Z","edited":"2014-12-20T21:36:42.155000Z","url":"http://swapi.co/api/species/9/"},{"name":"Sullustan","classification":"mammal","designation":"sentient","average_height":"180","skin_colors":"pale","hair_colors":"none","eye_colors":"black","average_lifespan":"unknown","homeworld":"http://swapi.co/api/planets/33/","language":"Sullutese","people":["http://swapi.co/api/people/31/"],"films":["http://swapi.co/api/films/3/"],"created":"2014-12-18T11:26:20.103000Z","edited":"2014-12-20T21:36:42.157000Z","url":"http://swapi.co/api/species/10/"},{"name":"Neimodian","classification":"unknown","designation":"sentient","average_height":"180","skin_colors":"grey,
58
- green","hair_colors":"none","eye_colors":"red, pink","average_lifespan":"unknown","homeworld":"http://swapi.co/api/planets/18/","language":"Neimoidia","people":["http://swapi.co/api/people/33/"],"films":["http://swapi.co/api/films/4/"],"created":"2014-12-19T17:07:31.319000Z","edited":"2014-12-20T21:36:42.160000Z","url":"http://swapi.co/api/species/11/"},{"name":"Gungan","classification":"amphibian","designation":"sentient","average_height":"190","skin_colors":"brown,
59
- green","hair_colors":"none","eye_colors":"orange","average_lifespan":"unknown","homeworld":"http://swapi.co/api/planets/8/","language":"Gungan
60
- basic","people":["http://swapi.co/api/people/36/","http://swapi.co/api/people/37/","http://swapi.co/api/people/38/"],"films":["http://swapi.co/api/films/4/","http://swapi.co/api/films/5/"],"created":"2014-12-19T17:30:37.341000Z","edited":"2014-12-20T21:36:42.163000Z","url":"http://swapi.co/api/species/12/"}]}'
57
+ blue, brown, magenta","hair_colors":"none","eye_colors":"yellow","average_lifespan":"unknown","homeworld":"https://swapi.co/api/planets/31/","language":"Mon
58
+ Calamarian","people":["https://swapi.co/api/people/27/"],"films":["https://swapi.co/api/films/3/"],"created":"2014-12-18T11:09:52.263000Z","edited":"2014-12-20T21:36:42.153000Z","url":"https://swapi.co/api/species/8/"},{"name":"Ewok","classification":"mammal","designation":"sentient","average_height":"100","skin_colors":"brown","hair_colors":"white,
59
+ brown, black","eye_colors":"orange, brown","average_lifespan":"unknown","homeworld":"https://swapi.co/api/planets/7/","language":"Ewokese","people":["https://swapi.co/api/people/30/"],"films":["https://swapi.co/api/films/3/"],"created":"2014-12-18T11:22:00.285000Z","edited":"2014-12-20T21:36:42.155000Z","url":"https://swapi.co/api/species/9/"},{"name":"Sullustan","classification":"mammal","designation":"sentient","average_height":"180","skin_colors":"pale","hair_colors":"none","eye_colors":"black","average_lifespan":"unknown","homeworld":"https://swapi.co/api/planets/33/","language":"Sullutese","people":["https://swapi.co/api/people/31/"],"films":["https://swapi.co/api/films/3/"],"created":"2014-12-18T11:26:20.103000Z","edited":"2014-12-20T21:36:42.157000Z","url":"https://swapi.co/api/species/10/"},{"name":"Neimodian","classification":"unknown","designation":"sentient","average_height":"180","skin_colors":"grey,
60
+ green","hair_colors":"none","eye_colors":"red, pink","average_lifespan":"unknown","homeworld":"https://swapi.co/api/planets/18/","language":"Neimoidia","people":["https://swapi.co/api/people/33/"],"films":["https://swapi.co/api/films/4/"],"created":"2014-12-19T17:07:31.319000Z","edited":"2014-12-20T21:36:42.160000Z","url":"https://swapi.co/api/species/11/"},{"name":"Gungan","classification":"amphibian","designation":"sentient","average_height":"190","skin_colors":"brown,
61
+ green","hair_colors":"none","eye_colors":"orange","average_lifespan":"unknown","homeworld":"https://swapi.co/api/planets/8/","language":"Gungan
62
+ basic","people":["https://swapi.co/api/people/36/","https://swapi.co/api/people/37/","https://swapi.co/api/people/38/"],"films":["https://swapi.co/api/films/5/","https://swapi.co/api/films/4/"],"created":"2014-12-19T17:30:37.341000Z","edited":"2014-12-20T21:36:42.163000Z","url":"https://swapi.co/api/species/12/"},{"name":"Toydarian","classification":"mammal","designation":"sentient","average_height":"120","skin_colors":"blue,
63
+ green, grey","hair_colors":"none","eye_colors":"yellow","average_lifespan":"91","homeworld":"https://swapi.co/api/planets/34/","language":"Toydarian","people":["https://swapi.co/api/people/40/"],"films":["https://swapi.co/api/films/5/","https://swapi.co/api/films/4/"],"created":"2014-12-19T17:48:56.893000Z","edited":"2014-12-20T21:36:42.165000Z","url":"https://swapi.co/api/species/13/"},{"name":"Dug","classification":"mammal","designation":"sentient","average_height":"100","skin_colors":"brown,
64
+ purple, grey, red","hair_colors":"none","eye_colors":"yellow, blue","average_lifespan":"unknown","homeworld":"https://swapi.co/api/planets/35/","language":"Dugese","people":["https://swapi.co/api/people/41/"],"films":["https://swapi.co/api/films/4/"],"created":"2014-12-19T17:53:11.214000Z","edited":"2014-12-20T21:36:42.167000Z","url":"https://swapi.co/api/species/14/"}]}'
61
65
  http_version:
62
- recorded_at: Tue, 17 Feb 2015 00:23:17 GMT
66
+ recorded_at: Tue, 28 Aug 2018 21:41:49 GMT
63
67
  recorded_with: VCR 2.9.3
@@ -2,13 +2,13 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: http://swapi.co/api/species/
5
+ uri: https://swapi.co/api/species/
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - Tatooine Ruby Gem - 0.0.1
11
+ - Tatooine Ruby Gem - 1.0.1
12
12
  Accept-Encoding:
13
13
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
14
14
  Accept:
@@ -19,7 +19,7 @@ http_interactions:
19
19
  message: OK
20
20
  headers:
21
21
  Date:
22
- - Tue, 17 Feb 2015 00:23:19 GMT
22
+ - Tue, 28 Aug 2018 21:41:51 GMT
23
23
  Content-Type:
24
24
  - application/json
25
25
  Transfer-Encoding:
@@ -27,8 +27,10 @@ http_interactions:
27
27
  Connection:
28
28
  - keep-alive
29
29
  Set-Cookie:
30
- - __cfduid=d0b8f1b1bc0dbb441edf6bb1576e832a91424132599; expires=Wed, 17-Feb-16
31
- 00:23:19 GMT; path=/; domain=.swapi.co; HttpOnly
30
+ - __cfduid=dff5e7095d9f539b79755ac4da5d6216a1535492511; expires=Wed, 28-Aug-19
31
+ 21:41:51 GMT; path=/; domain=.swapi.co; HttpOnly; Secure
32
+ Etag:
33
+ - W/"76de0707e3e38a25482a22019b409970"
32
34
  Allow:
33
35
  - GET, HEAD, OPTIONS
34
36
  X-Frame-Options:
@@ -37,27 +39,29 @@ http_interactions:
37
39
  - Accept, Cookie
38
40
  Via:
39
41
  - 1.1 vegur
42
+ Expect-Ct:
43
+ - max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
40
44
  Server:
41
- - cloudflare-nginx
45
+ - cloudflare
42
46
  Cf-Ray:
43
- - 1b9dd5e94cc806ee-LHR
47
+ - 4519f1c27c1e40dc-HAM
44
48
  body:
45
- encoding: UTF-8
46
- string: '{"count":37,"next":"http://swapi.co/api/species/?page=2","previous":null,"results":[{"name":"Droid","classification":"artificial","designation":"sentient","average_height":"n/a","skin_colors":"n/a","hair_colors":"n/a","eye_colors":"n/a","average_lifespan":"indefinite","homeworld":null,"language":"n/a","people":["http://swapi.co/api/people/2/","http://swapi.co/api/people/3/","http://swapi.co/api/people/8/","http://swapi.co/api/people/23/"],"films":["http://swapi.co/api/films/1/","http://swapi.co/api/films/2/","http://swapi.co/api/films/3/","http://swapi.co/api/films/4/","http://swapi.co/api/films/5/","http://swapi.co/api/films/6/"],"created":"2014-12-10T15:16:16.259000Z","edited":"2014-12-20T21:36:42.139000Z","url":"http://swapi.co/api/species/2/"},{"name":"Rodian","classification":"sentient","designation":"reptilian","average_height":"170","skin_colors":"green,
47
- blue","hair_colors":"n/a","eye_colors":"black","average_lifespan":"unknown","homeworld":"http://swapi.co/api/planets/23/","language":"Galatic
48
- Basic","people":["http://swapi.co/api/people/15/"],"films":["http://swapi.co/api/films/1/"],"created":"2014-12-10T17:05:26.471000Z","edited":"2014-12-20T21:36:42.144000Z","url":"http://swapi.co/api/species/4/"},{"name":"Hutt","classification":"gastropod","designation":"sentient","average_height":"300","skin_colors":"green,
49
- brown, tan","hair_colors":"n/a","eye_colors":"yellow, red","average_lifespan":"1000","homeworld":"http://swapi.co/api/planets/24/","language":"Huttese","people":["http://swapi.co/api/people/16/"],"films":["http://swapi.co/api/films/1/","http://swapi.co/api/films/3/"],"created":"2014-12-10T17:12:50.410000Z","edited":"2014-12-20T21:36:42.146000Z","url":"http://swapi.co/api/species/5/"},{"name":"Yoda''s
49
+ encoding: ASCII-8BIT
50
+ string: '{"count":37,"next":"https://swapi.co/api/species/?page=2","previous":null,"results":[{"name":"Hutt","classification":"gastropod","designation":"sentient","average_height":"300","skin_colors":"green,
51
+ brown, tan","hair_colors":"n/a","eye_colors":"yellow, red","average_lifespan":"1000","homeworld":"https://swapi.co/api/planets/24/","language":"Huttese","people":["https://swapi.co/api/people/16/"],"films":["https://swapi.co/api/films/3/","https://swapi.co/api/films/1/"],"created":"2014-12-10T17:12:50.410000Z","edited":"2014-12-20T21:36:42.146000Z","url":"https://swapi.co/api/species/5/"},{"name":"Yoda''s
50
52
  species","classification":"mammal","designation":"sentient","average_height":"66","skin_colors":"green,
51
- yellow","hair_colors":"brown, white","eye_colors":"brown, green, yellow","average_lifespan":"900","homeworld":"http://swapi.co/api/planets/28/","language":"Galactic
52
- basic","people":["http://swapi.co/api/people/20/"],"films":["http://swapi.co/api/films/2/","http://swapi.co/api/films/3/","http://swapi.co/api/films/4/","http://swapi.co/api/films/5/","http://swapi.co/api/films/6/"],"created":"2014-12-15T12:27:22.877000Z","edited":"2014-12-20T21:36:42.148000Z","url":"http://swapi.co/api/species/6/"},{"name":"Trandoshan","classification":"reptile","designation":"sentient","average_height":"200","skin_colors":"brown,
53
- green","hair_colors":"none","eye_colors":"yellow, orange","average_lifespan":"unknown","homeworld":"http://swapi.co/api/planets/29/","language":"Dosh","people":["http://swapi.co/api/people/24/"],"films":["http://swapi.co/api/films/2/"],"created":"2014-12-15T13:07:47.704000Z","edited":"2014-12-20T21:36:42.151000Z","url":"http://swapi.co/api/species/7/"},{"name":"Mon
53
+ yellow","hair_colors":"brown, white","eye_colors":"brown, green, yellow","average_lifespan":"900","homeworld":"https://swapi.co/api/planets/28/","language":"Galactic
54
+ basic","people":["https://swapi.co/api/people/20/"],"films":["https://swapi.co/api/films/2/","https://swapi.co/api/films/5/","https://swapi.co/api/films/4/","https://swapi.co/api/films/6/","https://swapi.co/api/films/3/"],"created":"2014-12-15T12:27:22.877000Z","edited":"2014-12-20T21:36:42.148000Z","url":"https://swapi.co/api/species/6/"},{"name":"Trandoshan","classification":"reptile","designation":"sentient","average_height":"200","skin_colors":"brown,
55
+ green","hair_colors":"none","eye_colors":"yellow, orange","average_lifespan":"unknown","homeworld":"https://swapi.co/api/planets/29/","language":"Dosh","people":["https://swapi.co/api/people/24/"],"films":["https://swapi.co/api/films/2/"],"created":"2014-12-15T13:07:47.704000Z","edited":"2014-12-20T21:36:42.151000Z","url":"https://swapi.co/api/species/7/"},{"name":"Mon
54
56
  Calamari","classification":"amphibian","designation":"sentient","average_height":"160","skin_colors":"red,
55
- blue, brown, magenta","hair_colors":"none","eye_colors":"yellow","average_lifespan":"unknown","homeworld":"http://swapi.co/api/planets/31/","language":"Mon
56
- Calamarian","people":["http://swapi.co/api/people/27/"],"films":["http://swapi.co/api/films/3/"],"created":"2014-12-18T11:09:52.263000Z","edited":"2014-12-20T21:36:42.153000Z","url":"http://swapi.co/api/species/8/"},{"name":"Ewok","classification":"mammal","designation":"sentient","average_height":"100","skin_colors":"brown","hair_colors":"white,
57
- brown, black","eye_colors":"orange, brown","average_lifespan":"unknown","homeworld":"http://swapi.co/api/planets/7/","language":"Ewokese","people":["http://swapi.co/api/people/30/"],"films":["http://swapi.co/api/films/3/"],"created":"2014-12-18T11:22:00.285000Z","edited":"2014-12-20T21:36:42.155000Z","url":"http://swapi.co/api/species/9/"},{"name":"Sullustan","classification":"mammal","designation":"sentient","average_height":"180","skin_colors":"pale","hair_colors":"none","eye_colors":"black","average_lifespan":"unknown","homeworld":"http://swapi.co/api/planets/33/","language":"Sullutese","people":["http://swapi.co/api/people/31/"],"films":["http://swapi.co/api/films/3/"],"created":"2014-12-18T11:26:20.103000Z","edited":"2014-12-20T21:36:42.157000Z","url":"http://swapi.co/api/species/10/"},{"name":"Neimodian","classification":"unknown","designation":"sentient","average_height":"180","skin_colors":"grey,
58
- green","hair_colors":"none","eye_colors":"red, pink","average_lifespan":"unknown","homeworld":"http://swapi.co/api/planets/18/","language":"Neimoidia","people":["http://swapi.co/api/people/33/"],"films":["http://swapi.co/api/films/4/"],"created":"2014-12-19T17:07:31.319000Z","edited":"2014-12-20T21:36:42.160000Z","url":"http://swapi.co/api/species/11/"},{"name":"Gungan","classification":"amphibian","designation":"sentient","average_height":"190","skin_colors":"brown,
59
- green","hair_colors":"none","eye_colors":"orange","average_lifespan":"unknown","homeworld":"http://swapi.co/api/planets/8/","language":"Gungan
60
- basic","people":["http://swapi.co/api/people/36/","http://swapi.co/api/people/37/","http://swapi.co/api/people/38/"],"films":["http://swapi.co/api/films/4/","http://swapi.co/api/films/5/"],"created":"2014-12-19T17:30:37.341000Z","edited":"2014-12-20T21:36:42.163000Z","url":"http://swapi.co/api/species/12/"}]}'
57
+ blue, brown, magenta","hair_colors":"none","eye_colors":"yellow","average_lifespan":"unknown","homeworld":"https://swapi.co/api/planets/31/","language":"Mon
58
+ Calamarian","people":["https://swapi.co/api/people/27/"],"films":["https://swapi.co/api/films/3/"],"created":"2014-12-18T11:09:52.263000Z","edited":"2014-12-20T21:36:42.153000Z","url":"https://swapi.co/api/species/8/"},{"name":"Ewok","classification":"mammal","designation":"sentient","average_height":"100","skin_colors":"brown","hair_colors":"white,
59
+ brown, black","eye_colors":"orange, brown","average_lifespan":"unknown","homeworld":"https://swapi.co/api/planets/7/","language":"Ewokese","people":["https://swapi.co/api/people/30/"],"films":["https://swapi.co/api/films/3/"],"created":"2014-12-18T11:22:00.285000Z","edited":"2014-12-20T21:36:42.155000Z","url":"https://swapi.co/api/species/9/"},{"name":"Sullustan","classification":"mammal","designation":"sentient","average_height":"180","skin_colors":"pale","hair_colors":"none","eye_colors":"black","average_lifespan":"unknown","homeworld":"https://swapi.co/api/planets/33/","language":"Sullutese","people":["https://swapi.co/api/people/31/"],"films":["https://swapi.co/api/films/3/"],"created":"2014-12-18T11:26:20.103000Z","edited":"2014-12-20T21:36:42.157000Z","url":"https://swapi.co/api/species/10/"},{"name":"Neimodian","classification":"unknown","designation":"sentient","average_height":"180","skin_colors":"grey,
60
+ green","hair_colors":"none","eye_colors":"red, pink","average_lifespan":"unknown","homeworld":"https://swapi.co/api/planets/18/","language":"Neimoidia","people":["https://swapi.co/api/people/33/"],"films":["https://swapi.co/api/films/4/"],"created":"2014-12-19T17:07:31.319000Z","edited":"2014-12-20T21:36:42.160000Z","url":"https://swapi.co/api/species/11/"},{"name":"Gungan","classification":"amphibian","designation":"sentient","average_height":"190","skin_colors":"brown,
61
+ green","hair_colors":"none","eye_colors":"orange","average_lifespan":"unknown","homeworld":"https://swapi.co/api/planets/8/","language":"Gungan
62
+ basic","people":["https://swapi.co/api/people/36/","https://swapi.co/api/people/37/","https://swapi.co/api/people/38/"],"films":["https://swapi.co/api/films/5/","https://swapi.co/api/films/4/"],"created":"2014-12-19T17:30:37.341000Z","edited":"2014-12-20T21:36:42.163000Z","url":"https://swapi.co/api/species/12/"},{"name":"Toydarian","classification":"mammal","designation":"sentient","average_height":"120","skin_colors":"blue,
63
+ green, grey","hair_colors":"none","eye_colors":"yellow","average_lifespan":"91","homeworld":"https://swapi.co/api/planets/34/","language":"Toydarian","people":["https://swapi.co/api/people/40/"],"films":["https://swapi.co/api/films/5/","https://swapi.co/api/films/4/"],"created":"2014-12-19T17:48:56.893000Z","edited":"2014-12-20T21:36:42.165000Z","url":"https://swapi.co/api/species/13/"},{"name":"Dug","classification":"mammal","designation":"sentient","average_height":"100","skin_colors":"brown,
64
+ purple, grey, red","hair_colors":"none","eye_colors":"yellow, blue","average_lifespan":"unknown","homeworld":"https://swapi.co/api/planets/35/","language":"Dugese","people":["https://swapi.co/api/people/41/"],"films":["https://swapi.co/api/films/4/"],"created":"2014-12-19T17:53:11.214000Z","edited":"2014-12-20T21:36:42.167000Z","url":"https://swapi.co/api/species/14/"}]}'
61
65
  http_version:
62
- recorded_at: Tue, 17 Feb 2015 00:23:21 GMT
66
+ recorded_at: Tue, 28 Aug 2018 21:41:51 GMT
63
67
  recorded_with: VCR 2.9.3
@@ -2,13 +2,13 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: http://swapi.co/api/starships/10/
5
+ uri: https://swapi.co/api/starships/10/
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - Tatooine Ruby Gem - 0.0.1
11
+ - Tatooine Ruby Gem - 1.0.1
12
12
  Accept-Encoding:
13
13
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
14
14
  Accept:
@@ -19,7 +19,7 @@ http_interactions:
19
19
  message: OK
20
20
  headers:
21
21
  Date:
22
- - Tue, 17 Feb 2015 00:48:45 GMT
22
+ - Tue, 28 Aug 2018 21:41:56 GMT
23
23
  Content-Type:
24
24
  - application/json
25
25
  Transfer-Encoding:
@@ -27,8 +27,10 @@ http_interactions:
27
27
  Connection:
28
28
  - keep-alive
29
29
  Set-Cookie:
30
- - __cfduid=d140c16bd1ac94b9b44e6f6c8000a64071424134124; expires=Wed, 17-Feb-16
31
- 00:48:44 GMT; path=/; domain=.swapi.co; HttpOnly
30
+ - __cfduid=d2dc03b38d76b7ef539531e915b38f01b1535492516; expires=Wed, 28-Aug-19
31
+ 21:41:56 GMT; path=/; domain=.swapi.co; HttpOnly; Secure
32
+ Etag:
33
+ - W/"58b8cde34f6325c36c09f3c65eb8ae57"
32
34
  Allow:
33
35
  - GET, HEAD, OPTIONS
34
36
  X-Frame-Options:
@@ -37,15 +39,17 @@ http_interactions:
37
39
  - Accept, Cookie
38
40
  Via:
39
41
  - 1.1 vegur
42
+ Expect-Ct:
43
+ - max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
40
44
  Server:
41
- - cloudflare-nginx
45
+ - cloudflare
42
46
  Cf-Ray:
43
- - 1b9dfb2799210cf5-LHR
47
+ - 4519f1e31a4f40c4-HAM
44
48
  body:
45
- encoding: UTF-8
49
+ encoding: ASCII-8BIT
46
50
  string: '{"name":"Millennium Falcon","model":"YT-1300 light freighter","manufacturer":"Corellian
47
51
  Engineering Corporation","cost_in_credits":"100000","length":"34.37","max_atmosphering_speed":"1050","crew":"4","passengers":"6","cargo_capacity":"100000","consumables":"2
48
- months","hyperdrive_rating":"0.5","MGLT":"75","starship_class":"Light freighter","pilots":["http://swapi.co/api/people/13/","http://swapi.co/api/people/14/","http://swapi.co/api/people/25/","http://swapi.co/api/people/31/"],"films":["http://swapi.co/api/films/1/","http://swapi.co/api/films/2/","http://swapi.co/api/films/3/"],"created":"2014-12-10T16:59:45.094000Z","edited":"2014-12-22T17:35:44.464156Z","url":"http://swapi.co/api/starships/10/"}'
52
+ months","hyperdrive_rating":"0.5","MGLT":"75","starship_class":"Light freighter","pilots":["https://swapi.co/api/people/13/","https://swapi.co/api/people/14/","https://swapi.co/api/people/25/","https://swapi.co/api/people/31/"],"films":["https://swapi.co/api/films/2/","https://swapi.co/api/films/7/","https://swapi.co/api/films/3/","https://swapi.co/api/films/1/"],"created":"2014-12-10T16:59:45.094000Z","edited":"2014-12-22T17:35:44.464156Z","url":"https://swapi.co/api/starships/10/"}'
49
53
  http_version:
50
- recorded_at: Tue, 17 Feb 2015 00:48:46 GMT
54
+ recorded_at: Tue, 28 Aug 2018 21:41:56 GMT
51
55
  recorded_with: VCR 2.9.3
@@ -2,13 +2,13 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: http://swapi.co/api/starships/10/
5
+ uri: https://swapi.co/api/starships/10/
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - Tatooine Ruby Gem - 0.0.1
11
+ - Tatooine Ruby Gem - 1.0.1
12
12
  Accept-Encoding:
13
13
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
14
14
  Accept:
@@ -19,7 +19,7 @@ http_interactions:
19
19
  message: OK
20
20
  headers:
21
21
  Date:
22
- - Tue, 17 Feb 2015 00:48:46 GMT
22
+ - Tue, 28 Aug 2018 21:41:57 GMT
23
23
  Content-Type:
24
24
  - application/json
25
25
  Transfer-Encoding:
@@ -27,8 +27,10 @@ http_interactions:
27
27
  Connection:
28
28
  - keep-alive
29
29
  Set-Cookie:
30
- - __cfduid=d09e0a26b1ac8e7742ee781e17169d0e11424134125; expires=Wed, 17-Feb-16
31
- 00:48:45 GMT; path=/; domain=.swapi.co; HttpOnly
30
+ - __cfduid=dfa00269c45753acf307056dd373ff0391535492516; expires=Wed, 28-Aug-19
31
+ 21:41:56 GMT; path=/; domain=.swapi.co; HttpOnly; Secure
32
+ Etag:
33
+ - W/"58b8cde34f6325c36c09f3c65eb8ae57"
32
34
  Allow:
33
35
  - GET, HEAD, OPTIONS
34
36
  X-Frame-Options:
@@ -37,15 +39,17 @@ http_interactions:
37
39
  - Accept, Cookie
38
40
  Via:
39
41
  - 1.1 vegur
42
+ Expect-Ct:
43
+ - max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
40
44
  Server:
41
- - cloudflare-nginx
45
+ - cloudflare
42
46
  Cf-Ray:
43
- - 1b9dfb2e16121359-LHR
47
+ - 4519f1e6ee7540a0-HAM
44
48
  body:
45
- encoding: UTF-8
49
+ encoding: ASCII-8BIT
46
50
  string: '{"name":"Millennium Falcon","model":"YT-1300 light freighter","manufacturer":"Corellian
47
51
  Engineering Corporation","cost_in_credits":"100000","length":"34.37","max_atmosphering_speed":"1050","crew":"4","passengers":"6","cargo_capacity":"100000","consumables":"2
48
- months","hyperdrive_rating":"0.5","MGLT":"75","starship_class":"Light freighter","pilots":["http://swapi.co/api/people/13/","http://swapi.co/api/people/14/","http://swapi.co/api/people/25/","http://swapi.co/api/people/31/"],"films":["http://swapi.co/api/films/1/","http://swapi.co/api/films/2/","http://swapi.co/api/films/3/"],"created":"2014-12-10T16:59:45.094000Z","edited":"2014-12-22T17:35:44.464156Z","url":"http://swapi.co/api/starships/10/"}'
52
+ months","hyperdrive_rating":"0.5","MGLT":"75","starship_class":"Light freighter","pilots":["https://swapi.co/api/people/13/","https://swapi.co/api/people/14/","https://swapi.co/api/people/25/","https://swapi.co/api/people/31/"],"films":["https://swapi.co/api/films/2/","https://swapi.co/api/films/7/","https://swapi.co/api/films/3/","https://swapi.co/api/films/1/"],"created":"2014-12-10T16:59:45.094000Z","edited":"2014-12-22T17:35:44.464156Z","url":"https://swapi.co/api/starships/10/"}'
49
53
  http_version:
50
- recorded_at: Tue, 17 Feb 2015 00:48:47 GMT
54
+ recorded_at: Tue, 28 Aug 2018 21:41:57 GMT
51
55
  recorded_with: VCR 2.9.3
@@ -2,13 +2,13 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: http://swapi.co/api/starships/
5
+ uri: https://swapi.co/api/starships/
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - Tatooine Ruby Gem - 0.0.1
11
+ - Tatooine Ruby Gem - 1.0.1
12
12
  Accept-Encoding:
13
13
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
14
14
  Accept:
@@ -19,7 +19,7 @@ http_interactions:
19
19
  message: OK
20
20
  headers:
21
21
  Date:
22
- - Tue, 17 Feb 2015 00:48:41 GMT
22
+ - Tue, 28 Aug 2018 21:41:52 GMT
23
23
  Content-Type:
24
24
  - application/json
25
25
  Transfer-Encoding:
@@ -27,8 +27,10 @@ http_interactions:
27
27
  Connection:
28
28
  - keep-alive
29
29
  Set-Cookie:
30
- - __cfduid=d71e7e17416c1ca9b8ce07c0b564445b81424134120; expires=Wed, 17-Feb-16
31
- 00:48:40 GMT; path=/; domain=.swapi.co; HttpOnly
30
+ - __cfduid=d79cedb150ae228e25aea5a27dd13cb241535492512; expires=Wed, 28-Aug-19
31
+ 21:41:52 GMT; path=/; domain=.swapi.co; HttpOnly; Secure
32
+ Etag:
33
+ - W/"9d11d1ceef86e0dc36273bd093bf29f7"
32
34
  Allow:
33
35
  - GET, HEAD, OPTIONS
34
36
  X-Frame-Options:
@@ -37,42 +39,44 @@ http_interactions:
37
39
  - Accept, Cookie
38
40
  Via:
39
41
  - 1.1 vegur
42
+ Expect-Ct:
43
+ - max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
40
44
  Server:
41
- - cloudflare-nginx
45
+ - cloudflare
42
46
  Cf-Ray:
43
- - 1b9dfb0fc9b30b7b-LHR
47
+ - 4519f1c83dad409a-HAM
44
48
  body:
45
- encoding: UTF-8
46
- string: '{"count":36,"next":"http://swapi.co/api/starships/?page=2","previous":null,"results":[{"name":"Sentinel-class
49
+ encoding: ASCII-8BIT
50
+ string: '{"count":37,"next":"https://swapi.co/api/starships/?page=2","previous":null,"results":[{"name":"Executor","model":"Executor-class
51
+ star dreadnought","manufacturer":"Kuat Drive Yards, Fondor Shipyards","cost_in_credits":"1143350000","length":"19000","max_atmosphering_speed":"n/a","crew":"279144","passengers":"38000","cargo_capacity":"250000000","consumables":"6
52
+ years","hyperdrive_rating":"2.0","MGLT":"40","starship_class":"Star dreadnought","pilots":[],"films":["https://swapi.co/api/films/2/","https://swapi.co/api/films/3/"],"created":"2014-12-15T12:31:42.547000Z","edited":"2017-04-19T10:56:06.685592Z","url":"https://swapi.co/api/starships/15/"},{"name":"Sentinel-class
47
53
  landing craft","model":"Sentinel-class landing craft","manufacturer":"Sienar
48
54
  Fleet Systems, Cyngus Spaceworks","cost_in_credits":"240000","length":"38","max_atmosphering_speed":"1000","crew":"5","passengers":"75","cargo_capacity":"180000","consumables":"1
49
- month","hyperdrive_rating":"1.0","MGLT":"70","starship_class":"landing craft","pilots":[],"films":["http://swapi.co/api/films/1/"],"created":"2014-12-10T15:48:00.586000Z","edited":"2014-12-22T17:35:44.431407Z","url":"http://swapi.co/api/starships/5/"},{"name":"Death
55
+ month","hyperdrive_rating":"1.0","MGLT":"70","starship_class":"landing craft","pilots":[],"films":["https://swapi.co/api/films/1/"],"created":"2014-12-10T15:48:00.586000Z","edited":"2014-12-22T17:35:44.431407Z","url":"https://swapi.co/api/starships/5/"},{"name":"Death
50
56
  Star","model":"DS-1 Orbital Battle Station","manufacturer":"Imperial Department
51
57
  of Military Research, Sienar Fleet Systems","cost_in_credits":"1000000000000","length":"120000","max_atmosphering_speed":"n/a","crew":"342953","passengers":"843342","cargo_capacity":"1000000000000","consumables":"3
52
58
  years","hyperdrive_rating":"4.0","MGLT":"10","starship_class":"Deep Space
53
- Mobile Battlestation","pilots":[],"films":["http://swapi.co/api/films/1/"],"created":"2014-12-10T16:36:50.509000Z","edited":"2014-12-22T17:35:44.452589Z","url":"http://swapi.co/api/starships/9/"},{"name":"Millennium
59
+ Mobile Battlestation","pilots":[],"films":["https://swapi.co/api/films/1/"],"created":"2014-12-10T16:36:50.509000Z","edited":"2014-12-22T17:35:44.452589Z","url":"https://swapi.co/api/starships/9/"},{"name":"Millennium
54
60
  Falcon","model":"YT-1300 light freighter","manufacturer":"Corellian Engineering
55
61
  Corporation","cost_in_credits":"100000","length":"34.37","max_atmosphering_speed":"1050","crew":"4","passengers":"6","cargo_capacity":"100000","consumables":"2
56
- months","hyperdrive_rating":"0.5","MGLT":"75","starship_class":"Light freighter","pilots":["http://swapi.co/api/people/13/","http://swapi.co/api/people/14/","http://swapi.co/api/people/25/","http://swapi.co/api/people/31/"],"films":["http://swapi.co/api/films/1/","http://swapi.co/api/films/2/","http://swapi.co/api/films/3/"],"created":"2014-12-10T16:59:45.094000Z","edited":"2014-12-22T17:35:44.464156Z","url":"http://swapi.co/api/starships/10/"},{"name":"Y-wing","model":"BTL
62
+ months","hyperdrive_rating":"0.5","MGLT":"75","starship_class":"Light freighter","pilots":["https://swapi.co/api/people/13/","https://swapi.co/api/people/14/","https://swapi.co/api/people/25/","https://swapi.co/api/people/31/"],"films":["https://swapi.co/api/films/2/","https://swapi.co/api/films/7/","https://swapi.co/api/films/3/","https://swapi.co/api/films/1/"],"created":"2014-12-10T16:59:45.094000Z","edited":"2014-12-22T17:35:44.464156Z","url":"https://swapi.co/api/starships/10/"},{"name":"Y-wing","model":"BTL
57
63
  Y-wing","manufacturer":"Koensayr Manufacturing","cost_in_credits":"134999","length":"14","max_atmosphering_speed":"1000km","crew":"2","passengers":"0","cargo_capacity":"110","consumables":"1
58
- week","hyperdrive_rating":"1.0","MGLT":"80","starship_class":"assault starfighter","pilots":[],"films":["http://swapi.co/api/films/1/","http://swapi.co/api/films/2/","http://swapi.co/api/films/3/"],"created":"2014-12-12T11:00:39.817000Z","edited":"2014-12-22T17:35:44.479706Z","url":"http://swapi.co/api/starships/11/"},{"name":"X-wing","model":"T-65
64
+ week","hyperdrive_rating":"1.0","MGLT":"80","starship_class":"assault starfighter","pilots":[],"films":["https://swapi.co/api/films/2/","https://swapi.co/api/films/3/","https://swapi.co/api/films/1/"],"created":"2014-12-12T11:00:39.817000Z","edited":"2014-12-22T17:35:44.479706Z","url":"https://swapi.co/api/starships/11/"},{"name":"X-wing","model":"T-65
59
65
  X-wing","manufacturer":"Incom Corporation","cost_in_credits":"149999","length":"12.5","max_atmosphering_speed":"1050","crew":"1","passengers":"0","cargo_capacity":"110","consumables":"1
60
- week","hyperdrive_rating":"1.0","MGLT":"100","starship_class":"Starfighter","pilots":["http://swapi.co/api/people/1/","http://swapi.co/api/people/9/","http://swapi.co/api/people/18/","http://swapi.co/api/people/19/"],"films":["http://swapi.co/api/films/1/","http://swapi.co/api/films/2/","http://swapi.co/api/films/3/"],"created":"2014-12-12T11:19:05.340000Z","edited":"2014-12-22T17:35:44.491233Z","url":"http://swapi.co/api/starships/12/"},{"name":"TIE
66
+ week","hyperdrive_rating":"1.0","MGLT":"100","starship_class":"Starfighter","pilots":["https://swapi.co/api/people/1/","https://swapi.co/api/people/9/","https://swapi.co/api/people/18/","https://swapi.co/api/people/19/"],"films":["https://swapi.co/api/films/2/","https://swapi.co/api/films/3/","https://swapi.co/api/films/1/"],"created":"2014-12-12T11:19:05.340000Z","edited":"2014-12-22T17:35:44.491233Z","url":"https://swapi.co/api/starships/12/"},{"name":"TIE
61
67
  Advanced x1","model":"Twin Ion Engine Advanced x1","manufacturer":"Sienar
62
68
  Fleet Systems","cost_in_credits":"unknown","length":"9.2","max_atmosphering_speed":"1200","crew":"1","passengers":"0","cargo_capacity":"150","consumables":"5
63
- days","hyperdrive_rating":"1.0","MGLT":"105","starship_class":"Starfighter","pilots":["http://swapi.co/api/people/4/"],"films":["http://swapi.co/api/films/1/"],"created":"2014-12-12T11:21:32.991000Z","edited":"2014-12-22T17:35:44.549047Z","url":"http://swapi.co/api/starships/13/"},{"name":"Executor","model":"Executor-class
64
- star dreadnought","manufacturer":"Kuat Drive Yards, Fondor Shipyards","cost_in_credits":"1143350000","length":"19,000","max_atmosphering_speed":"n/a","crew":"279144","passengers":"38000","cargo_capacity":"250000000","consumables":"6
65
- years","hyperdrive_rating":"2.0","MGLT":"40","starship_class":"Star dreadnought","pilots":[],"films":["http://swapi.co/api/films/2/","http://swapi.co/api/films/3/"],"created":"2014-12-15T12:31:42.547000Z","edited":"2014-12-22T17:35:44.638231Z","url":"http://swapi.co/api/starships/15/"},{"name":"Slave
69
+ days","hyperdrive_rating":"1.0","MGLT":"105","starship_class":"Starfighter","pilots":["https://swapi.co/api/people/4/"],"films":["https://swapi.co/api/films/1/"],"created":"2014-12-12T11:21:32.991000Z","edited":"2014-12-22T17:35:44.549047Z","url":"https://swapi.co/api/starships/13/"},{"name":"Slave
66
70
  1","model":"Firespray-31-class patrol and attack","manufacturer":"Kuat Systems
67
71
  Engineering","cost_in_credits":"unknown","length":"21.5","max_atmosphering_speed":"1000","crew":"1","passengers":"6","cargo_capacity":"70000","consumables":"1
68
- month","hyperdrive_rating":"3.0","MGLT":"70","starship_class":"Patrol craft","pilots":["http://swapi.co/api/people/22/"],"films":["http://swapi.co/api/films/2/","http://swapi.co/api/films/5/"],"created":"2014-12-15T13:00:56.332000Z","edited":"2014-12-22T17:35:44.716273Z","url":"http://swapi.co/api/starships/21/"},{"name":"Imperial
72
+ month","hyperdrive_rating":"3.0","MGLT":"70","starship_class":"Patrol craft","pilots":["https://swapi.co/api/people/22/"],"films":["https://swapi.co/api/films/2/","https://swapi.co/api/films/5/"],"created":"2014-12-15T13:00:56.332000Z","edited":"2014-12-22T17:35:44.716273Z","url":"https://swapi.co/api/starships/21/"},{"name":"Imperial
69
73
  shuttle","model":"Lambda-class T-4a shuttle","manufacturer":"Sienar Fleet
70
74
  Systems","cost_in_credits":"240000","length":"20","max_atmosphering_speed":"850","crew":"6","passengers":"20","cargo_capacity":"80000","consumables":"2
71
75
  months","hyperdrive_rating":"1.0","MGLT":"50","starship_class":"Armed government
72
- transport","pilots":["http://swapi.co/api/people/1/","http://swapi.co/api/people/13/","http://swapi.co/api/people/14/"],"films":["http://swapi.co/api/films/2/","http://swapi.co/api/films/3/"],"created":"2014-12-15T13:04:47.235000Z","edited":"2014-12-22T17:35:44.795405Z","url":"http://swapi.co/api/starships/22/"},{"name":"EF76
76
+ transport","pilots":["https://swapi.co/api/people/1/","https://swapi.co/api/people/13/","https://swapi.co/api/people/14/"],"films":["https://swapi.co/api/films/2/","https://swapi.co/api/films/3/"],"created":"2014-12-15T13:04:47.235000Z","edited":"2014-12-22T17:35:44.795405Z","url":"https://swapi.co/api/starships/22/"},{"name":"EF76
73
77
  Nebulon-B escort frigate","model":"EF76 Nebulon-B escort frigate","manufacturer":"Kuat
74
78
  Drive Yards","cost_in_credits":"8500000","length":"300","max_atmosphering_speed":"800","crew":"854","passengers":"75","cargo_capacity":"6000000","consumables":"2
75
- years","hyperdrive_rating":"2.0","MGLT":"40","starship_class":"Escort ship","pilots":[],"films":["http://swapi.co/api/films/2/","http://swapi.co/api/films/3/"],"created":"2014-12-15T13:06:30.813000Z","edited":"2014-12-22T17:35:44.848329Z","url":"http://swapi.co/api/starships/23/"}]}'
79
+ years","hyperdrive_rating":"2.0","MGLT":"40","starship_class":"Escort ship","pilots":[],"films":["https://swapi.co/api/films/2/","https://swapi.co/api/films/3/"],"created":"2014-12-15T13:06:30.813000Z","edited":"2014-12-22T17:35:44.848329Z","url":"https://swapi.co/api/starships/23/"}]}'
76
80
  http_version:
77
- recorded_at: Tue, 17 Feb 2015 00:48:42 GMT
81
+ recorded_at: Tue, 28 Aug 2018 21:41:52 GMT
78
82
  recorded_with: VCR 2.9.3
@@ -2,13 +2,13 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: http://swapi.co/api/starships/
5
+ uri: https://swapi.co/api/starships/
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - Tatooine Ruby Gem - 0.0.1
11
+ - Tatooine Ruby Gem - 1.0.1
12
12
  Accept-Encoding:
13
13
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
14
14
  Accept:
@@ -19,7 +19,7 @@ http_interactions:
19
19
  message: OK
20
20
  headers:
21
21
  Date:
22
- - Tue, 17 Feb 2015 00:48:43 GMT
22
+ - Tue, 28 Aug 2018 21:41:53 GMT
23
23
  Content-Type:
24
24
  - application/json
25
25
  Transfer-Encoding:
@@ -27,8 +27,10 @@ http_interactions:
27
27
  Connection:
28
28
  - keep-alive
29
29
  Set-Cookie:
30
- - __cfduid=d80889320281d1c621688f21cbcc8a17b1424134121; expires=Wed, 17-Feb-16
31
- 00:48:41 GMT; path=/; domain=.swapi.co; HttpOnly
30
+ - __cfduid=d79cedb150ae228e25aea5a27dd13cb241535492512; expires=Wed, 28-Aug-19
31
+ 21:41:52 GMT; path=/; domain=.swapi.co; HttpOnly; Secure
32
+ Etag:
33
+ - W/"9d11d1ceef86e0dc36273bd093bf29f7"
32
34
  Allow:
33
35
  - GET, HEAD, OPTIONS
34
36
  X-Frame-Options:
@@ -37,42 +39,44 @@ http_interactions:
37
39
  - Accept, Cookie
38
40
  Via:
39
41
  - 1.1 vegur
42
+ Expect-Ct:
43
+ - max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
40
44
  Server:
41
- - cloudflare-nginx
45
+ - cloudflare
42
46
  Cf-Ray:
43
- - 1b9dfb13cfc90a66-LHR
47
+ - 4519f1cdf8c4409a-HAM
44
48
  body:
45
- encoding: UTF-8
46
- string: '{"count":36,"next":"http://swapi.co/api/starships/?page=2","previous":null,"results":[{"name":"Sentinel-class
49
+ encoding: ASCII-8BIT
50
+ string: '{"count":37,"next":"https://swapi.co/api/starships/?page=2","previous":null,"results":[{"name":"Executor","model":"Executor-class
51
+ star dreadnought","manufacturer":"Kuat Drive Yards, Fondor Shipyards","cost_in_credits":"1143350000","length":"19000","max_atmosphering_speed":"n/a","crew":"279144","passengers":"38000","cargo_capacity":"250000000","consumables":"6
52
+ years","hyperdrive_rating":"2.0","MGLT":"40","starship_class":"Star dreadnought","pilots":[],"films":["https://swapi.co/api/films/2/","https://swapi.co/api/films/3/"],"created":"2014-12-15T12:31:42.547000Z","edited":"2017-04-19T10:56:06.685592Z","url":"https://swapi.co/api/starships/15/"},{"name":"Sentinel-class
47
53
  landing craft","model":"Sentinel-class landing craft","manufacturer":"Sienar
48
54
  Fleet Systems, Cyngus Spaceworks","cost_in_credits":"240000","length":"38","max_atmosphering_speed":"1000","crew":"5","passengers":"75","cargo_capacity":"180000","consumables":"1
49
- month","hyperdrive_rating":"1.0","MGLT":"70","starship_class":"landing craft","pilots":[],"films":["http://swapi.co/api/films/1/"],"created":"2014-12-10T15:48:00.586000Z","edited":"2014-12-22T17:35:44.431407Z","url":"http://swapi.co/api/starships/5/"},{"name":"Death
55
+ month","hyperdrive_rating":"1.0","MGLT":"70","starship_class":"landing craft","pilots":[],"films":["https://swapi.co/api/films/1/"],"created":"2014-12-10T15:48:00.586000Z","edited":"2014-12-22T17:35:44.431407Z","url":"https://swapi.co/api/starships/5/"},{"name":"Death
50
56
  Star","model":"DS-1 Orbital Battle Station","manufacturer":"Imperial Department
51
57
  of Military Research, Sienar Fleet Systems","cost_in_credits":"1000000000000","length":"120000","max_atmosphering_speed":"n/a","crew":"342953","passengers":"843342","cargo_capacity":"1000000000000","consumables":"3
52
58
  years","hyperdrive_rating":"4.0","MGLT":"10","starship_class":"Deep Space
53
- Mobile Battlestation","pilots":[],"films":["http://swapi.co/api/films/1/"],"created":"2014-12-10T16:36:50.509000Z","edited":"2014-12-22T17:35:44.452589Z","url":"http://swapi.co/api/starships/9/"},{"name":"Millennium
59
+ Mobile Battlestation","pilots":[],"films":["https://swapi.co/api/films/1/"],"created":"2014-12-10T16:36:50.509000Z","edited":"2014-12-22T17:35:44.452589Z","url":"https://swapi.co/api/starships/9/"},{"name":"Millennium
54
60
  Falcon","model":"YT-1300 light freighter","manufacturer":"Corellian Engineering
55
61
  Corporation","cost_in_credits":"100000","length":"34.37","max_atmosphering_speed":"1050","crew":"4","passengers":"6","cargo_capacity":"100000","consumables":"2
56
- months","hyperdrive_rating":"0.5","MGLT":"75","starship_class":"Light freighter","pilots":["http://swapi.co/api/people/13/","http://swapi.co/api/people/14/","http://swapi.co/api/people/25/","http://swapi.co/api/people/31/"],"films":["http://swapi.co/api/films/1/","http://swapi.co/api/films/2/","http://swapi.co/api/films/3/"],"created":"2014-12-10T16:59:45.094000Z","edited":"2014-12-22T17:35:44.464156Z","url":"http://swapi.co/api/starships/10/"},{"name":"Y-wing","model":"BTL
62
+ months","hyperdrive_rating":"0.5","MGLT":"75","starship_class":"Light freighter","pilots":["https://swapi.co/api/people/13/","https://swapi.co/api/people/14/","https://swapi.co/api/people/25/","https://swapi.co/api/people/31/"],"films":["https://swapi.co/api/films/2/","https://swapi.co/api/films/7/","https://swapi.co/api/films/3/","https://swapi.co/api/films/1/"],"created":"2014-12-10T16:59:45.094000Z","edited":"2014-12-22T17:35:44.464156Z","url":"https://swapi.co/api/starships/10/"},{"name":"Y-wing","model":"BTL
57
63
  Y-wing","manufacturer":"Koensayr Manufacturing","cost_in_credits":"134999","length":"14","max_atmosphering_speed":"1000km","crew":"2","passengers":"0","cargo_capacity":"110","consumables":"1
58
- week","hyperdrive_rating":"1.0","MGLT":"80","starship_class":"assault starfighter","pilots":[],"films":["http://swapi.co/api/films/1/","http://swapi.co/api/films/2/","http://swapi.co/api/films/3/"],"created":"2014-12-12T11:00:39.817000Z","edited":"2014-12-22T17:35:44.479706Z","url":"http://swapi.co/api/starships/11/"},{"name":"X-wing","model":"T-65
64
+ week","hyperdrive_rating":"1.0","MGLT":"80","starship_class":"assault starfighter","pilots":[],"films":["https://swapi.co/api/films/2/","https://swapi.co/api/films/3/","https://swapi.co/api/films/1/"],"created":"2014-12-12T11:00:39.817000Z","edited":"2014-12-22T17:35:44.479706Z","url":"https://swapi.co/api/starships/11/"},{"name":"X-wing","model":"T-65
59
65
  X-wing","manufacturer":"Incom Corporation","cost_in_credits":"149999","length":"12.5","max_atmosphering_speed":"1050","crew":"1","passengers":"0","cargo_capacity":"110","consumables":"1
60
- week","hyperdrive_rating":"1.0","MGLT":"100","starship_class":"Starfighter","pilots":["http://swapi.co/api/people/1/","http://swapi.co/api/people/9/","http://swapi.co/api/people/18/","http://swapi.co/api/people/19/"],"films":["http://swapi.co/api/films/1/","http://swapi.co/api/films/2/","http://swapi.co/api/films/3/"],"created":"2014-12-12T11:19:05.340000Z","edited":"2014-12-22T17:35:44.491233Z","url":"http://swapi.co/api/starships/12/"},{"name":"TIE
66
+ week","hyperdrive_rating":"1.0","MGLT":"100","starship_class":"Starfighter","pilots":["https://swapi.co/api/people/1/","https://swapi.co/api/people/9/","https://swapi.co/api/people/18/","https://swapi.co/api/people/19/"],"films":["https://swapi.co/api/films/2/","https://swapi.co/api/films/3/","https://swapi.co/api/films/1/"],"created":"2014-12-12T11:19:05.340000Z","edited":"2014-12-22T17:35:44.491233Z","url":"https://swapi.co/api/starships/12/"},{"name":"TIE
61
67
  Advanced x1","model":"Twin Ion Engine Advanced x1","manufacturer":"Sienar
62
68
  Fleet Systems","cost_in_credits":"unknown","length":"9.2","max_atmosphering_speed":"1200","crew":"1","passengers":"0","cargo_capacity":"150","consumables":"5
63
- days","hyperdrive_rating":"1.0","MGLT":"105","starship_class":"Starfighter","pilots":["http://swapi.co/api/people/4/"],"films":["http://swapi.co/api/films/1/"],"created":"2014-12-12T11:21:32.991000Z","edited":"2014-12-22T17:35:44.549047Z","url":"http://swapi.co/api/starships/13/"},{"name":"Executor","model":"Executor-class
64
- star dreadnought","manufacturer":"Kuat Drive Yards, Fondor Shipyards","cost_in_credits":"1143350000","length":"19,000","max_atmosphering_speed":"n/a","crew":"279144","passengers":"38000","cargo_capacity":"250000000","consumables":"6
65
- years","hyperdrive_rating":"2.0","MGLT":"40","starship_class":"Star dreadnought","pilots":[],"films":["http://swapi.co/api/films/2/","http://swapi.co/api/films/3/"],"created":"2014-12-15T12:31:42.547000Z","edited":"2014-12-22T17:35:44.638231Z","url":"http://swapi.co/api/starships/15/"},{"name":"Slave
69
+ days","hyperdrive_rating":"1.0","MGLT":"105","starship_class":"Starfighter","pilots":["https://swapi.co/api/people/4/"],"films":["https://swapi.co/api/films/1/"],"created":"2014-12-12T11:21:32.991000Z","edited":"2014-12-22T17:35:44.549047Z","url":"https://swapi.co/api/starships/13/"},{"name":"Slave
66
70
  1","model":"Firespray-31-class patrol and attack","manufacturer":"Kuat Systems
67
71
  Engineering","cost_in_credits":"unknown","length":"21.5","max_atmosphering_speed":"1000","crew":"1","passengers":"6","cargo_capacity":"70000","consumables":"1
68
- month","hyperdrive_rating":"3.0","MGLT":"70","starship_class":"Patrol craft","pilots":["http://swapi.co/api/people/22/"],"films":["http://swapi.co/api/films/2/","http://swapi.co/api/films/5/"],"created":"2014-12-15T13:00:56.332000Z","edited":"2014-12-22T17:35:44.716273Z","url":"http://swapi.co/api/starships/21/"},{"name":"Imperial
72
+ month","hyperdrive_rating":"3.0","MGLT":"70","starship_class":"Patrol craft","pilots":["https://swapi.co/api/people/22/"],"films":["https://swapi.co/api/films/2/","https://swapi.co/api/films/5/"],"created":"2014-12-15T13:00:56.332000Z","edited":"2014-12-22T17:35:44.716273Z","url":"https://swapi.co/api/starships/21/"},{"name":"Imperial
69
73
  shuttle","model":"Lambda-class T-4a shuttle","manufacturer":"Sienar Fleet
70
74
  Systems","cost_in_credits":"240000","length":"20","max_atmosphering_speed":"850","crew":"6","passengers":"20","cargo_capacity":"80000","consumables":"2
71
75
  months","hyperdrive_rating":"1.0","MGLT":"50","starship_class":"Armed government
72
- transport","pilots":["http://swapi.co/api/people/1/","http://swapi.co/api/people/13/","http://swapi.co/api/people/14/"],"films":["http://swapi.co/api/films/2/","http://swapi.co/api/films/3/"],"created":"2014-12-15T13:04:47.235000Z","edited":"2014-12-22T17:35:44.795405Z","url":"http://swapi.co/api/starships/22/"},{"name":"EF76
76
+ transport","pilots":["https://swapi.co/api/people/1/","https://swapi.co/api/people/13/","https://swapi.co/api/people/14/"],"films":["https://swapi.co/api/films/2/","https://swapi.co/api/films/3/"],"created":"2014-12-15T13:04:47.235000Z","edited":"2014-12-22T17:35:44.795405Z","url":"https://swapi.co/api/starships/22/"},{"name":"EF76
73
77
  Nebulon-B escort frigate","model":"EF76 Nebulon-B escort frigate","manufacturer":"Kuat
74
78
  Drive Yards","cost_in_credits":"8500000","length":"300","max_atmosphering_speed":"800","crew":"854","passengers":"75","cargo_capacity":"6000000","consumables":"2
75
- years","hyperdrive_rating":"2.0","MGLT":"40","starship_class":"Escort ship","pilots":[],"films":["http://swapi.co/api/films/2/","http://swapi.co/api/films/3/"],"created":"2014-12-15T13:06:30.813000Z","edited":"2014-12-22T17:35:44.848329Z","url":"http://swapi.co/api/starships/23/"}]}'
79
+ years","hyperdrive_rating":"2.0","MGLT":"40","starship_class":"Escort ship","pilots":[],"films":["https://swapi.co/api/films/2/","https://swapi.co/api/films/3/"],"created":"2014-12-15T13:06:30.813000Z","edited":"2014-12-22T17:35:44.848329Z","url":"https://swapi.co/api/starships/23/"}]}'
76
80
  http_version:
77
- recorded_at: Tue, 17 Feb 2015 00:48:44 GMT
81
+ recorded_at: Tue, 28 Aug 2018 21:41:53 GMT
78
82
  recorded_with: VCR 2.9.3