API Addon

xf_phantom

Well-known member
What is the best available API Addon for xenforo?
Is it possible to create templates, phrases,routes, events and event listeners with one?

ATM i've changed the controllers to avoid the csrf & session check and then i just send an post request to the controller, but i want to replace this with a better & cleaner method:D
 
What is the best available API Addon for xenforo?
Is it possible to create templates, phrases,routes, events and event listeners with one?

ATM i've changed the controllers to avoid the csrf & session check and then i just send an post request to the controller, but i want to replace this with a better & cleaner method:D
http://xenforo.com/community/resources/bd-api.1732/

http://xenforo.com/community/resources/xenapi-xenforo-rest-api.902/

These two should give you a good idea as to what is possible ;)

(2nd one is open source last I knew)
 
http://xenforo.com/community/resources/bd-api.1732/

http://xenforo.com/community/resources/xenapi-xenforo-rest-api.902/

These two should give you a good idea as to what is possible ;)

(2nd one is open source last I knew)
The first one is also open source actually.

[FEATURES]
1. Authentication with OAuth2
2. RESTful API fully documented https://github.com/xfrocks/bdApi/blob/master/docs/api.markdown
3. Flexible, easy to extend for your need
4. Open source: https://github.com/xfrocks/bdApi
 
Top Bottom