本文介绍了Drupal 6中的REST服务器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想在Drupal模块中构建一个REST服务,以公开数据库表的内容(而不是节点,用户或其他Drupal的东西)。我已经安装了Rest_server和服务模块,但是没有找到创建REST服务的示例。
有人可以帮我吗?
解决方案
这本书
I would like to build a REST service in my Drupal module to expose the contents of my DB tables (not nodes, users, or other Drupal stuff). I've installed Rest_server and services modules but I've not found examples on creating REST services.Can anyone help me, please?
解决方案
The book "Drupal web services" by Packt is a good resource. They have free Services introduction online too.
这篇关于Drupal 6中的REST服务器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!