ruby-fs-stack
ruby-fs-stack copied to clipboard
Ruby wrapper for all FamilySearch APIs.
Anybody know if this api is covered? https://devnet.familysearch.org/docs/api/source_links_module
authentication doesn't seem to be handled... For feedback sake, if one forgets to authenticate, seemingly unrelated errors are thrown...expected? $com.familytree_v2.pedigree :me TypeError: can't convert nil into String from C:/installs/Ruby187/lib/ruby/gems/1.8/gems/ruby-fs- stack-0.5.3/lib/ruby-fs-stack/fs_communicator.rb:181:in...
Last I checked...
sleep_and_retry_when_throttled as an option, and being able to specify sleep time.
FsUtils.querystring_from_hash is encoding the hash values rather than a copy of the hash values. It should not modify the original hash.