labring / laf

Laf is a vibrant cloud development platform that provides essential tools like cloud functions, databases, and storage solutions. It enables developers to quickly unleash their creativity and bring innovative ideas to life with ease.
https://laf.dev
Apache License 2.0
7.24k stars 663 forks source link

云数据库是否可以提供RestAPI形式的调用 #315

Closed tomxin7 closed 2 years ago

tomxin7 commented 2 years ago

类似于Bmob云服务这样的 http://doc.bmobapp.com/data/restful/index.html#_3

maslow commented 2 years ago

暂时没有计划,能否提供更多想法、建议信息,以便做决策?比如:

tomxin7 commented 2 years ago

因为经常会写HTML的单页应用,并不想创建一个vue项目,导致无法使用sdk,这种情况下,如果可以提供RestAPI的话,就可以很快的实现前端页面了,不过使用云函数自己封装一下也是可以的

maslow commented 2 years ago

明白,后续我再调研一下, 找到一个比较长期适合的方案。

当前,可以通过直接引入 laf client bundle js 来解决你的场景, laf client sdk 可以像 jqeury 那样直接引入进 html 的, 只不过没有发布出来 对应的 bundle。

我刚才编译了一份传上来,或者自己在 laf/packages/client-sdk 目录下运行 npm run build:bundle 自行构建也可:

https://oss.lafyun.com/tjwi8s-public/laf-client.bundle.js