如今,有一种BaaS服务(后端即服务)的模式,即无需编程即可生成后端应用及相应API。

Drupal这套CMS下,有一款插件Services,可以在线直接自定义各种格式如json、xmlrpc、webservice等的API接口,并且具有版本化管理的功能,牛之极。

https://www.drupal.org/project/services

  • Service API allow modules to create other services, including pluggable access control
  • Server API allow modules to create other servers, such as SOAP
  • Aliasing methods
  • Integration with core Drupal functionality like files, nodes, taxonomy, users, files and more.
  • Response format API allows you to define response Formats for CONTENT-TYPE ie. application/json or application/xml. (also calls such as ENDPOINT/node/1.json work)

另外,@Easy 方糖气球有一个开源项目 LazyRest http://ftqq.com/2016/04/lan-ren-he-dai-ma-sheng-cheng-qi/,做了几版,也是懒人的最佳选择,任何一个项目,使用他这个库,可以直接快速可视化实现Rest接口,有兴趣的可以试试。

相关文章:

  • 2021-12-05
  • 2022-01-24
  • 2022-12-23
  • 2022-12-23
  • 2021-07-01
  • 2021-11-11
  • 2022-12-23
猜你喜欢
  • 2022-02-07
  • 2021-04-23
  • 2021-09-15
  • 2022-12-23
  • 2022-12-23
  • 2021-12-29
  • 2021-07-16
相关资源
相似解决方案