FamilySearch/gedcomx-php

Remove `CollectionState->readPersons()`

Closed this issue · 2 comments

This method is guaranteed to return a response with a 405 because it issues a GET on the Persons Resource. This method is useless.

Assigning this to the 2.0 milestone because it's a breaking change.

This is an invalid issue because it follows the GEDCOMX RS Spec; FamilySearch has just decided to not enable reading the list of persons (because it doesn't make sense in this usecase).