Shimo 官方客户端 Node.js版 shimo.js

码农软件 · 软件分类 · 网站API · 2019-03-08 21:58:56

软件介绍

安装

npm install shimo

用法

var Shimo = require('shimo');
var shimo = new Shimo({ version: 'v2' });

Shimo 构造函数接受一个选项,其中:

API 支持节点式回调和 Proimse:

shimo.get('users/me', function (err, user) {});
shimo.get('users/me').then(function (user) {});

accessToken 是为了访问私人资源而需要的。如果 accessToken 省略或无效(401 访问API 时获取错误),refreshToken 如果存在,将用于交换新的访问令牌和刷新令牌。

本文地址:https://codercto.com/soft/d/929.html

Designing with Web Standards (2nd Edition)

Designing with Web Standards (2nd Edition)

Jeffrey Zeldman / Peachpit Press / 2006-07-06 / USD 44.99

Best-selling author, designer, and web standards evangelist Jeffrey Zeldman has updated his classic, industry-shaking guidebook. This new edition--now in full color--covers improvements in best prac......一起来看看 《Designing with Web Standards (2nd Edition)》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具