Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.76 KB

README.md

File metadata and controls

27 lines (22 loc) · 1.76 KB

youtube tutorial

This talk was given at Drupal Camp Baltimore 2014. In it, I discuss REST and (briefly) SOAP APIs built with the Drupal content management system. I give a number of hands on examples using Views Datasource, RESTful Web Services (RestWS), and the Services module.

#Table of contents

  • Intro 0:01
  • Why Build Web Services? 4:07
  • Views Datasource 9:01
  • Views Datasource Example 10:45
  • Restful Webservices Module (RestWS) 15:35
  • Restful Webservices Module (RestWS) Example 18:12
  • Services Module 30:22
  • Service Module Example 32:00

#Slides http://slides.com/mattkorostoff/drupal-web-services

#Code samples https://github.com/MKorostoff/services-demo

#Further reading