familysearch:家庭搜索 API 模块

时间:2024-07-15 17:21:33
【文件属性】:

文件名称:familysearch:家庭搜索 API 模块

文件大小:6KB

文件格式:ZIP

更新时间:2024-07-15 17:21:33

JavaScript

家庭搜索API FS 获取元() 从加载端点。 这些然后被缓存。 获取(资源,选项,令牌,下一个) 和的示例: fs.get('person-template', {pid: 'SOME-PID'}, 'U-token@example.com', function (err, data) { if (err) throw err; data.persons.forEach(function (person) { console.log('Got person', person.display.name); }); }).get('person-with-relationships-query', {person: 'SOME-PID'}, 'U-token@example.com', function (err, data) { if (err) throw


【文件预览】:
familysearch-master
----.jshintrc(92B)
----Readme.md(996B)
----lib()
--------utils.js(926B)
--------index.js(8KB)
----.travis.yml(49B)
----test()
--------tests.js(1KB)
----Makefile(129B)
----.gitignore(23B)
----index.js(37B)
----package.json(629B)

网友评论