added getGroups action, getUsers fix #73
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The add-on on the community has been marked as "Unmaintained".
https://xenforo.com/community/resources/xenapi-xenforo-php-rest-api.902/
Tried to contact @Contex by email, after no reply I've decided to implement by myself the getGroups action.
Request:
api.php?action=getGroups
Examples:
api.php?action=getGroups
Response:
[{ "user_group_id": 1, "title": "Unregistered / Unconfirmed", "display_style_priority": 0, "username_css": "", "user_title": "Guest", "banner_css_class": "", "banner_text": "" }, { "user_group_id": 2, "title": "Registered", "display_style_priority": 0, "username_css": "", "user_title": "", "banner_css_class": "", "banner_text": "" }, { "user_group_id": 3, "title": "Administrative", "display_style_priority": 1000, "username_css": "", "user_title": "Administrator", "banner_css_class": "", "banner_text": "" }, { "user_group_id": 4, "title": "Moderating", "display_style_priority": 900, "username_css": "", "user_title": "Moderator", "banner_css_class": "userBanner bannerHidden", "banner_text": "" }]