0.0.33 • Published 2 days ago

byted-apaas-utils v0.0.33

Weekly downloads
-
License
ISC
Repository
-
Last release
2 days ago

飞书应用引擎工具函数

see docs https://mxyhi.github.io/byted-apaas-utils/

example

const { createModelServiceClass } = require("byted-apaas-utils");

class SystemUserService extends createModelServiceClass("_user") {}

const systemUserService = new SystemUserService();

systemUserService.find(...);
  • or
const { createModelService } = require("byted-apaas-utils");

const systemUserService = createModelService("_user");

systemUserService.find(...);
0.0.33

2 days ago

0.0.30

4 months ago

0.0.31

4 months ago

0.0.32

4 months ago

0.0.28

4 months ago

0.0.29

4 months ago

0.0.25

4 months ago

0.0.27

4 months ago

0.0.24

4 months ago

0.0.22

4 months ago

0.0.23

4 months ago

0.0.21

4 months ago

0.0.20

5 months ago

0.0.19

5 months ago

0.0.10

5 months ago

0.0.11

5 months ago

0.0.12

5 months ago

0.0.13

5 months ago

0.0.14

5 months ago

0.0.15

5 months ago

0.0.9

5 months ago

0.0.16

5 months ago

0.0.8

5 months ago

0.0.17

5 months ago

0.0.18

5 months ago

0.0.5

5 months ago

0.0.7

5 months ago

0.0.6

5 months ago

0.0.4

5 months ago

0.0.3

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago