UNPKG

afdian-api

Version:

爱发电开发者API的简易包装 / A simple wrapper of Afdian APIs

10 lines (9 loc) 313 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const API_BASE = 'https://afdian.net/api/open'; const getUrl = (path) => `${API_BASE}/${path}`; exports.default = { ping: getUrl('ping'), queryOrder: getUrl('query-order'), querySponsor: getUrl('query-sponsor'), };