We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71e461e commit ab9da9bCopy full SHA for ab9da9b
README.md
@@ -130,11 +130,16 @@ $fs = new FamilySearch({
130
131
$response = $fs->post('/platform/tree/persons', [
132
'body' => new \Gedcomx\Extensions\FamilySearch\FamilySearchPlatform([
133
- 'persons' => $personData
+ 'persons' => [ $personData ]
134
])
135
]);
136
137
$persons = $response->gedcomx->getPersons();
138
```
139
140
+When a response body is present, it will be deserialized as either an
141
+[Atom Feed](http://familysearch.github.io/gedcomx-php/class-Gedcomx.Atom.Feed.html)
142
+or a [FamilySearchPlatform](http://familysearch.github.io/gedcomx-php/class-Gedcomx.Extensions.FamilySearch.FamilySearchPlatform.html)
143
+object.
144
+
145
gedcomx-php must be installed and included separately.
0 commit comments