Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
Taras Kunyk edited this page May 13, 2015 · 3 revisions

Introduction

Lemberg Drupal API is a library for native Android applications to communicate with Drupal web servers.

Currently library is using google volley and gson libraries for communication with server and object serialization/deserialization.

Main purpose of this library is to make communication with Drupal 8 - based servers as easy and intuitive as possible.

  1. Synchronous and asynchronous requests
  2. Flexible object serialization / deserialization
  3. API can calculate object differences to perform patch requests
  4. Simple entities request
  5. Automated user re-login
  6. Server connectivity issues notification
  7. Duplicate request filter, allowing to reject or optimize simultaneous duplicate requests to the server
  8. Simplified multipart entity submitting to the server
  9. File fetching from server
  10. DrupalImageView
Clone this wiki locally