restws

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
j. ayen green's picture

Getting restws to do more than respond

Having discovered that Services just can't handle parsing XML correctly (attributes), and that altering the parser list to call simplexml doesn't, in the end, seem to call it, I'm trying my luck with restws, given that it seems to be the direction to head in anyway.

I have configured the path in my module as such:

function mymodule_restws_resource_info() {
    return array(
        'mymodule_person' => array(
            'label' => t('Person'),
            'class' => 'PersonResourceController',
            'menu_path' => 'api/person',
        ),
Read more
sepgil's picture

[GSoC Proposal] Improving RESTful Web Services

Overview

RestWS is a module which allows Drupal to expose it’s data as RESTful web services. This project aims to improve the module to a stable state, by fixing some bugs and adding new important features.

Description

Read more
Subscribe with RSS Syndicate content