familysearch 0.4.1 → 0.4.2

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: bd96e5a809f69b02b53b6edbe3cd68c6d104198b
4
+ data.tar.gz: 507f7f43df64838621a0eb9361fc0cad6e84e7e2
5
+ SHA512:
6
+ metadata.gz: c9a3372654fa4473588466ba4632b58be7d16126d90a0cd6b1242e5bafcc308feac5e5ecffa7bb3f6ed784ab5c8b294ce83d4b7c136737339045fed5388a3e56
7
+ data.tar.gz: 62a135df75c1ff7e9471e0f2ac3253ce6f1182cbd2650489ac157c4717d2e21581c4c0056aacb75d4902b7ca75bce8065f53cac91e33715d763c95bafba5c2a4
@@ -0,0 +1,64 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ familysearch (0.4.2)
5
+ addressable (~> 2.3.3)
6
+ familysearch-gedcomx (~> 1.0.2)
7
+ faraday (~> 0.8.4)
8
+ faraday_middleware (~> 0.9.0)
9
+ multi_json (~> 1.5.0)
10
+
11
+ GEM
12
+ remote: https://rubygems.org/
13
+ specs:
14
+ activesupport (3.2.13)
15
+ i18n (= 0.6.1)
16
+ multi_json (~> 1.0)
17
+ addressable (2.3.4)
18
+ bourne (1.1.2)
19
+ mocha (= 0.10.5)
20
+ crack (0.3.2)
21
+ diff-lcs (1.2.4)
22
+ familysearch-gedcomx (1.0.2)
23
+ hashie (~> 2.0.5)
24
+ faraday (0.8.9)
25
+ multipart-post (~> 1.2.0)
26
+ faraday_middleware (0.9.0)
27
+ faraday (>= 0.7.4, < 0.9)
28
+ hashie (2.0.5)
29
+ i18n (0.6.1)
30
+ metaclass (0.0.1)
31
+ mocha (0.10.5)
32
+ metaclass (~> 0.0.1)
33
+ multi_json (1.5.1)
34
+ multipart-post (1.2.0)
35
+ rspec (2.13.0)
36
+ rspec-core (~> 2.13.0)
37
+ rspec-expectations (~> 2.13.0)
38
+ rspec-mocks (~> 2.13.0)
39
+ rspec-core (2.13.1)
40
+ rspec-expectations (2.13.0)
41
+ diff-lcs (>= 1.1.3, < 2.0)
42
+ rspec-mocks (2.13.1)
43
+ shoulda (3.3.2)
44
+ shoulda-context (~> 1.0.1)
45
+ shoulda-matchers (~> 1.4.1)
46
+ shoulda-context (1.0.2)
47
+ shoulda-matchers (1.4.2)
48
+ activesupport (>= 3.0.0)
49
+ bourne (~> 1.1.2)
50
+ vcr (2.4.0)
51
+ webmock (1.10.2)
52
+ addressable (>= 2.2.7)
53
+ crack (>= 0.3.2)
54
+
55
+ PLATFORMS
56
+ ruby
57
+
58
+ DEPENDENCIES
59
+ bundler (>= 1.2.3)
60
+ familysearch!
61
+ rspec (~> 2.13.0)
62
+ shoulda (~> 3.3.2)
63
+ vcr (~> 2.4.0)
64
+ webmock (~> 1.10.0)
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
21
21
  s.add_dependency("faraday_middleware", ["~> 0.9.0"])
22
22
  s.add_dependency("multi_json", ["~> 1.5.0"])
23
23
  s.add_dependency("addressable", ["~> 2.3.3"])
24
- s.add_dependency("familysearch-gedcomx", ["~> 1.0.1"])
24
+ s.add_dependency("familysearch-gedcomx", ["~> 1.0.2"])
25
25
  s.add_development_dependency("rspec", ["~> 2.13.0"])
26
26
  s.add_development_dependency("shoulda", ["~> 3.3.2"])
27
27
  s.add_development_dependency("bundler", [">= 1.2.3"])
@@ -1,4 +1,4 @@
1
1
  module FamilySearch
2
2
  # The version of the familysearch gem. Can be accessed from code FamilySearch::VERSION
3
- VERSION = "0.4.1"
3
+ VERSION = "0.4.2"
4
4
  end
@@ -98,7 +98,7 @@ describe FamilySearch::Client do
98
98
 
99
99
  describe "basic_auth!" do
100
100
  def client()
101
- @client ||= FamilySearch::Client.new(:key => 'WCQY-7J1Q-GKVV-7DNM-SQ5M-9Q5H-JX3H-CMJK' )
101
+ @client ||= FamilySearch::Client.new({:key => 'WCQY-7J1Q-GKVV-7DNM-SQ5M-9Q5H-JX3H-CMJK'} )
102
102
  end
103
103
 
104
104
  it "should call discover! if it hasn't already" do
@@ -117,13 +117,13 @@ describe FamilySearch::Client do
117
117
  it "should make a call to the fs-identity-v2-login with credentials and set the access_token" do
118
118
  VCR.use_cassette('discovery_auth') do
119
119
  client.basic_auth! 'api-user-1241', '1782'
120
- client.access_token.should == 'USYS8B6B487A084AA3B3C027451E23D20D5E_nbci-045-034.d.usys.fsglobal.net'
120
+ client.access_token.should == 'USYS6A9AF546F6DF9A2D6BFC35E4CF2A4E84_idses-int01.a.fsglobal.net'
121
121
  end
122
122
  end
123
123
 
124
124
  it "should set the agent's authorization to Bearer with the access token" do
125
125
  VCR.use_cassette('discovery_auth') do
126
- client.agent.should_receive(:authorization).with('Bearer','USYS8B6B487A084AA3B3C027451E23D20D5E_nbci-045-034.d.usys.fsglobal.net').and_call_original
126
+ client.agent.should_receive(:authorization).with('Bearer','USYS6A9AF546F6DF9A2D6BFC35E4CF2A4E84_idses-int01.a.fsglobal.net').and_call_original
127
127
  client.basic_auth! 'api-user-1241', '1782'
128
128
  end
129
129
  end
@@ -8,9 +8,9 @@ http_interactions:
8
8
  string: ''
9
9
  headers:
10
10
  Accept:
11
- - application/x-fs-v1+json
11
+ - application/x-fs-v1+json,application/x-gedcomx-atom+json,application/json
12
12
  User-Agent:
13
- - Faraday v0.8.7
13
+ - Faraday v0.8.9
14
14
  Accept-Encoding:
15
15
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
16
16
  response:
@@ -25,272 +25,570 @@ http_interactions:
25
25
  Cache-Control:
26
26
  - no-transform, max-age=604800
27
27
  X-Processing-Time:
28
- - '167'
28
+ - '3'
29
29
  Content-Type:
30
30
  - application/x-fs-v1+json
31
31
  Transfer-Encoding:
32
32
  - chunked
33
33
  Date:
34
- - Tue, 26 Mar 2013 15:16:59 GMT
34
+ - Wed, 05 Feb 2014 04:31:31 GMT
35
35
  Connection:
36
36
  - close
37
+ Access-Control-Allow-Methods:
38
+ - OPTIONS, HEAD, GET, PUT, POST, DELETE
39
+ Access-Control-Allow-Headers:
40
+ - accept, accept-charset, accept-encoding, accept-language, accept-datetime,
41
+ authorization, connection, content-length, content-md5, content-type, date,
42
+ expect, from, host, if-match, if-modified-since, if-none-match, if-range,
43
+ if-unmodified-since, origin, range, referer, singularityjsheader, te, user-agent,
44
+ warning, x-reason, x-requested-with, x-fs-feature-tag
45
+ Access-Control-Expose-Headers:
46
+ - location, link, warning, x-entity-id, content-location, x-processing-time,
47
+ retry-after
48
+ Access-Control-Allow-Origin:
49
+ - '*'
50
+ Access-Control-Max-Age:
51
+ - '604800'
37
52
  body:
