折纸回购数据客户端(Node.js) Origami Repo Data服务的Node.js客户端。 const RepoDataClient = require ( '@financial-times/origami-repo-data-client' ) ; const repoData = new RepoDataClient ( { apiKey : 'xxxXxXxX-XXXX-XXXX-xXXx-xxxXXXxXXXXX' , apiSecret : 'xxXXXxxXXXXXXXXXxxxxxxxXXXxXxXXXXXXxxXXx' } ) ; const repos = await repoData . listRepos ( ) ; 目录 用法 使用此模块需要 6.x和 。 您可以安装: npm install @financial-times/or