familysearch 0.2.0 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +44 -0
- data/Gemfile +2 -18
- data/README.md +55 -11
- data/Rakefile +7 -27
- data/familysearch.gemspec +23 -82
- data/lib/familysearch.rb +1 -0
- data/lib/familysearch/client.rb +105 -6
- data/lib/familysearch/error.rb +29 -0
- data/lib/familysearch/middleware.rb +2 -0
- data/lib/familysearch/middleware/response/familysearch_errors.rb +22 -0
- data/lib/familysearch/middleware/response/multi_json.rb +22 -0
- data/lib/familysearch/url_template.rb +132 -0
- data/lib/familysearch/version.rb +4 -0
- data/spec/client_spec.rb +102 -1
- data/spec/fixtures/vcr_cassettes/current_user_person_read.yml +503 -0
- data/spec/fixtures/vcr_cassettes/discovery_auth_wrong_creds.yml +403 -0
- data/spec/fixtures/vcr_cassettes/person_by_id.yml +492 -0
- data/spec/fixtures/vcr_cassettes/person_with_relationship.yml +560 -0
- data/spec/url_template_spec.rb +117 -0
- data/workspace/notes/APIDesign.txt +1 -1
- data/workspace/notes/errors.txt +5 -0
- data/workspace/notes/gem_design.txt +7 -0
- metadata +36 -66
- data/VERSION +0 -1
@@ -0,0 +1,560 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://sandbox.familysearch.org/.well-known/app-meta
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Accept:
|
11
|
+
- application/x-fs-v1+json
|
12
|
+
User-Agent:
|
13
|
+
- Faraday v0.8.7
|
14
|
+
Accept-Encoding:
|
15
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
16
|
+
response:
|
17
|
+
status:
|
18
|
+
code: 200
|
19
|
+
message: OK
|
20
|
+
headers:
|
21
|
+
Server:
|
22
|
+
- Apache-Coyote/1.1
|
23
|
+
Content-Location:
|
24
|
+
- /.well-known/app-meta
|
25
|
+
Cache-Control:
|
26
|
+
- no-transform, max-age=604800
|
27
|
+
X-Processing-Time:
|
28
|
+
- '19'
|
29
|
+
Content-Type:
|
30
|
+
- application/x-fs-v1+json
|
31
|
+
Transfer-Encoding:
|
32
|
+
- chunked
|
33
|
+
Date:
|
34
|
+
- Tue, 26 Mar 2013 15:17:06 GMT
|
35
|
+
Connection:
|
36
|
+
- close
|
37
|
+
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}"
|
292
|
+
http_version:
|
293
|
+
recorded_at: Tue, 26 Mar 2013 15:17:05 GMT
|
294
|
+
- request:
|
295
|
+
method: get
|
296
|
+
uri: https://api-user-1241:1782@sandbox.familysearch.org/identity/v2/login?dataFormat=application/json&key=WCQY-7J1Q-GKVV-7DNM-SQ5M-9Q5H-JX3H-CMJK
|
297
|
+
body:
|
298
|
+
encoding: US-ASCII
|
299
|
+
string: ''
|
300
|
+
headers:
|
301
|
+
Accept:
|
302
|
+
- application/x-fs-v1+json
|
303
|
+
User-Agent:
|
304
|
+
- Faraday v0.8.7
|
305
|
+
Accept-Encoding:
|
306
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
307
|
+
response:
|
308
|
+
status:
|
309
|
+
code: 200
|
310
|
+
message: !binary |-
|
311
|
+
T0s=
|
312
|
+
headers:
|
313
|
+
!binary "U2VydmVy":
|
314
|
+
- !binary |-
|
315
|
+
QXBhY2hlLUNveW90ZS8xLjE=
|
316
|
+
!binary "QXBwLVN2ci1JZA==":
|
317
|
+
- !binary |-
|
318
|
+
MTAwLi0zMA==
|
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
|
+
ZnNzZXNzaW9uaWQ9VVNZUzdDNDZBQzAwRTRCMTVCRjRDOTUwNzBFMTlCMDNB
|
333
|
+
RTc3X25iY2ktMDQ1LTAzNC5kLnVzeXMuZnNnbG9iYWwubmV0OyBQYXRoPS8=
|
334
|
+
!binary "WC1Qcm9jZXNzaW5nLVRpbWU=":
|
335
|
+
- !binary |-
|
336
|
+
NTgx
|
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
|
+
MTg4
|
349
|
+
!binary "RGF0ZQ==":
|
350
|
+
- !binary |-
|
351
|
+
VHVlLCAyNiBNYXIgMjAxMyAxNToxNzowNyBHTVQ=
|
352
|
+
!binary "Q29ubmVjdGlvbg==":
|
353
|
+
- !binary |-
|
354
|
+
Y2xvc2U=
|
355
|
+
body:
|
356
|
+
encoding: ASCII-8BIT
|
357
|
+
string: !binary |-
|
358
|
+
H4sIAAAAAAAAADWNwQqDMBBE/yVnDavGBr2p2EspPUgPPZWoWytIFDcWRPz3
|
359
|
+
plphL/OYt7MwMspMlPU1stgHcP7gikSqsYzdLuyALNZT1zmsxmHEShmsD/LB
|
360
|
+
kdpe27rPJffBC37HIQDf2moyb9SmtcpW2h2yE1tcWGsfsXvxKGQmTkkGkIvU
|
361
|
+
C9OzyKIQJORelEKQ5FI+dVm1LojQhUDwmk80E39R0/Wl6rhGY9fMPOC+sa5f
|
362
|
+
IACu+OAAAAA=
|
363
|
+
http_version:
|
364
|
+
recorded_at: Tue, 26 Mar 2013 15:17:06 GMT
|
365
|
+
- request:
|
366
|
+
method: get
|
367
|
+
uri: https://sandbox.familysearch.org/platform/tree/persons-with-relationships?person=KWQX-52J
|
368
|
+
body:
|
369
|
+
encoding: US-ASCII
|
370
|
+
string: ''
|
371
|
+
headers:
|
372
|
+
Accept:
|
373
|
+
- application/x-fs-v1+json
|
374
|
+
User-Agent:
|
375
|
+
- Faraday v0.8.7
|
376
|
+
Authorization:
|
377
|
+
- Bearer USYS7C46AC00E4B15BF4C95070E19B03AE77_nbci-045-034.d.usys.fsglobal.net
|
378
|
+
Accept-Encoding:
|
379
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
380
|
+
response:
|
381
|
+
status:
|
382
|
+
code: 200
|
383
|
+
message: OK
|
384
|
+
headers:
|
385
|
+
Server:
|
386
|
+
- Apache-Coyote/1.1
|
387
|
+
Cache-Control:
|
388
|
+
- no-cache, no-store, no-transform, must-revalidate, max-age=0
|
389
|
+
X-Processing-Time:
|
390
|
+
- '104'
|
391
|
+
Content-Type:
|
392
|
+
- application/x-fs-v1+json
|
393
|
+
Transfer-Encoding:
|
394
|
+
- chunked
|
395
|
+
Date:
|
396
|
+
- Tue, 26 Mar 2013 15:17:08 GMT
|
397
|
+
Connection:
|
398
|
+
- close
|
399
|
+
body:
|
400
|
+
encoding: US-ASCII
|
401
|
+
string: ! "{\n \"persons\" : [ {\n \"links\" : {\n \"person\" : {\n
|
402
|
+
\ \"href\" : \"https://sandbox.familysearch.org/platform/tree/persons/KWQX-52J\",\n
|
403
|
+
\ \"title\" : \"Person\"\n }\n },\n \"id\" : \"KWQX-52J\",\n
|
404
|
+
\ \"living\" : false,\n \"gender\" : {\n \"id\" : \"V.777-777P\",\n
|
405
|
+
\ \"confidence\" : \"http://gedcomx.org/Possibly\",\n \"type\" :
|
406
|
+
\"http://gedcomx.org/Female\"\n },\n \"names\" : [ {\n \"id\" :
|
407
|
+
\"V.777-777L\",\n \"confidence\" : \"http://gedcomx.org/Possibly\",\n
|
408
|
+
\ \"type\" : \"http://gedcomx.org/BirthName\",\n \"nameForms\" :
|
409
|
+
[ {\n \"lang\" : \"i-default\",\n \"fullText\" : \"Olive Amanda
|
410
|
+
Smith\",\n \"parts\" : [ {\n \"type\" : \"http://gedcomx.org/Given\",\n
|
411
|
+
\ \"value\" : \"Olive Amanda\"\n }, {\n \"type\" :
|
412
|
+
\"http://gedcomx.org/Surname\",\n \"value\" : \"Smith\"\n }
|
413
|
+
]\n } ],\n \"preferred\" : true\n } ],\n \"facts\" : [ {\n
|
414
|
+
\ \"id\" : \"V.777-7774\",\n \"confidence\" : \"http://gedcomx.org/Possibly\",\n
|
415
|
+
\ \"type\" : \"http://gedcomx.org/Birth\",\n \"date\" : {\n \"original\"
|
416
|
+
: \"18 Sep 1825\",\n \"formal\" : \"+1825-09-18\",\n \"normalized\"
|
417
|
+
: [ {\n \"value\" : \"18 September 1825\"\n } ]\n },\n
|
418
|
+
\ \"place\" : {\n \"original\" : \"WF, O, NewYork\"\n }\n
|
419
|
+
\ }, {\n \"id\" : \"V.777-7771\",\n \"confidence\" : \"http://gedcomx.org/Possibly\",\n
|
420
|
+
\ \"type\" : \"http://gedcomx.org/Burial\",\n \"date\" : {\n \"original\"
|
421
|
+
: \"18 Mar 1885\",\n \"formal\" : \"+1885-03-18\",\n \"normalized\"
|
422
|
+
: [ {\n \"value\" : \"18 March 1885\"\n } ]\n },\n \"place\"
|
423
|
+
: {\n \"original\" : \"Orangeville, Emery, Utah, United States\",\n
|
424
|
+
\ \"description\" : \"#-879160347\"\n }\n }, {\n \"id\"
|
425
|
+
: \"V.777-777H\",\n \"confidence\" : \"http://gedcomx.org/Possibly\",\n
|
426
|
+
\ \"type\" : \"http://gedcomx.org/Christening\",\n \"date\" : {\n
|
427
|
+
\ \"original\" : \"1823\",\n \"formal\" : \"+1823\",\n \"normalized\"
|
428
|
+
: [ {\n \"value\" : \"1823\"\n } ]\n },\n \"place\"
|
429
|
+
: {\n \"original\" : \"Illinois, United States\",\n \"description\"
|
430
|
+
: \"#1936419488\"\n }\n }, {\n \"id\" : \"V.777-777N\",\n \"confidence\"
|
431
|
+
: \"http://gedcomx.org/Possibly\",\n \"type\" : \"http://gedcomx.org/Death\",\n
|
432
|
+
\ \"date\" : {\n \"original\" : \"17 Mar 1885\",\n \"formal\"
|
433
|
+
: \"+1885-03-17\",\n \"normalized\" : [ {\n \"value\" : \"17
|
434
|
+
March 1885\"\n } ]\n },\n \"place\" : {\n \"original\"
|
435
|
+
: \"Orangeville, Emery, Utah, United States\",\n \"description\" :
|
436
|
+
\"#-879160347\"\n }\n } ],\n \"display\" : {\n \"name\" :
|
437
|
+
\"Olive Amanda Smith\",\n \"gender\" : \"Female\",\n \"lifespan\"
|
438
|
+
: \"1825 - 1885\",\n \"birthDate\" : \"18 September 1825\",\n \"birthPlace\"
|
439
|
+
: \"WF, O, NewYork\",\n \"deathDate\" : \"17 March 1885\",\n \"deathPlace\"
|
440
|
+
: \"Orangeville, Emery, Utah, United States\"\n }\n } ],\n \"relationships\"
|
441
|
+
: [ {\n \"links\" : {\n \"relationship\" : {\n \"href\" : \"https://sandbox.familysearch.org/platform/tree/couple-relationships/MMMM-3YT\",\n
|
442
|
+
\ \"title\" : \"Relationship\"\n },\n \"person1\" : {\n \"href\"
|
443
|
+
: \"https://sandbox.familysearch.org/platform/tree/persons/KWQX-RQS\",\n \"title\"
|
444
|
+
: \"Person\"\n },\n \"person2\" : {\n \"href\" : \"https://sandbox.familysearch.org/platform/tree/persons/KWQX-52J\",\n
|
445
|
+
\ \"title\" : \"Person\"\n },\n \"woman\" : {\n \"href\"
|
446
|
+
: \"https://sandbox.familysearch.org/platform/tree/persons/KWQX-52J\",\n \"title\"
|
447
|
+
: \"Person\"\n },\n \"man\" : {\n \"href\" : \"https://sandbox.familysearch.org/platform/tree/persons/KWQX-RQS\",\n
|
448
|
+
\ \"title\" : \"Person\"\n }\n },\n \"id\" : \"MMMM-3YT\",\n
|
449
|
+
\ \"type\" : \"http://gedcomx.org/Couple\",\n \"person1\" : {\n \"resource\"
|
450
|
+
: \"https://sandbox.familysearch.org/platform/tree/persons/KWQX-RQS\",\n \"resourceId\"
|
451
|
+
: \"KWQX-RQS\"\n },\n \"person2\" : {\n \"resource\" : \"https://sandbox.familysearch.org/platform/tree/persons/KWQX-52J\",\n
|
452
|
+
\ \"resourceId\" : \"KWQX-52J\"\n },\n \"facts\" : [ {\n \"id\"
|
453
|
+
: \"R.777-777P\",\n \"attribution\" : {\n \"contributor\" : {\n
|
454
|
+
\ \"resource\" : \"https://sandbox.familysearch.org/platform/users/agents/MMD8-3JX\",\n
|
455
|
+
\ \"resourceId\" : \"MMD8-3JX\"\n },\n \"modified\"
|
456
|
+
: 1346631011224\n },\n \"type\" : \"http://gedcomx.org/Marriage\",\n
|
457
|
+
\ \"date\" : {\n \"original\" : \"1842\",\n \"formal\" :
|
458
|
+
\"+1842\",\n \"normalized\" : [ {\n \"value\" : \"1842\"\n
|
459
|
+
\ } ]\n },\n \"place\" : {\n \"original\" : \"Provo,
|
460
|
+
Utah, Utah, United States\",\n \"description\" : \"#1847748785\"\n
|
461
|
+
\ }\n } ]\n }, {\n \"links\" : {\n \"relationship\" : {\n
|
462
|
+
\ \"href\" : \"https://sandbox.familysearch.org/platform/tree/couple-relationships/MMMM-3YR\",\n
|
463
|
+
\ \"title\" : \"Relationship\"\n },\n \"person1\" : {\n \"href\"
|
464
|
+
: \"https://sandbox.familysearch.org/platform/tree/persons/KWQX-R8V\",\n \"title\"
|
465
|
+
: \"Person\"\n },\n \"person2\" : {\n \"href\" : \"https://sandbox.familysearch.org/platform/tree/persons/KWQX-52J\",\n
|
466
|
+
\ \"title\" : \"Person\"\n },\n \"woman\" : {\n \"href\"
|
467
|
+
: \"https://sandbox.familysearch.org/platform/tree/persons/KWQX-52J\",\n \"title\"
|
468
|
+
: \"Person\"\n },\n \"man\" : {\n \"href\" : \"https://sandbox.familysearch.org/platform/tree/persons/KWQX-R8V\",\n
|
469
|
+
\ \"title\" : \"Person\"\n }\n },\n \"id\" : \"MMMM-3YR\",\n
|
470
|
+
\ \"type\" : \"http://gedcomx.org/Couple\",\n \"person1\" : {\n \"resource\"
|
471
|
+
: \"https://sandbox.familysearch.org/platform/tree/persons/KWQX-R8V\",\n \"resourceId\"
|
472
|
+
: \"KWQX-R8V\"\n },\n \"person2\" : {\n \"resource\" : \"https://sandbox.familysearch.org/platform/tree/persons/KWQX-52J\",\n
|
473
|
+
\ \"resourceId\" : \"KWQX-52J\"\n },\n \"facts\" : [ {\n \"id\"
|
474
|
+
: \"R.777-777P\",\n \"attribution\" : {\n \"contributor\" : {\n
|
475
|
+
\ \"resource\" : \"https://sandbox.familysearch.org/platform/users/agents/MMD8-3JX\",\n
|
476
|
+
\ \"resourceId\" : \"MMD8-3JX\"\n },\n \"modified\"
|
477
|
+
: 1346631011224\n },\n \"type\" : \"http://gedcomx.org/Marriage\",\n
|
478
|
+
\ \"date\" : {\n \"original\" : \"ABT 1841\",\n \"formal\"
|
479
|
+
: \"A+1841\",\n \"normalized\" : [ {\n \"value\" : \"1841\"\n
|
480
|
+
\ } ]\n },\n \"place\" : {\n \"original\" : \"Nauvoo,
|
481
|
+
Hancock, Illinois, United States\",\n \"description\" : \"#-16461301\"\n
|
482
|
+
\ }\n } ]\n }, {\n \"links\" : {\n \"relationship\" : {\n
|
483
|
+
\ \"href\" : \"https://sandbox.familysearch.org/platform/tree/couple-relationships/MMMM-3Y5\",\n
|
484
|
+
\ \"title\" : \"Relationship\"\n },\n \"person1\" : {\n \"href\"
|
485
|
+
: \"https://sandbox.familysearch.org/platform/tree/persons/KWQX-R8J\",\n \"title\"
|
486
|
+
: \"Person\"\n },\n \"person2\" : {\n \"href\" : \"https://sandbox.familysearch.org/platform/tree/persons/KWQX-52J\",\n
|
487
|
+
\ \"title\" : \"Person\"\n },\n \"woman\" : {\n \"href\"
|
488
|
+
: \"https://sandbox.familysearch.org/platform/tree/persons/KWQX-52J\",\n \"title\"
|
489
|
+
: \"Person\"\n },\n \"man\" : {\n \"href\" : \"https://sandbox.familysearch.org/platform/tree/persons/KWQX-R8J\",\n
|
490
|
+
\ \"title\" : \"Person\"\n }\n },\n \"id\" : \"MMMM-3Y5\",\n
|
491
|
+
\ \"type\" : \"http://gedcomx.org/Couple\",\n \"person1\" : {\n \"resource\"
|
492
|
+
: \"https://sandbox.familysearch.org/platform/tree/persons/KWQX-R8J\",\n \"resourceId\"
|
493
|
+
: \"KWQX-R8J\"\n },\n \"person2\" : {\n \"resource\" : \"https://sandbox.familysearch.org/platform/tree/persons/KWQX-52J\",\n
|
494
|
+
\ \"resourceId\" : \"KWQX-52J\"\n },\n \"facts\" : [ {\n \"id\"
|
495
|
+
: \"R.777-777P\",\n \"attribution\" : {\n \"contributor\" : {\n
|
496
|
+
\ \"resource\" : \"https://sandbox.familysearch.org/platform/users/agents/MMD8-3JX\",\n
|
497
|
+
\ \"resourceId\" : \"MMD8-3JX\"\n },\n \"modified\"
|
498
|
+
: 1346631011224\n },\n \"type\" : \"http://gedcomx.org/Marriage\",\n
|
499
|
+
\ \"date\" : {\n \"original\" : \"21 Jan 1846\",\n \"formal\"
|
500
|
+
: \"+1846-01-21\",\n \"normalized\" : [ {\n \"value\" : \"21
|
501
|
+
January 1846\"\n } ]\n },\n \"place\" : {\n \"original\"
|
502
|
+
: \"Nauvoo, Hancock, Il\"\n }\n } ]\n } ],\n \"places\" : [ {\n
|
503
|
+
\ \"id\" : \"-879160347\",\n \"names\" : [ {\n \"value\" : \"Orangeville,
|
504
|
+
Emery, Utah, United States\"\n } ]\n }, {\n \"id\" : \"1936419488\",\n
|
505
|
+
\ \"names\" : [ {\n \"value\" : \"Illinois, United States\"\n }
|
506
|
+
]\n }, {\n \"id\" : \"1847748785\",\n \"names\" : [ {\n \"value\"
|
507
|
+
: \"Provo, Utah, Utah, United States\"\n } ]\n }, {\n \"id\" : \"-16461301\",\n
|
508
|
+
\ \"names\" : [ {\n \"value\" : \"Nauvoo, Hancock, Illinois, United
|
509
|
+
States\"\n } ]\n } ],\n \"childAndParentsRelationships\" : [ {\n \"links\"
|
510
|
+
: {\n \"child\" : {\n \"href\" : \"https://sandbox.familysearch.org/platform/tree/persons/KWQX-52J\",\n
|
511
|
+
\ \"title\" : \"Person\"\n },\n \"mother\" : {\n \"href\"
|
512
|
+
: \"https://sandbox.familysearch.org/platform/tree/persons/KWQX-52N\",\n \"title\"
|
513
|
+
: \"Person\"\n },\n \"child-and-parents-relationship\" : {\n \"href\"
|
514
|
+
: \"https://sandbox.familysearch.org/platform/tree/child-and-parents-relationships/MMMM-QH6\",\n
|
515
|
+
\ \"title\" : \"Child-and-Parents Relationship\"\n },\n \"father\"
|
516
|
+
: {\n \"href\" : \"https://sandbox.familysearch.org/platform/tree/persons/KWQX-RHY\",\n
|
517
|
+
\ \"title\" : \"Person\"\n }\n },\n \"id\" : \"MMMM-QH6\",\n
|
518
|
+
\ \"father\" : {\n \"resource\" : \"https://sandbox.familysearch.org/platform/tree/persons/KWQX-RHY\",\n
|
519
|
+
\ \"resourceId\" : \"KWQX-RHY\"\n },\n \"mother\" : {\n \"resource\"
|
520
|
+
: \"https://sandbox.familysearch.org/platform/tree/persons/KWQX-52N\",\n \"resourceId\"
|
521
|
+
: \"KWQX-52N\"\n },\n \"child\" : {\n \"resource\" : \"https://sandbox.familysearch.org/platform/tree/persons/KWQX-52J\",\n
|
522
|
+
\ \"resourceId\" : \"KWQX-52J\"\n },\n \"fatherFacts\" : [ {\n \"id\"
|
523
|
+
: \"R.777-7771\",\n \"type\" : \"http://gedcomx.org/BiologicalParent\"\n
|
524
|
+
\ } ],\n \"motherFacts\" : [ {\n \"id\" : \"R.777-7774\",\n \"type\"
|
525
|
+
: \"http://gedcomx.org/BiologicalParent\"\n } ]\n }, {\n \"links\"
|
526
|
+
: {\n \"child\" : {\n \"href\" : \"https://sandbox.familysearch.org/platform/tree/persons/KWQX-52J\",\n
|
527
|
+
\ \"title\" : \"Person\"\n },\n \"mother\" : {\n \"href\"
|
528
|
+
: \"https://sandbox.familysearch.org/platform/tree/persons/KWQX-52N\",\n \"title\"
|
529
|
+
: \"Person\"\n },\n \"child-and-parents-relationship\" : {\n \"href\"
|
530
|
+
: \"https://sandbox.familysearch.org/platform/tree/child-and-parents-relationships/MMMM-QW7\",\n
|
531
|
+
\ \"title\" : \"Child-and-Parents Relationship\"\n },\n \"father\"
|
532
|
+
: {\n \"href\" : \"https://sandbox.familysearch.org/platform/tree/persons/KWQX-R7Z\",\n
|
533
|
+
\ \"title\" : \"Person\"\n }\n },\n \"id\" : \"MMMM-QW7\",\n
|
534
|
+
\ \"father\" : {\n \"resource\" : \"https://sandbox.familysearch.org/platform/tree/persons/KWQX-R7Z\",\n
|
535
|
+
\ \"resourceId\" : \"KWQX-R7Z\"\n },\n \"mother\" : {\n \"resource\"
|
536
|
+
: \"https://sandbox.familysearch.org/platform/tree/persons/KWQX-52N\",\n \"resourceId\"
|
537
|
+
: \"KWQX-52N\"\n },\n \"child\" : {\n \"resource\" : \"https://sandbox.familysearch.org/platform/tree/persons/KWQX-52J\",\n
|
538
|
+
\ \"resourceId\" : \"KWQX-52J\"\n },\n \"fatherFacts\" : [ {\n \"id\"
|
539
|
+
: \"R.777-7771\",\n \"type\" : \"http://gedcomx.org/BiologicalParent\"\n
|
540
|
+
\ } ],\n \"motherFacts\" : [ {\n \"id\" : \"R.777-7774\",\n \"type\"
|
541
|
+
: \"http://gedcomx.org/BiologicalParent\"\n } ]\n }, {\n \"links\"
|
542
|
+
: {\n \"child\" : {\n \"href\" : \"https://sandbox.familysearch.org/platform/tree/persons/KWQX-52J\",\n
|
543
|
+
\ \"title\" : \"Person\"\n },\n \"mother\" : {\n \"href\"
|
544
|
+
: \"https://sandbox.familysearch.org/platform/tree/persons/KWQX-52N\",\n \"title\"
|
545
|
+
: \"Person\"\n },\n \"child-and-parents-relationship\" : {\n \"href\"
|
546
|
+
: \"https://sandbox.familysearch.org/platform/tree/child-and-parents-relationships/MMMM-3BQ\",\n
|
547
|
+
\ \"title\" : \"Child-and-Parents Relationship\"\n },\n \"father\"
|
548
|
+
: {\n \"href\" : \"https://sandbox.familysearch.org/platform/tree/persons/KWQX-5FK\",\n
|
549
|
+
\ \"title\" : \"Person\"\n }\n },\n \"id\" : \"MMMM-3BQ\",\n
|
550
|
+
\ \"father\" : {\n \"resource\" : \"https://sandbox.familysearch.org/platform/tree/persons/KWQX-5FK\",\n
|
551
|
+
\ \"resourceId\" : \"KWQX-5FK\"\n },\n \"mother\" : {\n \"resource\"
|
552
|
+
: \"https://sandbox.familysearch.org/platform/tree/persons/KWQX-52N\",\n \"resourceId\"
|
553
|
+
: \"KWQX-52N\"\n },\n \"child\" : {\n \"resource\" : \"https://sandbox.familysearch.org/platform/tree/persons/KWQX-52J\",\n
|
554
|
+
\ \"resourceId\" : \"KWQX-52J\"\n },\n \"fatherFacts\" : [ {\n \"id\"
|
555
|
+
: \"R.777-777P\",\n \"type\" : \"http://gedcomx.org/BiologicalParent\"\n
|
556
|
+
\ } ],\n \"motherFacts\" : [ {\n \"id\" : \"R.777-7771\",\n \"type\"
|
557
|
+
: \"http://gedcomx.org/BiologicalParent\"\n } ]\n } ]\n}"
|
558
|
+
http_version:
|
559
|
+
recorded_at: Tue, 26 Mar 2013 15:17:06 GMT
|
560
|
+
recorded_with: VCR 2.4.0
|