- π·π΄Romania claudiu.cristea Arad π·π΄
This version of Drupal is not supported anymore. If this is still an issue in the
8.x-1.x
branch, please open a new up-to-date ticket. Closing.
I've written a preliminary module for the new services 3.x branch. (http://www.drupal.org/project/services). Requires the Services 3.x branch hosted on github.
My initial module adds the following actions:
[POST] {endpoint}/node/{nid}/join/{uid}
[POST] {endpoint}/node/{nid}/leave/{uid}
[GET] {endpoint}/node/{nid}/users (optional) ?is_active=1&is_admin=1
[GET] {endpoint}/user/{uid}/groups (optional) ?is_active=1
Right now the permissions are very locked down. Users must have "administer organic groups" permission to do any of these things. I'd like to make this work more like the other og permissions but haven't had time yet. I'd also like to add more actions for querying group information.
Closed: outdated
2.0
og.module
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This version of Drupal is not supported anymore. If this is still an issue in the 8.x-1.x
branch, please open a new up-to-date ticket. Closing.