fu-apikey

1.1.1 • Public • Published

fu apikey

使用指南

安装

npm install fu-apikey

使用示例

const apikey = require("fu-apikey");

apikey.setSalt("Your salt")

apikey.encode({url: "/pathname", method: "GET", params: {a: 1, b: 2}});

apikey.encode({url: "/pathname", method: "POST", data: {a: 1, b: 2}});

Readme

Keywords

none

Package Sidebar

Install

npm i fu-apikey

Weekly Downloads

1

Version

1.1.1

License

ISC

Unpacked Size

902 B

Total Files

3

Last publish

Collaborators

  • leskur