38
- encoding: US-ASCII
39
- string: ! "{\n \"links\" : {\n \"person-change-summary-template\" : {\n
40
- \ \"template\" : \"https://sandbox.familysearch.org/platform/tree/persons/{pid}/change-summary{?access_token}\",\n
41
- \ \"type\" : \"application/atom+xml,application/json,application/x-gedcomx-atom+json,application/xml,text/html\",\n
42
- \ \"accept\" : \"*/*\",\n \"allow\" : \"GET\",\n \"title\" :
43
- \"Person Change Summary\"\n },\n \"person-notes-template\" : {\n \"template\"
44
- : \"https://sandbox.familysearch.org/platform/tree/persons/{pid}/notes{?access_token}\",\n
45
- \ \"type\" : \"application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html\",\n
46
- \ \"accept\" : \"application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml\",\n
47
- \ \"allow\" : \"GET,POST\",\n \"title\" : \"Notes\"\n },\n \"couple-relationship-note-template\"
48
- : {\n \"template\" : \"https://sandbox.familysearch.org/platform/tree/couple-relationships/{crid}/notes/{nid}{?access_token}\",\n
49
- \ \"type\" : \"application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html\",\n
50
- \ \"accept\" : \"application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml\",\n
51
- \ \"allow\" : \"GET,POST,DELETE\",\n \"title\" : \"Note\"\n },\n
52
- \ \"person-restore-template\" : {\n \"template\" : \"https://sandbox.familysearch.org/platform/tree/persons/{pid}/restore{?access_token}\",\n
53
- \ \"type\" : \"application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/xml,text/html\",\n
54
- \ \"accept\" : \"application/x-fs-v1+json,application/x-fs-v1+xml\",\n
55
- \ \"allow\" : \"POST\",\n \"title\" : \"Restore\"\n },\n \"couple-relationship-source-reference-template\"
56
- : {\n \"template\" : \"https://sandbox.familysearch.org/platform/tree/couple-relationships/{crid}/source-references/{srid}{?access_token}\",\n
57
- \ \"type\" : \"application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html\",\n
58
- \ \"accept\" : \"application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml\",\n
59
- \ \"allow\" : \"DELETE\",\n \"title\" : \"Source Reference\"\n },\n
60
- \ \"source-description-template\" : {\n \"template\" : \"https://sandbox.familysearch.org/platform/sources/descriptions/{sdid}{?access_token}\",\n
61
- \ \"type\" : \"application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html\",\n
62
- \ \"accept\" : \"application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml\",\n
63
- \ \"allow\" : \"HEAD,GET,POST,DELETE\",\n \"title\" : \"Source Description\"\n
64
- \ },\n \"child-and-parents-relationship-template\" : {\n \"template\"
65
- : \"https://sandbox.familysearch.org/platform/tree/child-and-parents-relationships/{caprid}{?access_token}\",\n
66
- \ \"type\" : \"application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/xml,text/html\",\n
67
- \ \"accept\" : \"application/x-fs-v1+json,application/x-fs-v1+xml\",\n
68
- \ \"allow\" : \"HEAD,GET,POST,DELETE\",\n \"title\" : \"Child-and-Parents
69
- Relationship\"\n },\n \"discussions\" : {\n \"href\" : \"https://sandbox.familysearch.org/platform/discussions/discussions\",\n
70
- \ \"title\" : \"Discussions\"\n },\n \"child-and-parents-relationship-conclusion-template\"
71
- : {\n \"template\" : \"https://sandbox.familysearch.org/platform/tree/child-and-parents-relationships/{caprid}/{role}/conclusions/{cid}{?access_token}\",\n
72
- \ \"type\" : \"application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html\",\n
73
- \ \"accept\" : \"application/x-fs-v1+json,application/x-fs-v1+xml\",\n
74
- \ \"allow\" : \"DELETE\",\n \"title\" : \"FamilySearch Conclusion\"\n
75
- \ },\n \"couple-relationship-conclusion-template\" : {\n \"template\"
76
- : \"https://sandbox.familysearch.org/platform/tree/couple-relationships/{crid}/conclusions/{cid}{?access_token}\",\n
77
- \ \"type\" : \"application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html\",\n
78
- \ \"accept\" : \"application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml\",\n
79
- \ \"allow\" : \"DELETE\",\n \"title\" : \"Conclusion\"\n },\n
80
- \ \"spouse-relationships-template\" : {\n \"template\" : \"https://sandbox.familysearch.org/platform/tree/persons/{pid}/spouse-relationships{?access_token}\",\n
81
- \ \"type\" : \"application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html\",\n
82
- \ \"accept\" : \"application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml\",\n
83
- \ \"allow\" : \"GET\",\n \"title\" : \"Person Relationships\"\n },\n
84
- \ \"person-discussion-references-template\" : {\n \"template\" : \"https://sandbox.familysearch.org/platform/tree/persons/{pid}/discussion-references{?access_token}\",\n
85
- \ \"type\" : \"application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/xml,text/html\",\n
86
- \ \"accept\" : \"application/x-fs-v1+json,application/x-fs-v1+xml\",\n
87
- \ \"allow\" : \"GET,POST\",\n \"title\" : \"Discussion References\"\n
88
- \ },\n \"ancestry-query\" : {\n \"template\" : \"https://sandbox.familysearch.org/platform/tree/ancestry{?access_token,person,spouse}\",\n
89
- \ \"type\" : \"application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html\",\n
90
- \ \"accept\" : \"*/*\",\n \"allow\" : \"GET\",\n \"title\" :
91
- \"Ancestry\"\n },\n \"current-user\" : {\n \"href\" : \"https://sandbox.familysearch.org/platform/users/current\",\n
92
- \ \"title\" : \"Current User\"\n },\n \"discussion-template\" :
93
- {\n \"template\" : \"https://sandbox.familysearch.org/platform/discussions/discussions/{did}{?access_token}\",\n
94
- \ \"type\" : \"application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/xml,text/html\",\n
95
- \ \"accept\" : \"application/x-fs-v1+json,application/x-fs-v1+xml\",\n
96
- \ \"allow\" : \"HEAD,GET,POST,DELETE\",\n \"title\" : \"Discussion\"\n
97
- \ },\n \"discussion-comments-template\" : {\n \"template\" : \"https://sandbox.familysearch.org/platform/discussions/discussions/{did}/comments{?access_token}\",\n
98
- \ \"type\" : \"application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/xml,text/html\",\n
99
- \ \"accept\" : \"application/x-fs-v1+json,application/x-fs-v1+xml\",\n
100
- \ \"allow\" : \"GET,POST\",\n \"title\" : \"Comments\"\n },\n
101
- \ \"person-source-reference-template\" : {\n \"template\" : \"https://sandbox.familysearch.org/platform/tree/persons/{pid}/source-references/{srid}{?access_token}\",\n
102
- \ \"type\" : \"application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html\",\n
103
- \ \"accept\" : \"application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml\",\n
104
- \ \"allow\" : \"DELETE\",\n \"title\" : \"Source Reference\"\n },\n
105
- \ \"couple-relationship-source-references-template\" : {\n \"template\"
106
- : \"https://sandbox.familysearch.org/platform/tree/couple-relationships/{crid}/source-references{?access_token}\",\n
107
- \ \"type\" : \"application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html\",\n
108
- \ \"accept\" : \"application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml\",\n
109
- \ \"allow\" : \"GET,POST\",\n \"title\" : \"Source References\"\n
110
- \ },\n \"child-and-parents-relationship-source-references-template\"
111
- : {\n \"template\" : \"https://sandbox.familysearch.org/platform/tree/child-and-parents-relationships/{caprid}/source-references{?access_token}\",\n
112
- \ \"type\" : \"application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/xml,text/html\",\n
113
- \ \"accept\" : \"application/x-fs-v1+json,application/x-fs-v1+xml\",\n
114
- \ \"allow\" : \"GET,POST\",\n \"title\" : \"Child-and-Parents Source
115
- References\"\n },\n \"person-matches-template\" : {\n \"template\"
116
- : \"https://sandbox.familysearch.org/platform/tree/persons/{pid}/matches{?access_token}\",\n
117
- \ \"type\" : \"application/atom+xml,application/json,application/x-gedcomx-atom+json,application/xml,text/html\",\n
118
- \ \"accept\" : \"*/*\",\n \"allow\" : \"GET\",\n \"title\" :
119
- \"Person Matches\"\n },\n \"parent-relationships-template\" : {\n \"template\"
120
- : \"https://sandbox.familysearch.org/platform/tree/persons/{pid}/parent-relationships{?access_token}\",\n
121
- \ \"type\" : \"application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html\",\n
122
- \ \"accept\" : \"*/*\",\n \"allow\" : \"GET\",\n \"title\" :
123
- \"Person Relationships\"\n },\n \"person-matches-query\" : {\n \"template\"
124
- : \"https://sandbox.familysearch.org/platform/tree/matches{?access_token,count,q}\",\n
125
- \ \"type\" : \"application/atom+xml,application/json,application/x-gedcomx-atom+json,application/xml,text/html\",\n
126
- \ \"accept\" : \"*/*\",\n \"allow\" : \"GET\",\n \"title\" :
127
- \"Person Matches Query\"\n },\n \"child-and-parents-relationships\"
128
- : {\n \"href\" : \"https://sandbox.familysearch.org/platform/tree/child-and-parents-relationships\",\n
129
- \ \"title\" : \"Child-and-Parents Relationships\"\n },\n \"person-template\"
130
- : {\n \"template\" : \"https://sandbox.familysearch.org/platform/tree/persons/{pid}{?access_token}\",\n
131
- \ \"type\" : \"application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html\",\n
132
- \ \"accept\" : \"application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml\",\n
133
- \ \"allow\" : \"HEAD,GET,POST,DELETE,GET,POST\",\n \"title\" : \"Person\"\n
134
- \ },\n \"source-folder-descriptions-template\" : {\n \"template\"
135
- : \"https://sandbox.familysearch.org/platform/sources/folders/{sfid}/descriptions{?access_token,count,start}\",\n
136
- \ \"type\" : \"application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html\",\n
137
- \ \"accept\" : \"application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml\",\n
138
- \ \"allow\" : \"GET,POST\",\n \"title\" : \"Source Descriptions in
139
- a Folder\"\n },\n \"authorities\" : {\n \"href\" : \"https://sandbox.familysearch.org/authorities\"\n
140
- \ },\n \"reservation\" : {\n \"href\" : \"https://sandbox.familysearch.org/reservation\"\n
141
- \ },\n \"person-changes-template\" : {\n \"template\" : \"https://sandbox.familysearch.org/platform/tree/persons/{pid}/changes{?access_token}\",\n
142
- \ \"type\" : \"application/atom+xml,application/json,application/x-gedcomx-atom+json,application/xml,text/html\",\n
143
- \ \"accept\" : \"*/*\",\n \"allow\" : \"GET\",\n \"title\" :
144
- \"Change History\"\n },\n \"fs-identity-v2-login\" : {\n \"href\"
145
- : \"https://sandbox.familysearch.org/identity/v2/login\"\n },\n \"preferred-spouse-relationship-template\"
146
- : {\n \"template\" : \"https://sandbox.familysearch.org/platform/tree/users/{uid}/preferred-spouse-relationships/{pid}{?access_token}\",\n
147
- \ \"type\" : \"application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html\",\n
148
- \ \"accept\" : \"application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml\",\n
149
- \ \"allow\" : \"HEAD,GET,DELETE,PUT\",\n \"title\" : \"Preferred
150
- Relationship\"\n },\n \"descendancy-query\" : {\n \"template\"
151
- : \"https://sandbox.familysearch.org/platform/tree/descendancy{?access_token,person,spouse}\",\n
152
- \ \"type\" : \"application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html\",\n
153
- \ \"accept\" : \"*/*\",\n \"allow\" : \"GET\",\n \"title\" :
154
- \"Descendancy\"\n },\n \"couple-relationship-notes-template\" : {\n
155
- \ \"template\" : \"https://sandbox.familysearch.org/platform/tree/couple-relationships/{crid}/notes{?access_token}\",\n
156
- \ \"type\" : \"application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html\",\n
157
- \ \"accept\" : \"application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml\",\n
158
- \ \"allow\" : \"GET,POST\",\n \"title\" : \"Notes\"\n },\n \"folders\"
159
- : {\n \"href\" : \"https://sandbox.familysearch.org/platform/sources/folders\",\n
160
- \ \"title\" : \"Source Folders\"\n },\n \"source-folder-descriptions-trashbin-template\"
161
- : {\n \"template\" : \"https://sandbox.familysearch.org/platform/sources/folders/{sfid}/descriptions/trashbin{?access_token}\",\n
162
- \ \"type\" : \"application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html\",\n
163
- \ \"accept\" : \"application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml\",\n
164
- \ \"allow\" : \"POST\",\n \"title\" : \"Trashbin for Source Descriptions
165
- in a Folder\"\n },\n \"child-and-parents-relationship-restore-template\"
166
- : {\n \"template\" : \"https://sandbox.familysearch.org/platform/tree/child-and-parents-relationships/{caprid}/restore{?access_token}\",\n
167
- \ \"type\" : \"application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/xml,text/html\",\n
168
- \ \"accept\" : \"application/x-fs-v1+json,application/x-fs-v1+xml\",\n
169
- \ \"allow\" : \"POST\",\n \"title\" : \"Restore\"\n },\n \"fs-parent-relationships-template\"
170
- : {\n \"template\" : \"https://sandbox.familysearch.org/platform/tree/persons/{pid}/fs-parent-relationships{?access_token}\",\n
171
- \ \"type\" : \"application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/xml,text/html\",\n
172
- \ \"accept\" : \"*/*\",\n \"allow\" : \"GET\",\n \"title\" :
173
- \"FamilySearch Person Relationships\"\n },\n \"http://oauth.net/core/2.0/endpoint/token\"
174
- : {\n \"href\" : \"https://sandbox.familysearch.org/cis-web/oauth2/v3/token\"\n
175
- \ },\n \"http://oauth.net/core/2.0/endpoint/authorize\" : {\n \"href\"
176
- : \"https://sandbox.familysearch.org/cis-web/oauth2/v3/authorization\"\n },\n
177
- \ \"person-merge-template\" : {\n \"template\" : \"https://sandbox.familysearch.org/platform/tree/persons/{pid}/merges/{dpid}{?access_token,filter}\",\n
178
- \ \"type\" : \"application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/xml,text/html\",\n
179
- \ \"accept\" : \"application/x-fs-v1+json,application/x-fs-v1+xml\",\n
180
- \ \"allow\" : \"OPTIONS,GET,POST\",\n \"title\" : \"Person Merge\"\n
181
- \ },\n \"person-source-references-template\" : {\n \"template\"
182
- : \"https://sandbox.familysearch.org/platform/tree/persons/{pid}/source-references{?access_token}\",\n
183
- \ \"type\" : \"application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html\",\n
184
- \ \"accept\" : \"application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml\",\n
185
- \ \"allow\" : \"GET,POST\",\n \"title\" : \"Source References\"\n
186
- \ },\n \"user-source-folders-template\" : {\n \"template\" : \"https://sandbox.familysearch.org/platform/sources/{uid}/folders{?access_token}\",\n
187
- \ \"type\" : \"application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/xml,text/html\",\n
188
- \ \"accept\" : \"application/x-fs-v1+json,application/x-fs-v1+xml\",\n
189
- \ \"allow\" : \"GET\",\n \"title\" : \"User Source Folders\"\n },\n
190
- \ \"discussion-comment-template\" : {\n \"template\" : \"https://sandbox.familysearch.org/platform/discussions/discussions/{did}/comments/{cmid}{?access_token}\",\n
191
- \ \"type\" : \"application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/xml,text/html\",\n
192
- \ \"accept\" : \"application/x-fs-v1+json,application/x-fs-v1+xml\",\n
193
- \ \"allow\" : \"DELETE\",\n \"title\" : \"Comment\"\n },\n \"person-with-relationships-query\"
194
- : {\n \"template\" : \"https://sandbox.familysearch.org/platform/tree/persons-with-relationships{?access_token,person}\",\n
195
- \ \"type\" : \"application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/xml,text/html\",\n
196
- \ \"accept\" : \"*/*\",\n \"allow\" : \"GET\",\n \"title\" :
197
- \"Person With Relationships\"\n },\n \"child-and-parents-relationship-note-template\"
198
- : {\n \"template\" : \"https://sandbox.familysearch.org/platform/tree/child-and-parents-relationships/{caprid}/notes/{nid}{?access_token}\",\n
199
- \ \"type\" : \"application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/xml,text/html\",\n
200
- \ \"accept\" : \"application/x-fs-v1+json,application/x-fs-v1+xml\",\n
201
- \ \"allow\" : \"GET,POST,DELETE\",\n \"title\" : \"Note\"\n },\n
202
- \ \"change-restore-template\" : {\n \"template\" : \"https://sandbox.familysearch.org/platform/tree/changes/{chid}/restore{?access_token}\",\n
203
- \ \"type\" : \"application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/xml,text/html\",\n
204
- \ \"accept\" : \"application/x-fs-v1+json,application/x-fs-v1+xml\",\n
205
- \ \"allow\" : \"POST\",\n \"title\" : \"Restore\"\n },\n \"preferred-parent-relationship-template\"
206
- : {\n \"template\" : \"https://sandbox.familysearch.org/platform/tree/users/{uid}/preferred-parent-relationships/{pid}{?access_token}\",\n
207
- \ \"type\" : \"application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html\",\n
208
- \ \"accept\" : \"application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml\",\n
209
- \ \"allow\" : \"HEAD,GET,DELETE,PUT\",\n \"title\" : \"Preferred
210
- Relationship\"\n },\n \"person-note-template\" : {\n \"template\"
211
- : \"https://sandbox.familysearch.org/platform/tree/persons/{pid}/notes/{nid}{?access_token}\",\n
212
- \ \"type\" : \"application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html\",\n
213
- \ \"accept\" : \"application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml\",\n
214
- \ \"allow\" : \"GET,POST,DELETE\",\n \"title\" : \"Note\"\n },\n
215
- \ \"child-and-parents-relationship-changes-template\" : {\n \"template\"
216
- : \"https://sandbox.familysearch.org/platform/tree/child-and-parents-relationships/{caprid}/changes{?access_token}\",\n
217
- \ \"type\" : \"application/atom+xml,application/json,application/x-gedcomx-atom+json,application/xml,text/html\",\n
218
- \ \"accept\" : \"*/*\",\n \"allow\" : \"GET\",\n \"title\" :
219
- \"Change History\"\n },\n \"child-and-parents-relationship-notes-template\"
220
- : {\n \"template\" : \"https://sandbox.familysearch.org/platform/tree/child-and-parents-relationships/{caprid}/notes{?access_token}\",\n
221
- \ \"type\" : \"application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/xml,text/html\",\n
222
- \ \"accept\" : \"application/x-fs-v1+json,application/x-fs-v1+xml\",\n
223
- \ \"allow\" : \"GET,POST\",\n \"title\" : \"Child-and-Parents Notes\"\n
224
- \ },\n \"registration\" : {\n \"href\" : \"https://sandbox.familysearch.org/cis-web/pages/registration/registration.html\"\n
225
- \ },\n \"persons\" : {\n \"href\" : \"https://sandbox.familysearch.org/platform/tree/persons\",\n
226
- \ \"title\" : \"Persons\"\n },\n \"person-search\" : {\n \"template\"
227
- : \"https://sandbox.familysearch.org/platform/tree/search{?access_token,context,count,q,start}\",\n
228
- \ \"type\" : \"application/atom+xml,application/json,application/x-gedcomx-atom+json,application/xml,text/html\",\n
229
- \ \"accept\" : \"*/*\",\n \"allow\" : \"GET\",\n \"title\" :
230
- \"Person Search\"\n },\n \"fs-identity-v2-permission\" : {\n \"href\"
231
- : \"https://sandbox.familysearch.org/identity/v2/permission\"\n },\n \"couple-relationship-restore-template\"
232
- : {\n \"template\" : \"https://sandbox.familysearch.org/platform/tree/couple-relationships/{crid}/restore{?access_token}\",\n
233
- \ \"type\" : \"application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/xml,text/html\",\n
234
- \ \"accept\" : \"application/x-fs-v1+json,application/x-fs-v1+xml\",\n
235
- \ \"allow\" : \"POST\",\n \"title\" : \"Restore\"\n },\n \"source-folder-template\"
236
- : {\n \"template\" : \"https://sandbox.familysearch.org/platform/sources/folders/{sfid}{?access_token}\",\n
237
- \ \"type\" : \"application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/xml,text/html\",\n
238
- \ \"accept\" : \"application/x-fs-v1+json,application/x-fs-v1+xml\",\n
239
- \ \"allow\" : \"GET,POST,DELETE\",\n \"title\" : \"Source Box Folder\"\n
240
- \ },\n \"child-relationships-template\" : {\n \"template\" : \"https://sandbox.familysearch.org/platform/tree/persons/{pid}/child-relationships{?access_token}\",\n
241
- \ \"type\" : \"application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html\",\n
242
- \ \"accept\" : \"*/*\",\n \"allow\" : \"GET\",\n \"title\" :
243
- \"Person Relationships\"\n },\n \"couple-relationship-changes-template\"
244
- : {\n \"template\" : \"https://sandbox.familysearch.org/platform/tree/couple-relationships/{crid}/changes{?access_token}\",\n
245
- \ \"type\" : \"application/atom+xml,application/json,application/x-gedcomx-atom+json,application/xml,text/html\",\n
246
- \ \"accept\" : \"*/*\",\n \"allow\" : \"GET\",\n \"title\" :
247
- \"Change History\"\n },\n \"agent-template\" : {\n \"template\"
248
- : \"https://sandbox.familysearch.org/platform/users/agents/{uid}{?access_token}\",\n
249
- \ \"type\" : \"application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html\",\n
250
- \ \"accept\" : \"*/*\",\n \"allow\" : \"GET\",\n \"title\" :
251
- \"Agent\"\n },\n \"child-and-parents-relationship-parent-template\"
252
- : {\n \"template\" : \"https://sandbox.familysearch.org/platform/tree/child-and-parents-relationships/{caprid}/{role}{?access_token}\",\n
253
- \ \"type\" : \"application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html\",\n
254
- \ \"accept\" : \"application/x-fs-v1+json,application/x-fs-v1+xml\",\n
255
- \ \"allow\" : \"DELETE\",\n \"title\" : \"Parent Relationship Role\"\n
256
- \ },\n \"fs-identity-v2-logout\" : {\n \"href\" : \"https://sandbox.familysearch.org/identity/v2/logout\"\n
257
- \ },\n \"fs-child-relationships-template\" : {\n \"template\" :
258
- \"https://sandbox.familysearch.org/platform/tree/persons/{pid}/fs-child-relationships{?access_token}\",\n
259
- \ \"type\" : \"application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/xml,text/html\",\n
260
- \ \"accept\" : \"*/*\",\n \"allow\" : \"GET\",\n \"title\" :
261
- \"FamilySearch Person Relationships\"\n },\n \"parent-child-relationship-template\"
262
- : {\n \"template\" : \"https://sandbox.familysearch.org/platform/tree/parent-child-relationships/{caprid}{?access_token}\",\n
263
- \ \"type\" : \"application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html\",\n
264
- \ \"accept\" : \"application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml\",\n
265
- \ \"allow\" : \"HEAD,GET,POST,DELETE,GET,POST\",\n \"title\" : \"Relationship\"\n
266
- \ },\n \"person-discussion-reference-template\" : {\n \"template\"
267
- : \"https://sandbox.familysearch.org/platform/tree/persons/{pid}/discussion-references/{drid}{?access_token}\",\n
268
- \ \"type\" : \"application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/xml,text/html\",\n
269
- \ \"accept\" : \"application/x-fs-v1+json,application/x-fs-v1+xml\",\n
270
- \ \"allow\" : \"DELETE\",\n \"title\" : \"Discussion Reference\"\n
271
- \ },\n \"person-conclusion-template\" : {\n \"template\" : \"https://sandbox.familysearch.org/platform/tree/persons/{pid}/conclusions/{cid}{?access_token}\",\n
272
- \ \"type\" : \"application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html\",\n
273
- \ \"accept\" : \"application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml\",\n
274
- \ \"allow\" : \"DELETE\",\n \"title\" : \"Conclusion\"\n },\n
275
- \ \"child-and-parents-relationship-source-reference-template\" : {\n \"template\"
276
- : \"https://sandbox.familysearch.org/platform/tree/child-and-parents-relationships/{caprid}/source-references/{srid}{?access_token}\",\n
277
- \ \"type\" : \"application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/xml,text/html\",\n
278
- \ \"accept\" : \"application/x-fs-v1+json,application/x-fs-v1+xml\",\n
279
- \ \"allow\" : \"DELETE\",\n \"title\" : \"Child-and-Parents Source
280
- Reference\"\n },\n \"couple-relationships\" : {\n \"href\" : \"https://sandbox.familysearch.org/platform/tree/couple-relationships\",\n
281
- \ \"title\" : \"Relationships\"\n },\n \"source-descriptions\" :
282
- {\n \"href\" : \"https://sandbox.familysearch.org/platform/sources/descriptions\",\n
283
- \ \"title\" : \"Source Descriptions\"\n },\n \"current-user-person\"
284
- : {\n \"href\" : \"https://sandbox.familysearch.org/platform/tree/current-person\",\n
285
- \ \"title\" : \"Current User Person\"\n },\n \"fs-identity-v2-session\"
286
- : {\n \"href\" : \"https://sandbox.familysearch.org/identity/v2/session\"\n
287
- \ },\n \"couple-relationship-template\" : {\n \"template\" : \"https://sandbox.familysearch.org/platform/tree/couple-relationships/{crid}{?access_token}\",\n
288
- \ \"type\" : \"application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html\",\n
289
- \ \"accept\" : \"application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml\",\n
290
- \ \"allow\" : \"HEAD,GET,POST,DELETE,GET,POST\",\n \"title\" : \"Relationship\"\n
291
- \ }\n }\n}"
53
+ encoding: UTF-8
54
+ string: |-
55
+ {
56
+ "links" : {
57
+ "person-change-summary-template" : {
58
+ "template" : "https://sandbox.familysearch.org/platform/tree/persons/{pid}/change-summary{?access_token}",
59
+ "type" : "application/atom+xml,application/json,application/x-gedcomx-atom+json,application/xml,text/html",
60
+ "accept" : "*/*",
61
+ "allow" : "GET",
62
+ "title" : "Person Change Summary"
63
+ },
64
+ "memory-personas-template" : {
65
+ "template" : "https://sandbox.familysearch.org/platform/memories/memories/{mid}/personas{?access_token}",
66
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html",
67
+ "accept" : "application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml",
68
+ "allow" : "GET,POST",
69
+ "title" : "Personas"
70
+ },
71
+ "person-notes-template" : {
72
+ "template" : "https://sandbox.familysearch.org/platform/tree/persons/{pid}/notes{?access_token}",
73
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html",
74
+ "accept" : "application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml",
75
+ "allow" : "GET,POST",
76
+ "title" : "Notes"
77
+ },
78
+ "couple-relationship-note-template" : {
79
+ "template" : "https://sandbox.familysearch.org/platform/tree/couple-relationships/{crid}/notes/{nid}{?access_token}",
80
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html",
81
+ "accept" : "application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml",
82
+ "allow" : "GET,POST,DELETE",
83
+ "title" : "Note"
84
+ },
85
+ "person-restore-template" : {
86
+ "template" : "https://sandbox.familysearch.org/platform/tree/persons/{pid}/restore{?access_token}",
87
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/xml,text/html",
88
+ "accept" : "application/x-fs-v1+json,application/x-fs-v1+xml",
89
+ "allow" : "POST",
90
+ "title" : "Restore"
91
+ },
92
+ "couple-relationship-source-reference-template" : {
93
+ "template" : "https://sandbox.familysearch.org/platform/tree/couple-relationships/{crid}/source-references/{srid}{?access_token}",
94
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html",
95
+ "accept" : "application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml",
96
+ "allow" : "DELETE",
97
+ "title" : "Source Reference"
98
+ },
99
+ "source-description-template" : {
100
+ "template" : "https://sandbox.familysearch.org/platform/sources/descriptions/{sdid}{?access_token}",
101
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html",
102
+ "accept" : "application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml",
103
+ "allow" : "HEAD,GET,POST,DELETE",
104
+ "title" : "Source Description"
105
+ },
106
+ "child-and-parents-relationship-template" : {
107
+ "template" : "https://sandbox.familysearch.org/platform/tree/child-and-parents-relationships/{caprid}{?access_token,persons}",
108
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/xml,text/html",
109
+ "accept" : "application/x-fs-v1+json,application/x-fs-v1+xml",
110
+ "allow" : "HEAD,GET,POST,DELETE",
111
+ "title" : "Child-and-Parents Relationship"
112
+ },
113
+ "discussions" : {
114
+ "href" : "https://sandbox.familysearch.org/platform/discussions/discussions",
115
+ "title" : "Discussions"
116
+ },
117
+ "child-and-parents-relationship-conclusion-template" : {
118
+ "template" : "https://sandbox.familysearch.org/platform/tree/child-and-parents-relationships/{caprid}/{role}/conclusions/{cid}{?access_token}",
119
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html",
120
+ "accept" : "application/x-fs-v1+json,application/x-fs-v1+xml",
121
+ "allow" : "DELETE",
122
+ "title" : "FamilySearch Conclusion"
123
+ },
124
+ "couple-relationship-conclusion-template" : {
125
+ "template" : "https://sandbox.familysearch.org/platform/tree/couple-relationships/{crid}/conclusions/{cid}{?access_token}",
126
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html",
127
+ "accept" : "application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml",
128
+ "allow" : "DELETE",
129
+ "title" : "Conclusion"
130
+ },
131
+ "spouse-relationships-template" : {
132
+ "template" : "https://sandbox.familysearch.org/platform/tree/persons/{pid}/spouse-relationships{?access_token,persons}",
133
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html",
134
+ "accept" : "application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml",
135
+ "allow" : "GET",
136
+ "title" : "Person Spouse Relationships"
137
+ },
138
+ "person-discussion-references-template" : {
139
+ "template" : "https://sandbox.familysearch.org/platform/tree/persons/{pid}/discussion-references{?access_token}",
140
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/xml,text/html",
141
+ "accept" : "application/x-fs-v1+json,application/x-fs-v1+xml",
142
+ "allow" : "GET,POST",
143
+ "title" : "Discussion References"
144
+ },
145
+ "ancestry-query" : {
146
+ "template" : "https://sandbox.familysearch.org/platform/tree/ancestry{?access_token,generations,marriageDetails,person,personDetails,spouse}",
147
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html",
148
+ "accept" : "*/*",
149
+ "allow" : "GET",
150
+ "title" : "Ancestry"
151
+ },
152
+ "memory-persona-template" : {
153
+ "template" : "https://sandbox.familysearch.org/platform/memories/memories/{mid}/personas/{pid}{?access_token}",
154
+ "type" : "*/*",
155
+ "accept" : "*/*",
156
+ "allow" : "DELETE",
157
+ "title" : "Persona"
158
+ },
159
+ "user-collections" : {
160
+ "href" : "https://sandbox.familysearch.org/platform/sources/collections",
161
+ "title" : "User-Defined Collections"
162
+ },
163
+ "current-user" : {
164
+ "href" : "https://sandbox.familysearch.org/platform/users/current",
165
+ "title" : "Current User"
166
+ },
167
+ "discussion-template" : {
168
+ "template" : "https://sandbox.familysearch.org/platform/discussions/discussions/{did}{?access_token}",
169
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/xml,text/html",
170
+ "accept" : "application/x-fs-v1+json,application/x-fs-v1+xml",
171
+ "allow" : "HEAD,GET,POST,DELETE",
172
+ "title" : "Discussion"
173
+ },
174
+ "memory-comments-template" : {
175
+ "template" : "https://sandbox.familysearch.org/platform/memories/memories/{mid}/comments{?access_token}",
176
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/xml,text/html",
177
+ "accept" : "application/x-fs-v1+json,application/x-fs-v1+xml",
178
+ "allow" : "GET,POST",
179
+ "title" : "Comments"
180
+ },
181
+ "person-portrait-template" : {
182
+ "template" : "https://sandbox.familysearch.org/platform/tree/persons/{pid}/portrait{?access_token,default}",
183
+ "type" : "*/*",
184
+ "accept" : "*/*",
185
+ "allow" : "GET",
186
+ "title" : "Person Memories Portrait"
187
+ },
188
+ "discussion-comments-template" : {
189
+ "template" : "https://sandbox.familysearch.org/platform/discussions/discussions/{did}/comments{?access_token}",
190
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/xml,text/html",
191
+ "accept" : "application/x-fs-v1+json,application/x-fs-v1+xml",
192
+ "allow" : "GET,POST",
193
+ "title" : "Comments"
194
+ },
195
+ "memory-template" : {
196
+ "template" : "https://sandbox.familysearch.org/platform/memories/memories/{mid}{?access_token}",
197
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html",
198
+ "accept" : "application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml",
199
+ "allow" : "HEAD,GET,POST,DELETE",
200
+ "title" : "Artifact Description"
201
+ },
202
+ "person-source-reference-template" : {
203
+ "template" : "https://sandbox.familysearch.org/platform/tree/persons/{pid}/source-references/{srid}{?access_token}",
204
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html",
205
+ "accept" : "application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml",
206
+ "allow" : "DELETE",
207
+ "title" : "Source Reference"
208
+ },
209
+ "couple-relationship-source-references-template" : {
210
+ "template" : "https://sandbox.familysearch.org/platform/tree/couple-relationships/{crid}/source-references{?access_token}",
211
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html",
212
+ "accept" : "application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml",
213
+ "allow" : "GET,POST",
214
+ "title" : "Source References"
215
+ },
216
+ "child-and-parents-relationship-source-references-template" : {
217
+ "template" : "https://sandbox.familysearch.org/platform/tree/child-and-parents-relationships/{caprid}/source-references{?access_token}",
218
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/xml,text/html",
219
+ "accept" : "application/x-fs-v1+json,application/x-fs-v1+xml",
220
+ "allow" : "GET,POST",
221
+ "title" : "Child-and-Parents Source References"
222
+ },
223
+ "person-matches-template" : {
224
+ "template" : "https://sandbox.familysearch.org/platform/tree/persons/{pid}/matches{?access_token}",
225
+ "type" : "application/atom+xml,application/json,application/x-gedcomx-atom+json,application/xml,text/html",
226
+ "accept" : "*/*",
227
+ "allow" : "GET",
228
+ "title" : "Person Matches"
229
+ },
230
+ "person-matches-query" : {
231
+ "template" : "https://sandbox.familysearch.org/platform/tree/matches{?access_token,candidateId,count,q}",
232
+ "type" : "application/atom+xml,application/json,application/x-gedcomx-atom+json,application/xml,text/html",
233
+ "accept" : "*/*",
234
+ "allow" : "GET",
235
+ "title" : "Person Matches Query"
236
+ },
237
+ "parent-relationships-template" : {
238
+ "template" : "https://sandbox.familysearch.org/platform/tree/persons/{pid}/parent-relationships{?access_token,persons}",
239
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html",
240
+ "accept" : "*/*",
241
+ "allow" : "GET",
242
+ "title" : "Person Parent Relationships"
243
+ },
244
+ "child-and-parents-relationships" : {
245
+ "href" : "https://sandbox.familysearch.org/platform/tree/child-and-parents-relationships",
246
+ "title" : "Child-and-Parents Relationships"
247
+ },
248
+ "person-template" : {
249
+ "template" : "https://sandbox.familysearch.org/platform/tree/persons/{pid}{?access_token}",
250
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html",
251
+ "accept" : "application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml",
252
+ "allow" : "HEAD,GET,POST,DELETE,GET,POST",
253
+ "title" : "Person"
254
+ },
255
+ "user-collections-source-descriptions-for-user-template" : {
256
+ "template" : "https://sandbox.familysearch.org/platform/sources/{uid}/collections/descriptions{?access_token,count,start}",
257
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html",
258
+ "accept" : "application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml",
259
+ "allow" : "GET,DELETE",
260
+ "title" : "User-Defined Collections Source Descriptions for a User"
261
+ },
262
+ "user-memories-query" : {
263
+ "template" : "https://sandbox.familysearch.org/platform/memories/users/{cisUserId}/memories{?access_token,count,start}",
264
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html",
265
+ "accept" : "application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml",
266
+ "allow" : "GET",
267
+ "title" : "User Artifacts"
268
+ },
269
+ "authorities" : {
270
+ "href" : "https://sandbox.familysearch.org/authorities"
271
+ },
272
+ "reservation" : {
273
+ "href" : "https://sandbox.familysearch.org/reservation"
274
+ },
275
+ "person-changes-template" : {
276
+ "template" : "https://sandbox.familysearch.org/platform/tree/persons/{pid}/changes{?access_token,count,from}",
277
+ "type" : "application/atom+xml,application/json,application/x-gedcomx-atom+json,application/xml,text/html",
278
+ "accept" : "*/*",
279
+ "allow" : "HEAD,GET",
280
+ "title" : "Change History"
281
+ },
282
+ "memories" : {
283
+ "href" : "https://sandbox.familysearch.org/platform/memories/memories",
284
+ "title" : "Artifacts"
285
+ },
286
+ "user-collection-template" : {
287
+ "template" : "https://sandbox.familysearch.org/platform/sources/collections/{udcid}{?access_token}",
288
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html",
289
+ "accept" : "application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml",
290
+ "allow" : "GET,POST,DELETE",
291
+ "title" : "User-Defined Collection"
292
+ },
293
+ "fs-identity-v2-login" : {
294
+ "href" : "https://sandbox.familysearch.org/identity/v2/login"
295
+ },
296
+ "preferred-spouse-relationship-template" : {
297
+ "template" : "https://sandbox.familysearch.org/platform/tree/users/{uid}/preferred-spouse-relationships/{pid}{?access_token}",
298
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html",
299
+ "accept" : "application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml",
300
+ "allow" : "HEAD,GET,DELETE,PUT",
301
+ "title" : "Preferred Relationship"
302
+ },
303
+ "descendancy-query" : {
304
+ "template" : "https://sandbox.familysearch.org/platform/tree/descendancy{?access_token,generations,marriageDetails,person,personDetails,spouse}",
305
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html",
306
+ "accept" : "*/*",
307
+ "allow" : "GET",
308
+ "title" : "Descendancy"
309
+ },
310
+ "couple-relationship-notes-template" : {
311
+ "template" : "https://sandbox.familysearch.org/platform/tree/couple-relationships/{crid}/notes{?access_token}",
312
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html",
313
+ "accept" : "application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml",
314
+ "allow" : "GET,POST",
315
+ "title" : "Notes"
316
+ },
317
+ "memory-comment-template" : {
318
+ "template" : "https://sandbox.familysearch.org/platform/memories/memories/{mid}/comments/{cmid}{?access_token}",
319
+ "type" : "*/*",
320
+ "accept" : "*/*",
321
+ "allow" : "DELETE",
322
+ "title" : "Comment"
323
+ },
324
+ "child-and-parents-relationship-restore-template" : {
325
+ "template" : "https://sandbox.familysearch.org/platform/tree/child-and-parents-relationships/{caprid}/restore{?access_token}",
326
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/xml,text/html",
327
+ "accept" : "application/x-fs-v1+json,application/x-fs-v1+xml",
328
+ "allow" : "POST",
329
+ "title" : "Restore"
330
+ },
331
+ "fs-parent-relationships-template" : {
332
+ "template" : "https://sandbox.familysearch.org/platform/tree/persons/{pid}/fs-parent-relationships{?access_token,persons}",
333
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/xml,text/html",
334
+ "accept" : "*/*",
335
+ "allow" : "GET",
336
+ "title" : "FamilySearch Person Relationships"
337
+ },
338
+ "memory-artifact-template" : {
339
+ "template" : "https://sandbox.familysearch.org/platform/memories/memories/{mid}/artifacts/{aid}{?access_token}",
340
+ "type" : "*/*",
341
+ "accept" : "*/*",
342
+ "allow" : "GET",
343
+ "title" : "Artifact"
344
+ },
345
+ "http://oauth.net/core/2.0/endpoint/token" : {
346
+ "href" : "https://sandbox.familysearch.org/cis-web/oauth2/v3/token",
347
+ "title" : "Access Token"
348
+ },
349
+ "http://oauth.net/core/2.0/endpoint/authorize" : {
350
+ "href" : "https://sandbox.familysearch.org/cis-web/oauth2/v3/authorization",
351
+ "title" : "Authorization"
352
+ },
353
+ "person-merge-template" : {
354
+ "template" : "https://sandbox.familysearch.org/platform/tree/persons/{pid}/merges/{dpid}{?access_token,filter}",
355
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/xml,text/html",
356
+ "accept" : "application/x-fs-v1+json,application/x-fs-v1+xml",
357
+ "allow" : "OPTIONS,GET,POST",
358
+ "title" : "Person Merge"
359
+ },
360
+ "person-source-references-template" : {
361
+ "template" : "https://sandbox.familysearch.org/platform/tree/persons/{pid}/source-references{?access_token}",
362
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html",
363
+ "accept" : "application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml",
364
+ "allow" : "GET,POST",
365
+ "title" : "Source References"
366
+ },
367
+ "discussion-comment-template" : {
368
+ "template" : "https://sandbox.familysearch.org/platform/discussions/discussions/{did}/comments/{cmid}{?access_token}",
369
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/xml,text/html",
370
+ "accept" : "application/x-fs-v1+json,application/x-fs-v1+xml",
371
+ "allow" : "DELETE",
372
+ "title" : "Comment"
373
+ },
374
+ "relationships" : {
375
+ "href" : "https://sandbox.familysearch.org/platform/tree/relationships",
376
+ "title" : "Relationships"
377
+ },
378
+ "preferred-portrait-template" : {
379
+ "template" : "https://sandbox.familysearch.org/platform/tree/users/{uid}/preferred-portraits/{pid}"
380
+ },
381
+ "person-with-relationships-query" : {
382
+ "template" : "https://sandbox.familysearch.org/platform/tree/persons-with-relationships{?access_token,person,persons}",
383
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html",
384
+ "accept" : "*/*",
385
+ "allow" : "GET",
386
+ "title" : "Person With Relationships"
387
+ },
388
+ "person-memories-query" : {
389
+ "template" : "https://sandbox.familysearch.org/platform/tree/persons/{pid}/memories{?access_token,count,start,type}",
390
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html",
391
+ "accept" : "application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml",
392
+ "allow" : "GET",
393
+ "title" : "Artifacts Query"
394
+ },
395
+ "child-and-parents-relationship-note-template" : {
396
+ "template" : "https://sandbox.familysearch.org/platform/tree/child-and-parents-relationships/{caprid}/notes/{nid}{?access_token}",
397
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/xml,text/html",
398
+ "accept" : "application/x-fs-v1+json,application/x-fs-v1+xml",
399
+ "allow" : "GET,POST,DELETE",
400
+ "title" : "Note"
401
+ },
402
+ "change-restore-template" : {
403
+ "template" : "https://sandbox.familysearch.org/platform/tree/changes/{chid}/restore{?access_token}",
404
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/xml,text/html",
405
+ "accept" : "application/x-fs-v1+json,application/x-fs-v1+xml",
406
+ "allow" : "POST",
407
+ "title" : "Restore"
408
+ },
409
+ "preferred-parent-relationship-template" : {
410
+ "template" : "https://sandbox.familysearch.org/platform/tree/users/{uid}/preferred-parent-relationships/{pid}{?access_token}",
411
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html",
412
+ "accept" : "application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml",
413
+ "allow" : "HEAD,GET,DELETE,PUT",
414
+ "title" : "Preferred Relationship"
415
+ },
416
+ "person-note-template" : {
417
+ "template" : "https://sandbox.familysearch.org/platform/tree/persons/{pid}/notes/{nid}{?access_token}",
418
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html",
419
+ "accept" : "application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml",
420
+ "allow" : "GET,POST,DELETE",
421
+ "title" : "Note"
422
+ },
423
+ "child-and-parents-relationship-changes-template" : {
424
+ "template" : "https://sandbox.familysearch.org/platform/tree/child-and-parents-relationships/{caprid}/changes{?access_token,count,from}",
425
+ "type" : "application/atom+xml,application/json,application/x-gedcomx-atom+json,application/xml,text/html",
426
+ "accept" : "*/*",
427
+ "allow" : "HEAD,GET",
428
+ "title" : "Change History"
429
+ },
430
+ "child-and-parents-relationship-notes-template" : {
431
+ "template" : "https://sandbox.familysearch.org/platform/tree/child-and-parents-relationships/{caprid}/notes{?access_token}",
432
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/xml,text/html",
433
+ "accept" : "application/x-fs-v1+json,application/x-fs-v1+xml",
434
+ "allow" : "GET,POST",
435
+ "title" : "Child-and-Parents Notes"
436
+ },
437
+ "registration" : {
438
+ "href" : "https://sandbox.familysearch.org/cis-web/pages/registration/registration.html"
439
+ },
440
+ "pending-modifications" : {
441
+ "href" : "https://sandbox.familysearch.org/platform/pending-modifications",
442
+ "title" : "Pending Modifications"
443
+ },
444
+ "persons" : {
445
+ "href" : "https://sandbox.familysearch.org/platform/tree/persons",
446
+ "title" : "Persons"
447
+ },
448
+ "person-search" : {
449
+ "template" : "https://sandbox.familysearch.org/platform/tree/search{?access_token,context,count,q,start}",
450
+ "type" : "application/atom+xml,application/json,application/x-gedcomx-atom+json,application/xml,text/html",
451
+ "accept" : "*/*",
452
+ "allow" : "GET",
453
+ "title" : "Person Search"
454
+ },
455
+ "fs-identity-v2-permission" : {
456
+ "href" : "https://sandbox.familysearch.org/identity/v2/permission"
457
+ },
458
+ "couple-relationship-restore-template" : {
459
+ "template" : "https://sandbox.familysearch.org/platform/tree/couple-relationships/{crid}/restore{?access_token}",
460
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/xml,text/html",
461
+ "accept" : "application/x-fs-v1+json,application/x-fs-v1+xml",
462
+ "allow" : "POST",
463
+ "title" : "Restore"
464
+ },
465
+ "memory-artifact-reference-template" : {
466
+ "template" : "https://sandbox.familysearch.org/platform/memories/memories/{mid}/personas/{pid}/artifact-references/{arid}{?access_token}",
467
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html",
468
+ "accept" : "application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml",
469
+ "allow" : "DELETE",
470
+ "title" : "Media Reference"
471
+ },
472
+ "child-relationships-template" : {
473
+ "template" : "https://sandbox.familysearch.org/platform/tree/persons/{pid}/child-relationships{?access_token,persons}",
474
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html",
475
+ "accept" : "*/*",
476
+ "allow" : "GET",
477
+ "title" : "Person Child Relationships"
478
+ },
479
+ "couple-relationship-changes-template" : {
480
+ "template" : "https://sandbox.familysearch.org/platform/tree/couple-relationships/{crid}/changes{?access_token,count,from}",
481
+ "type" : "application/atom+xml,application/json,application/x-gedcomx-atom+json,application/xml,text/html",
482
+ "accept" : "*/*",
483
+ "allow" : "HEAD,GET",
484
+ "title" : "Change History"
485
+ },
486
+ "agent-template" : {
487
+ "template" : "https://sandbox.familysearch.org/platform/users/agents/{uid}{?access_token}",
488
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html",
489
+ "accept" : "*/*",
490
+ "allow" : "GET",
491
+ "title" : "Agent"
492
+ },
493
+ "child-and-parents-relationship-parent-template" : {
494
+ "template" : "https://sandbox.familysearch.org/platform/tree/child-and-parents-relationships/{caprid}/{role}{?access_token}",
495
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html",
496
+ "accept" : "application/x-fs-v1+json,application/x-fs-v1+xml",
497
+ "allow" : "DELETE",
498
+ "title" : "Parent Relationship Role"
499
+ },
500
+ "fs-identity-v2-logout" : {
501
+ "href" : "https://sandbox.familysearch.org/identity/v2/logout"
502
+ },
503
+ "fs-child-relationships-template" : {
504
+ "template" : "https://sandbox.familysearch.org/platform/tree/persons/{pid}/fs-child-relationships{?access_token,persons}",
505
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/xml,text/html",
506
+ "accept" : "*/*",
507
+ "allow" : "GET",
508
+ "title" : "FamilySearch Person Relationships"
509
+ },
510
+ "parent-child-relationship-template" : {
511
+ "template" : "https://sandbox.familysearch.org/platform/tree/parent-child-relationships/{caprid}{?access_token}",
512
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html",
513
+ "accept" : "application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml",
514
+ "allow" : "HEAD,GET,POST,DELETE,GET,POST",
515
+ "title" : "Relationship"
516
+ },
517
+ "person-discussion-reference-template" : {
518
+ "template" : "https://sandbox.familysearch.org/platform/tree/persons/{pid}/discussion-references/{drid}{?access_token}",
519
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/xml,text/html",
520
+ "accept" : "application/x-fs-v1+json,application/x-fs-v1+xml",
521
+ "allow" : "DELETE",
522
+ "title" : "Discussion Reference"
523
+ },
524
+ "person-memory-persona-references-template" : {
525
+ "template" : "https://sandbox.familysearch.org/platform/tree/persons/{pid}/memory-references{?access_token}",
526
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html",
527
+ "accept" : "application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml",
528
+ "allow" : "GET,POST",
529
+ "title" : "Persona References"
530
+ },
531
+ "person-conclusion-template" : {
532
+ "template" : "https://sandbox.familysearch.org/platform/tree/persons/{pid}/conclusions/{cid}{?access_token}",
533
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html",
534
+ "accept" : "application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml",
535
+ "allow" : "DELETE",
536
+ "title" : "Conclusion"
537
+ },
538
+ "child-and-parents-relationship-source-reference-template" : {
539
+ "template" : "https://sandbox.familysearch.org/platform/tree/child-and-parents-relationships/{caprid}/source-references/{srid}{?access_token}",
540
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/xml,text/html",
541
+ "accept" : "application/x-fs-v1+json,application/x-fs-v1+xml",
542
+ "allow" : "DELETE",
543
+ "title" : "Child-and-Parents Source Reference"
544
+ },
545
+ "person-memory-persona-reference-template" : {
546
+ "template" : "https://sandbox.familysearch.org/platform/tree/persons/{pid}/memory-references/{erid}{?access_token}",
547
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html",
548
+ "accept" : "application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml",
549
+ "allow" : "DELETE",
550
+ "title" : "Persona Reference"
551
+ },
552
+ "couple-relationships" : {
553
+ "href" : "https://sandbox.familysearch.org/platform/tree/couple-relationships",
554
+ "title" : "Relationships"
555
+ },
556
+ "user-collections-for-user-template" : {
557
+ "template" : "https://sandbox.familysearch.org/platform/sources/{uid}/collections{?access_token}",
558
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html",
559
+ "accept" : "application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml",
560
+ "allow" : "GET",
561
+ "title" : "User-Defined Collections for a User"
562
+ },
563
+ "source-descriptions" : {
564
+ "href" : "https://sandbox.familysearch.org/platform/sources/descriptions",
565
+ "title" : "Source Descriptions"
566
+ },
567
+ "user-collection-source-descriptions-template" : {
568
+ "template" : "https://sandbox.familysearch.org/platform/sources/collections/{udcid}/descriptions{?access_token,count,start}",
569
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html",
570
+ "accept" : "application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml",
571
+ "allow" : "GET,POST",
572
+ "title" : "User-Defined Collection Source Descriptions"
573
+ },
574
+ "current-user-person" : {
575
+ "href" : "https://sandbox.familysearch.org/platform/tree/current-person",
576
+ "title" : "Current User Person"
577
+ },
578
+ "fs-identity-v2-session" : {
579
+ "href" : "https://sandbox.familysearch.org/identity/v2/session"
580
+ },
581
+ "couple-relationship-template" : {
582
+ "template" : "https://sandbox.familysearch.org/platform/tree/couple-relationships/{crid}{?access_token,persons}",
583
+ "type" : "application/json,application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml,application/xml,text/html",
584
+ "accept" : "application/x-fs-v1+json,application/x-fs-v1+xml,application/x-gedcomx-v1+json,application/x-gedcomx-v1+xml",
585
+ "allow" : "HEAD,GET,POST,DELETE,GET,POST",
586
+ "title" : "Relationship"
587
+ }
588
+ }
589
+ }
292
590
  http_version:
293
- recorded_at: Tue, 26 Mar 2013 15:16:59 GMT
591
+ recorded_at: Wed, 05 Feb 2014 04:32:00 GMT
294
592
  - request:
295
593
  method: get
296
594
  uri: https://api-user-1241:1782@sandbox.familysearch.org/identity/v2/login?dataFormat=application/json&key=WCQY-7J1Q-GKVV-7DNM-SQ5M-9Q5H-JX3H-CMJK
@@ -299,69 +597,62 @@ http_interactions:
299
597
  string: ''
300
598
  headers:
301
599
  Accept:
302
- - application/x-fs-v1+json
600
+ - application/x-fs-v1+json,application/x-gedcomx-atom+json,application/json
303
601
  User-Agent:
304
- - Faraday v0.8.7
602
+ - Faraday v0.8.9
305
603
  Accept-Encoding:
306
604
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
307
605
  response:
308
606
  status:
309
607
  code: 200
310
- message: !binary |-
311
- T0s=
608
+ message: OK
312
609
  headers:
313
- !binary "U2VydmVy":
314
- - !binary |-
315
- QXBhY2hlLUNveW90ZS8xLjE=
316
- !binary "QXBwLVN2ci1JZA==":
317
- - !binary |-
318
- MTAwLi0yOQ==
319
- !binary "UHJhZ21h":
320
- - !binary |-
321
- bm8tY2FjaGU=
322
- !binary "RXhwaXJlcw==":
323
- - !binary |-
324
- VGh1LCAwMSBKYW4gMTk3MCAwMDowMDowMCBHTVQ=
325
- !binary "Q2FjaGUtQ29udHJvbA==":
326
- - !binary |-
327
- bm8tY2FjaGU=
328
- - !binary |-
329
- bm8tc3RvcmU=
330
- !binary "U2V0LUNvb2tpZQ==":
331
- - !binary |-
332
- ZnNzZXNzaW9uaWQ9VVNZU0MxMzIwQ0JCOTdFOTY4OTZFMTUzRTU2MzFGQkNF
333
- MEM3X25iY2ktMDQ1LTAzNC5kLnVzeXMuZnNnbG9iYWwubmV0OyBQYXRoPS8=
334
- !binary "WC1Qcm9jZXNzaW5nLVRpbWU=":
335
- - !binary |-
336
- MjExNQ==
337
- !binary "Q29udGVudC1FbmNvZGluZw==":
338
- - !binary |-
339
- Z3ppcA==
340
- !binary "Q29udGVudC1UeXBl":
341
- - !binary |-
342
- YXBwbGljYXRpb24vanNvbjtjaGFyc2V0PXV0Zi04
343
- !binary "Q29udGVudC1MYW5ndWFnZQ==":
344
- - !binary |-
345
- ZW4tVVM=
346
- !binary "Q29udGVudC1MZW5ndGg=":
347
- - !binary |-
348
- MTkw
349
- !binary "RGF0ZQ==":
350
- - !binary |-
351
- VHVlLCAyNiBNYXIgMjAxMyAxNToxNzowMyBHTVQ=
352
- !binary "Q29ubmVjdGlvbg==":
353
- - !binary |-
354
- Y2xvc2U=
610
+ Server:
611
+ - Apache-Coyote/1.1
612
+ App-Svr-Id:
613
+ - 100.-30
614
+ Pragma:
615
+ - no-cache
616
+ Expires:
617
+ - Thu, 01 Jan 1970 00:00:00 GMT
618
+ Cache-Control:
619
+ - no-cache
620
+ - no-store
621
+ Set-Cookie:
622
+ - fssessionid=USYSE9666F26398829E56D3B55E0864FA261_idses-int01.a.fsglobal.net;
623
+ Path=/
624
+ X-Processing-Time:
625
+ - '851'
626
+ Content-Type:
627
+ - application/json;charset=utf-8
628
+ Content-Language:
629
+ - en-US
630
+ Content-Length:
631
+ - '184'
632
+ Date:
633
+ - Wed, 05 Feb 2014 04:31:33 GMT
634
+ Connection:
635
+ - close
636
+ Access-Control-Allow-Methods:
637
+ - OPTIONS, HEAD, GET, PUT, POST, DELETE
638
+ Access-Control-Allow-Headers:
639
+ - accept, accept-charset, accept-encoding, accept-language, accept-datetime,
640
+ authorization, connection, content-length, content-md5, content-type, date,
641
+ expect, from, host, if-match, if-modified-since, if-none-match, if-range,
642
+ if-unmodified-since, origin, range, referer, singularityjsheader, te, user-agent,
643
+ warning, x-reason, x-requested-with, x-fs-feature-tag
644
+ Access-Control-Expose-Headers:
645
+ - location, link, warning, x-entity-id, content-location, x-processing-time,
646
+ retry-after
647
+ Access-Control-Allow-Origin:
648
+ - '*'
649
+ Access-Control-Max-Age:
650
+ - '604800'
355
651
  body:
356
- encoding: ASCII-8BIT
357
- string: !binary |-
358
- H4sIAAAAAAAAADWNywrCMBBF/yVrGyZJH9ZlQ92IuBAXriTasQZKWjqJUIr/
359
- bnwUZnMP98ydGXnjA+m+QbaRAKs/2CORaSNjhx1bINu40HUr1uAw4s14bBby
360
- xJFs72Jd8oJLEOpzHBTIaJvgH+i8jcq39HMoTnzjzGx8xE7H81ELJUFXVVnU
361
- Zb4u81pkqs5yJbaVrkEXF3e92QTSLAGV8oYHmojfqe36q+m4Qx/X/DTgb+P1
362
- egNUEvgU4AAAAA==
652
+ encoding: UTF-8
653
+ string: '{"statusCode":200,"statusMessage":"OK","status":null,"deprecated":null,"version":"2.7.20131212.2323","authentication":null,"session":{"id":"USYSE9666F26398829E56D3B55E0864FA261_idses-int01.a.fsglobal.net","type":null}}'
363
654
  http_version:
364
- recorded_at: Tue, 26 Mar 2013 15:17:01 GMT
655
+ recorded_at: Wed, 05 Feb 2014 04:32:01 GMT
365
656
  - request:
366
657
  method: get
367
658
  uri: https://sandbox.familysearch.org/platform/tree/current-person
@@ -370,11 +661,11 @@ http_interactions:
370
661
  string: ''
371
662
  headers:
372
663
  Accept:
373
- - application/x-fs-v1+json
664
+ - application/x-fs-v1+json,application/x-gedcomx-atom+json,application/json
374
665
  User-Agent:
375
- - Faraday v0.8.7
666
+ - Faraday v0.8.9
376
667
  Authorization:
377
- - Bearer USYSC1320CBB97E96896E153E5631FBCE0C7_nbci-045-034.d.usys.fsglobal.net
668
+ - Bearer USYSE9666F26398829E56D3B55E0864FA261_idses-int01.a.fsglobal.net
378
669
  Accept-Encoding:
379
670
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
380
671
  response:
@@ -389,20 +680,35 @@ http_interactions:
389
680
  Cache-Control:
390
681
  - no-cache, no-store, no-transform, must-revalidate, max-age=0
391
682
  X-Processing-Time:
392
- - '57'
683
+ - '56'
393
684
  Content-Type:
394
685
  - application/x-fs-v1+json
395
686
  Content-Length:
396
687
  - '0'
397
688
  Date:
398
- - Tue, 26 Mar 2013 15:17:03 GMT
689
+ - Wed, 05 Feb 2014 04:31:35 GMT
399
690
  Connection:
400
691
  - close
692
+ Access-Control-Allow-Methods:
693
+ - OPTIONS, HEAD, GET, PUT, POST, DELETE
694
+ Access-Control-Allow-Headers:
695
+ - accept, accept-charset, accept-encoding, accept-language, accept-datetime,
696
+ authorization, connection, content-length, content-md5, content-type, date,
697
+ expect, from, host, if-match, if-modified-since, if-none-match, if-range,
698
+ if-unmodified-since, origin, range, referer, singularityjsheader, te, user-agent,
699
+ warning, x-reason, x-requested-with, x-fs-feature-tag
700
+ Access-Control-Expose-Headers:
701
+ - location, link, warning, x-entity-id, content-location, x-processing-time,
702
+ retry-after
703
+ Access-Control-Allow-Origin:
704
+ - '*'
705
+ Access-Control-Max-Age:
706
+ - '604800'
401
707
  body:
402
- encoding: US-ASCII
708
+ encoding: UTF-8
403
709
  string: ''
404
710
  http_version:
405
- recorded_at: Tue, 26 Mar 2013 15:17:02 GMT
711
+ recorded_at: Wed, 05 Feb 2014 04:32:02 GMT
406
712
  - request:
407
713
  method: get
408
714
  uri: https://sandbox.familysearch.org/platform/tree/persons/KW3B-N99
@@ -411,11 +717,11 @@ http_interactions:
411
717
  string: ''
412
718
  headers:
413
719
  Accept:
414
- - application/x-fs-v1+json
720
+ - application/x-fs-v1+json,application/x-gedcomx-atom+json,application/json
415
721
  User-Agent:
416
- - Faraday v0.8.7
722
+ - Faraday v0.8.9
417
723
  Authorization:
418
- - Bearer USYSC1320CBB97E96896E153E5631FBCE0C7_nbci-045-034.d.usys.fsglobal.net
724
+ - Bearer USYSE9666F26398829E56D3B55E0864FA261_idses-int01.a.fsglobal.net
419
725
  Accept-Encoding:
420
726
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
421
727
  response:
@@ -426,78 +732,190 @@ http_interactions:
426
732
  Server:
427
733
  - Apache-Coyote/1.1
428
734
  Last-Modified:
429
- - Thu, 05 Jul 2012 14:53:55 GMT
735
+ - Mon, 06 May 2013 17:01:49 GMT
430
736
  Etag:
431
- - W/"880e71cc487ea5c0b06dd149ec388779b98d2297"
737
+ - '"5cba6fc3ce33bab5220aacf531c7286264093557"'
432
738
  Content-Location:
433
739
  - /platform/tree/persons/KW3B-N99
434
740
  Cache-Control:
435
- - no-transform, max-age=3600
741
+ - no-transform, must-revalidate, max-age=0
436
742
  X-Processing-Time:
437
- - '45'
743
+ - '70'
438
744
  Content-Type:
439
745
  - application/x-fs-v1+json
440
746
  Transfer-Encoding:
441
747
  - chunked
442
748
  Date:
443
- - Tue, 26 Mar 2013 15:17:04 GMT
749
+ - Wed, 05 Feb 2014 04:31:35 GMT
444
750
  Connection:
445
751
  - close
752
+ Access-Control-Allow-Methods:
753
+ - OPTIONS, HEAD, GET, PUT, POST, DELETE
754
+ Access-Control-Allow-Headers:
755
+ - accept, accept-charset, accept-encoding, accept-language, accept-datetime,
756
+ authorization, connection, content-length, content-md5, content-type, date,
757
+ expect, from, host, if-match, if-modified-since, if-none-match, if-range,
758
+ if-unmodified-since, origin, range, referer, singularityjsheader, te, user-agent,
759
+ warning, x-reason, x-requested-with, x-fs-feature-tag
760
+ Access-Control-Expose-Headers:
761
+ - location, link, warning, x-entity-id, content-location, x-processing-time,
762
+ retry-after
763
+ Access-Control-Allow-Origin:
764
+ - '*'
765
+ Access-Control-Max-Age:
766
+ - '604800'
446
767
  body:
447
- encoding: US-ASCII
448
- string: ! "{\n \"persons\" : [ {\n \"links\" : {\n \"ancestry\" : {\n
449
- \ \"href\" : \"https://sandbox.familysearch.org/platform/tree/ancestry?person=KW3B-N99\",\n
450
- \ \"title\" : \"Ancestry\"\n },\n \"fs-child-relationships\"
451
- : {\n \"href\" : \"https://sandbox.familysearch.org/platform/tree/persons/KW3B-N99/fs-child-relationships\",\n
452
- \ \"title\" : \"FamilySearch Person Relationships\"\n },\n \"person\"
453
- : {\n \"href\" : \"https://sandbox.familysearch.org/platform/tree/persons/KW3B-N99\",\n
454
- \ \"title\" : \"Person\"\n },\n \"descendancy\" : {\n \"href\"
455
- : \"https://sandbox.familysearch.org/platform/tree/descendancy?person=KW3B-N99\",\n
456
- \ \"title\" : \"Descendancy\"\n },\n \"discussion-references\"
457
- : {\n \"href\" : \"https://sandbox.familysearch.org/platform/tree/persons/KW3B-N99/discussion-references\",\n
458
- \ \"title\" : \"Discussion References\"\n },\n \"person-with-relationships\"
459
- : {\n \"href\" : \"https://sandbox.familysearch.org/platform/tree/persons-with-relationships?person=KW3B-N99\",\n
460
- \ \"title\" : \"Person With Relationships\"\n },\n \"change-history\"
461
- : {\n \"href\" : \"https://sandbox.familysearch.org/platform/tree/persons/KW3B-N99/changes\",\n
462
- \ \"title\" : \"Change History\"\n },\n \"fs-parent-relationships\"
463
- : {\n \"href\" : \"https://sandbox.familysearch.org/platform/tree/persons/KW3B-N99/fs-parent-relationships\",\n
464
- \ \"title\" : \"FamilySearch Person Relationships\"\n },\n \"spouse-relationships\"
465
- : {\n \"href\" : \"https://sandbox.familysearch.org/platform/tree/persons/KW3B-N99/spouse-relationships\",\n
466
- \ \"title\" : \"Person Relationships\"\n },\n \"child-relationships\"
467
- : {\n \"href\" : \"https://sandbox.familysearch.org/platform/tree/persons/KW3B-N99/child-relationships\",\n
468
- \ \"title\" : \"Person Relationships\"\n },\n \"parent-relationships\"
469
- : {\n \"href\" : \"https://sandbox.familysearch.org/platform/tree/persons/KW3B-N99/parent-relationships\",\n
470
- \ \"title\" : \"Person Relationships\"\n },\n \"source-references\"
471
- : {\n \"href\" : \"https://sandbox.familysearch.org/platform/tree/persons/KW3B-N99/source-references\",\n
472
- \ \"title\" : \"Source References\"\n },\n \"notes\" : {\n
473
- \ \"href\" : \"https://sandbox.familysearch.org/platform/tree/persons/KW3B-N99/notes\",\n
474
- \ \"title\" : \"Notes\"\n },\n \"person-matches\" : {\n \"href\"
475
- : \"https://sandbox.familysearch.org/platform/tree/persons/KW3B-N99/matches\",\n
476
- \ \"title\" : \"Person Matches\"\n }\n },\n \"id\" : \"KW3B-N99\",\n
477
- \ \"living\" : true,\n \"gender\" : {\n \"links\" : {\n \"conclusion\"
478
- : {\n \"href\" : \"https://sandbox.familysearch.org/platform/tree/persons/KW3B-N99/conclusions/C.1\",\n
479
- \ \"title\" : \"Conclusion\"\n }\n },\n \"id\" :
480
- \"C.1\",\n \"type\" : \"http://gedcomx.org/Male\"\n },\n \"names\"
481
- : [ {\n \"links\" : {\n \"conclusion\" : {\n \"href\"
482
- : \"https://sandbox.familysearch.org/platform/tree/persons/KW3B-N99/conclusions/C.2\",\n
483
- \ \"title\" : \"Conclusion\"\n }\n },\n \"id\" :
484
- \"C.2\",\n \"type\" : \"http://gedcomx.org/BirthName\",\n \"nameForms\"
485
- : [ {\n \"lang\" : \"i-default\",\n \"fullText\" : \"API User
486
- 1241\",\n \"parts\" : [ {\n \"type\" : \"http://gedcomx.org/Given\",\n
487
- \ \"value\" : \"API User\"\n }, {\n \"type\" : \"http://gedcomx.org/Surname\",\n
488
- \ \"value\" : \"1241\"\n } ]\n } ],\n \"preferred\"
489
- : true\n } ],\n \"facts\" : [ {\n \"links\" : {\n \"conclusion\"
490
- : {\n \"href\" : \"https://sandbox.familysearch.org/platform/tree/persons/KW3B-N99/conclusions/C.3\",\n
491
- \ \"title\" : \"Conclusion\"\n }\n },\n \"id\" :
492
- \"C.3\",\n \"type\" : \"http://gedcomx.org/Birth\",\n \"date\" :
493
- {\n \"original\" : \"01 Apr 1950\",\n \"formal\" : \"+1950-04-01\",\n
494
- \ \"normalized\" : [ {\n \"value\" : \"1 April 1950\"\n }
495
- ]\n },\n \"place\" : {\n \"original\" : \"Utah\",\n \"description\"
496
- : \"#-1013587259\"\n }\n } ],\n \"display\" : {\n \"name\"
497
- : \"API User 1241\",\n \"gender\" : \"Male\",\n \"lifespan\" : \"1950
498
- - \",\n \"birthDate\" : \"1 April 1950\",\n \"birthPlace\" : \"Utah\"\n
499
- \ }\n } ],\n \"places\" : [ {\n \"id\" : \"-1013587259\",\n \"names\"
500
- : [ {\n \"value\" : \"Utah, United States\"\n } ]\n } ]\n}"
768
+ encoding: UTF-8
769
+ string: |-
770
+ {
771
+ "links" : {
772
+ "collection" : {
773
+ "href" : "https://sandbox.familysearch.org/platform/collections/tree",
774
+ "title" : "Collection"
775
+ }
776
+ },
777
+ "persons" : [ {
778
+ "id" : "KW3B-N99",
779
+ "links" : {
780
+ "ancestry" : {
781
+ "href" : "https://sandbox.familysearch.org/platform/tree/ancestry?person=KW3B-N99",
782
+ "title" : "Ancestry"
783
+ },
784
+ "fs-child-relationships" : {
785
+ "href" : "https://sandbox.familysearch.org/platform/tree/persons/KW3B-N99/fs-child-relationships",
786
+ "title" : "FamilySearch Person Relationships"
787
+ },
788
+ "person" : {
789
+ "href" : "https://sandbox.familysearch.org/platform/tree/persons/KW3B-N99",
790
+ "title" : "Person"
791
+ },
792
+ "descendancy" : {
793
+ "href" : "https://sandbox.familysearch.org/platform/tree/descendancy?person=KW3B-N99",
794
+ "title" : "Descendancy"
795
+ },
796
+ "discussion-references" : {
797
+ "href" : "https://sandbox.familysearch.org/platform/tree/persons/KW3B-N99/discussion-references",
798
+ "title" : "Discussion References"
799
+ },
800
+ "person-with-relationships" : {
801
+ "href" : "https://sandbox.familysearch.org/platform/tree/persons-with-relationships?person=KW3B-N99",
802
+ "title" : "Person With Relationships"
803
+ },
804
+ "change-history" : {
805
+ "href" : "https://sandbox.familysearch.org/platform/tree/persons/KW3B-N99/changes",
806
+ "title" : "Change History"
807
+ },
808
+ "evidence-references" : {
809
+ "href" : "https://sandbox.familysearch.org/platform/tree/persons/KW3B-N99/memory-references",
810
+ "title" : "Persona References"
811
+ },
812
+ "fs-parent-relationships" : {
813
+ "href" : "https://sandbox.familysearch.org/platform/tree/persons/KW3B-N99/fs-parent-relationships",
814
+ "title" : "FamilySearch Person Relationships"
815
+ },
816
+ "spouse-relationships" : {
817
+ "href" : "https://sandbox.familysearch.org/platform/tree/persons/KW3B-N99/spouse-relationships",
818
+ "title" : "Person Spouse Relationships"
819
+ },
820
+ "child-relationships" : {
821
+ "href" : "https://sandbox.familysearch.org/platform/tree/persons/KW3B-N99/child-relationships",
822
+ "title" : "Person Child Relationships"
823
+ },
824
+ "portrait" : {
825
+ "href" : "https://sandbox.familysearch.org/platform/tree/persons/KW3B-N99/portrait",
826
+ "title" : "Person Memories Portrait"
827
+ },
828
+ "parent-relationships" : {
829
+ "href" : "https://sandbox.familysearch.org/platform/tree/persons/KW3B-N99/parent-relationships",
830
+ "title" : "Person Parent Relationships"
831
+ },
832
+ "source-references" : {
833
+ "href" : "https://sandbox.familysearch.org/platform/tree/persons/KW3B-N99/source-references",
834
+ "title" : "Source References"
835
+ },
836
+ "matches" : {
837
+ "href" : "https://sandbox.familysearch.org/platform/tree/persons/KW3B-N99/matches",
838
+ "title" : "Person Matches"
839
+ },
840
+ "notes" : {
841
+ "href" : "https://sandbox.familysearch.org/platform/tree/persons/KW3B-N99/notes",
842
+ "title" : "Notes"
843
+ }
844
+ },
845
+ "identifiers" : {
846
+ "http://gedcomx.org/Persistent" : [ "https://sandbox.familysearch.org/ark:/61903/4:1:KW3B-N99" ]
847
+ },
848
+ "living" : true,
849
+ "gender" : {
850
+ "id" : "C.1",
851
+ "links" : {
852
+ "conclusion" : {
853
+ "href" : "https://sandbox.familysearch.org/platform/tree/persons/KW3B-N99/conclusions/C.1",
854
+ "title" : "Conclusion"
855
+ }
856
+ },
857
+ "type" : "http://gedcomx.org/Male"
858
+ },
859
+ "names" : [ {
860
+ "id" : "C.2",
861
+ "links" : {
862
+ "conclusion" : {
863
+ "href" : "https://sandbox.familysearch.org/platform/tree/persons/KW3B-N99/conclusions/C.2",
864
+ "title" : "Conclusion"
865
+ }
866
+ },
867
+ "type" : "http://gedcomx.org/BirthName",
868
+ "nameForms" : [ {
869
+ "fullText" : "API User 1241",
870
+ "parts" : [ {
871
+ "type" : "http://gedcomx.org/Given",
872
+ "value" : "API User"
873
+ }, {
874
+ "type" : "http://gedcomx.org/Surname",
875
+ "value" : "1241"
876
+ } ]
877
+ } ],
878
+ "preferred" : true
879
+ } ],
880
+ "facts" : [ {
881
+ "id" : "C.3",
882
+ "links" : {
883
+ "conclusion" : {
884
+ "href" : "https://sandbox.familysearch.org/platform/tree/persons/KW3B-N99/conclusions/C.3",
885
+ "title" : "Conclusion"
886
+ }
887
+ },
888
+ "type" : "http://gedcomx.org/Birth",
889
+ "date" : {
890
+ "original" : "01 Apr 1950",
891
+ "formal" : "+1950-04-01",
892
+ "normalized" : [ {
893
+ "value" : "1 April 1950"
894
+ } ]
895
+ },
896
+ "place" : {
897
+ "original" : "Utah",
898
+ "description" : "#-1013587259",
899
+ "normalized" : [ {
900
+ "value" : "Utah, United States"
901
+ } ]
902
+ }
903
+ } ],
904
+ "display" : {
905
+ "name" : "API User 1241",
906
+ "gender" : "Male",
907
+ "lifespan" : "1950-Living",
908
+ "birthDate" : "April 1, 1950",
909
+ "birthPlace" : "Utah"
910
+ }
911
+ } ],
912
+ "places" : [ {
913
+ "id" : "-1013587259",
914
+ "names" : [ {
915
+ "value" : "Utah, United States"
916
+ } ]
917
+ } ]
918
+ }
501
919
  http_version:
502
- recorded_at: Tue, 26 Mar 2013 15:17:02 GMT
920
+ recorded_at: Wed, 05 Feb 2014 04:32:02 GMT
503
921
  recorded_with: VCR 2.4.0