discourse-api-php icon indicating copy to clipboard operation
discourse-api-php copied to clipboard

PHP API client for Discourse

Results 7 discourse-api-php issues
Sort by recently updated
recently updated
newest added

Moved post requests to the same header auth as get requests.

Hi, I was working on adding a feature to our SSO plugin that syncs groups to Discourse, but found out that we need to have the group already be created...

Are you interested in re-formatting this repo so that it can be added to Composer? If not, would you object to a PR that accomplishes this?

Example: `$permission = array('groupName' => 1); // 1 being the permission level (1 = Full, 2 = Create Post, 3 = Read Only)`

create_post is not working, what should be the best approach to create post using this api.

The group method is documented to imply that it adds users to the group, but in fact it REPLACES the users in the group. If you add users A and...

Do you think it is also possible to update a user using the API (email, username, name) ?