Drupal 7 API

bdovaz

(6)
$29
Publisher bdovaz
File size 235.50kB
Number of files 55
Latest version 1
Latest release date 2020-05-20 11:51:20
First release date 2016-09-12 04:52:27
Supported Unity versions 2018.4.2 or higher
Do you manage or want to manage your project content on a CMS like Drupal and want to access that information (users, asset bundles, images, audios, videos, texts, etc.) or generate it (user registration, login, progress, etc.) from Unity?

A full Drupal 7 API integration. It implements all endpoints available using Services module.

Online documentation | Forum thread

Supported Platforms
★ It should work on any platform supporting “UnityWebRequest” class.

Features
Full Drupal 7 Rest API support via Services module (with 100% endpoints implemented).
Full object oriented API (you don't deserialize anything, it's already done it for you).
★ Entities raw data it’s always retained to allow extensibility (user custom fields, node custom fields, etc…).
★ It’s really easy to extend the API to user custom created resources with a partial class or extension method (example provided).
C# Source code included.
Documentation available.
Easy integration on your Unity project.
★ Well organized and structured code.
Event based. Example: OnUsersRetrieved(IEnumerable<DrupalUserData> users)
Fully testable in editor: You can also log Drupal original endpoint url and XML response.
Examples available. Includes an example to test the full API with a console view.
★ It can be made compatible with assets like Best HTTP/2.

Top Publisher Assets