signalpoint / jDrupal

A JavaScript Library and API for Drupal Applications
http://jdrupal.tylerfrankenstein.com/
GNU General Public License v2.0
76 stars 38 forks source link

Support custom Entity Types via Services Entity #60

Closed signalpoint closed 7 years ago

signalpoint commented 7 years ago

Add support for non-core entity types. We should easily handle ECK and code created entity types.

signalpoint commented 7 years ago

See the README for usage: https://github.com/signalpoint/jDrupal/tree/7.x-1.x#custom-entity-types

signalpoint commented 7 years ago

Still need support for update and delete.