XenAPI icon indicating copy to clipboard operation
XenAPI copied to clipboard

This PHP REST API allows usage of several of XenForo functions, such as authentication, user information and many more functions!

Results 25 XenAPI issues
Sort by recently updated
recently updated
newest added

I am extremely confused on how to get my API key. I have installed the api.php file in my Xenforo root, but don't know what to do from there. Please...

Would love to see this updated to 2.0! :)

Can someone please create an example for creating a post with an attachment Best regards

Needs to be updated for XenForo 2.0. Will pay $50 if somebody can do it for me 😄

Could you please give an example of createAlert request? I just need to know request parameters.

Hello, can you help me ? i'm trying to find how to get if the user is connected and get his name and rank on Xenforo but i don't know...

Saving the parse tree can be a decent CPU saving, if it is enabled and for complex enough posts. It's the "Don't parse a post twice on requesting it" fix...

The add-on on the community has been marked as "Unmaintained". [https://xenforo.com/community/resources/xenapi-xenforo-php-rest-api.902/](url) Tried to contact @Contex by email, after no reply I've decided to implement by myself the getGroups action. Request:...

Nodes where array( 1, 2, 3, ....) line 2556 `} else if (!is_numeric($this->getRequest('node_id')) && !is_array($this->getRequest('node_id'))) { // Throw error if the 'limit' argument is set but not a number. $this->throwError(21,...

`public function getUser($input, $fetchOptions = array())` Assume there is a privileged account with an Id of 1750. Next assume that an account is created with the username "1750". When getUser...