Tyler Frankenstein

Results 188 comments of Tyler Frankenstein

@kentr excellent, very clever. That'll work.

FYI, jDrupal can now utilize Services Entity to support all entity types (core and custom): https://github.com/signalpoint/jDrupal/issues/60

@moussaoui91 you're welcome. I am not very familiar with JSONP, so I'm not quite sure what is involved. Will you please provide a simple example of JSONP? Say for example,...

@moussaoui91 That's good the Services module offers JSONP support. Until I (or a client) needs JSONP support, I won't be able to dedicate any resources to it. If you work...

@kentr In D7, DrupalGap hooks into the System Connect call, and appends information like this to the JSON results so the app can determine things about the users/roles/permissions. I chose...

FWIW, I think this issue is related: https://www.drupal.org/node/2631774 Although it is for comments, I'm hoping that someday D8 REST will just let us `PATCH` JSON objects, and if a protected...

+1 to the server side module being bundled with jDrupal as a sub module

Yup, no problem. Then the npm portion(s) could each be separate packages.

This isn't ready yet because Services doesn't return a fully loaded node object.

This _can_ be in Services now: https://www.drupal.org/node/2601764