New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

gede-book-server

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gede-book-server

歌德电子书 API Express Router

latest
Source
npmnpm
Version
1.0.6
Version published
Maintainers
0
Created
Source

gede-book-server

歌德电子书 API Express Router

快速开始

npm i gede-book-server
import express from 'express'
import gede from 'gede-book-server'

const app = express()

app.use(gede)

app.listen(7990, () => {
    console.log(`http://127.0.0.1:7990`)
})

调用 API

将函数参数通过 GET 参数 args 以 JSON 数组格式传入。

http://127.0.0.1:7990/magazine/getList?args=[11,0,5]
http://127.0.0.1:7990/book/getCategories?args=[]

详细的 API 信息,请参阅:gede-book-api

Keywords

gede

FAQs

Package last updated on 17 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts