FamilySearch / fs-php-lite

Lite PHP SDK for the FamilySearch API
Apache License 2.0
3 stars 4 forks source link

Support pending modifications #3

Closed justincy closed 8 years ago

justincy commented 8 years ago

Add support for pending modifications via an option.

$fs = new FamilySearch([
    'pendingModifications' => ['consolidate-redundant-resources', 'current-person-401']
]);