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

Programming the Mobile Web

Programming the Mobile Web

Maximiliano Firtman / O'Reilly Media / 2010-07-23 / $44.99

* Learn how to use your existing skills to move into mobile web development * Discover the new possibilities of mobile web development, and understand its limitations * Get detailed coverage of ......一起来看看 《Programming the Mobile Web》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试