I'm seeing lots of ways of exposing Drupal through REST - but I want to do the opposite. I want to write a module which accesses data through a third party REST server.
Can you recommend a module which is a good example of providing content through REST?
Ideally I want to avoid copying all the data into nodes because those nodes would be created and updated more often than they would be read.

Thanks

Comments

fndtn357’s picture

I recommend this new book, Drupal Web Services, by Packt Publishing. Starting in Chapter 2 is a discussion about consuming a web service rather than generating one.

alexmc’s picture

You're a star, thanks!