-
Notifications
You must be signed in to change notification settings - Fork 4
Add the services module for API support #1
base: master
Are you sure you want to change the base?
Conversation
Also, follow the enable instructions here: http://bitgriff.blogspot.ru/2013/02/drupal-with-android-integration-make_16.html
i installed and enabled the services module in my drupal site, you should be set to go now Στις 1:03 π.μ. Δευτέρα, 17 Φεβρουαρίου 2014, ο/η Stefanos Togoulidis [email protected] έγραψε: Hey @billtzim , the "services" Drupal module is needed for an "API" style support, to be consumed by mobile clients for example. The android client I've started (check out the client branch as well: https://github.com/OpenThessaloniki/PointsOfInterest/tree/hypest/android-client) is using the XML-RPC server. You can merge this Pull Request by running |
When i was researching about android and drupal i found (you might have stumbled upon it your self) the followinf site http://www.codeproject.com/Articles/548408/Drupal-with-Android-integration-Make-posts-and-upl It has at least 2 other parts i think, you'll find them :) it might help Στις 1:07 π.μ. Δευτέρα, 17 Φεβρουαρίου 2014, ο/η Stefanos Togoulidis [email protected] έγραψε: Also, does anyone (@billtzim or @akritiko or @Abraxas11 or @IAmHomeless or @kolofotias ) happen to have any good info on how to format the "field_address" field when creating a new article (in xml-rpc) ? It still gives me pain to structure it :( |
@billtzim, you may go ahead and merge this pull request if you you find it OK. I'm not very confident with Drupal, that's why I don't do it myself :P As for the link to the codeproject page, that's actually the code I based the scaffolding app on ;) |
BTW, in the meantime after my request for help on our Drupal article structure (in xmlrpc) I did find my way around that and have the android app be able to do the article posting. I do my tests against my own server at http://aws.hypest.com/openthess |
Hey @billtzim , the "services" Drupal module is needed for an "API" style support, to be consumed by mobile clients for example. The android client I've started (check out the client branch as well: https://github.com/OpenThessaloniki/PointsOfInterest/tree/hypest/android-client) is using the XML-RPC server.
For the services module, check out the instructions here: http://bitgriff.blogspot.ru/2013/02/drupal-with-android-integration-make_16.html