Posted by mukund_samant on July 3, 2012 at 2:10pm
Hi Folks,
I am new to services in Drupal and I am finding the module overwhelming.I have searched the net for Tutorials,but could not get a comprehensive one.Also I have a basic understanding of module development concepts.
Comments
What exactly are you looking
What exactly are you looking for ?
What is the goal you want to achieve with the module ?
Accordingly, I believe we (someone) will be able to help you...
Hi Shushu,1.I want to start
Hi Shushu,
1.I want to start writing services for mobile devices and the data interchange format must be either JSON or XML(this is obtained by default right?).
2.My knowledge of writing modules is entry level.
3.The goal of my module is to expose services provided by Voting API.
Take a look here, and talk to
Take a look here, and talk to those people. I believe that even if you won't get all you need from the existing code in this thread, you will be able to get good examples from it.
What about the client side, the application side ? Do you need to develop on iOS, Android, HTML5 ? Do you have experience with it ?
I will be happy to help wherever needed.
Regards,
Shushu Inbar
Mobile4Social.com
Thanks a lot Shushu !! I will
Thanks a lot Shushu !! I will look into the code posted on that thread.From what I see this module has been ported to Drupal 6.x,but not to Drupal 7.x.My goal is to do that.
Yes I have mobile development experience in Android.If I am stuck somewhere I will surely post here.Thanks again.
I have a few questions
I have a few questions regarding this:
1.Have they done away with hook_services?
2.Also does hook_services_resources allow us to give custom name spaces for running methods?like abc.xyz?or is it neccessary to use one of the CRUD operation names?