AmEv7Fam / familysearch-python-sdk-opensource

WIP Python SDK for FamilySearch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consistently integrate headers in all responses

elderamevans opened this issue · comments

We need a way to consistently integrate the response headers into the response itself. Some of the functions, in fact, receive 204 (no content) responses, meaning all that there is, is the header information, sometimes containing necessary information, such as the Warning header for merge constraint, or, when creating a person, their person ID.

Well, forgot to mention 2d50d24 and earlier fixed this.