pokeapi-node-wrapper:Restful pokemon 服务的 API,http

时间:2021-06-14 16:02:13
【文件属性】:
文件名称:pokeapi-node-wrapper:Restful pokemon 服务的 API,http
文件大小:4KB
文件格式:ZIP
更新时间:2021-06-14 16:02:13
JavaScript PokeApi 节点包装器 这是 api 的一个简单节点包装器。 用法: 在节点包装器中要求将返回一个对象文字,该对象文字公开访问端点的函数。 var pokeApi = require ( 'pokeapi-node-wrapper' ) , callback = function ( err , jsonResponse ) { // Implement } ; pokeApi . getPokedex ( 1 , callback ) ; pokeApi . getPokemon ( 1 , callback ) ; pokeApi . getType ( 1 , callback ) ; pokeApi . getMove ( 1 , callback ) ; pokeApi . getAbility ( 1 , callback ) ; po
【文件预览】:
pokeapi-node-wrapper-master
----test()
--------index.js(2KB)
----README.md(859B)
----.gitignore(14B)
----serviceLayout.json(346B)
----index.js(1KB)
----package.json(813B)

网友评论