greenhouseio:一个小节点库,用于与househouse.io API的v1对话

时间:2024-06-05 10:36:58
【文件属性】:

文件名称:greenhouseio:一个小节点库,用于与househouse.io API的v1对话

文件大小:4KB

文件格式:ZIP

更新时间:2024-06-05 10:36:58

JavaScript

Greenhouse.io API 这是一个快速的小模块,为Greenhouse.io API提供基本支持。 一些轻微的错误消息和配置可以帮助您一路走来。 它是基于承诺- (使用要求,承诺),所以.then远! 安装 npm install greenhouseio 用法 var GreenhouseIO = require ( 'greenhouseio' ) ; var gh = GreenhouseIO ( 'your company name' , 'your API key' ) GET请求 gh . request ( 'offices' ) ; // returns `{"offices":[{"id":4322,"name":"Boston (HQ) ","departments":[{"id":7002... gh . request ( 'office' ,


【文件预览】:
greenhouseio-master
----greenhouseio.js(3KB)
----package.json(663B)
----test()
--------test_greenhouseio.js(418B)
----.gitignore(23B)
----README.md(1KB)

网友评论