Since around 2009 I've been utilizing Drupal as a content management system for many different large and small deployments. The power of Drupal when interfacing with non-standard custom content comes in the flexibility of its' content types coupled with the expansive module system. Yesterday I posted a working example on Github of interfacing Unity3D with Drupal 8 REST services using C#.
REST services in Drupal 8 are very promising in comparison to Drupal 7 services; which I encountered many bugs with. I have not yet started dealing with the CSRF token in Drupal 8; but so far I am very excited!
Using the class is very easy. In this example, connecting to a Drupal CMS at 127.0.0.1:
Comments
Comments are currently disabled.