Skip to content

Releases: cadox8/XenAPI

2.0.0-10-SNAPSHOT

04 Nov 20:19
4449980

Choose a tag to compare

2.0.0-9-SNAPSHOT

27 Oct 19:57
c547d67

Choose a tag to compare

v2.0.0-7-SNAPSHOT

25 Oct 02:07
2f2d5e2

Choose a tag to compare

API [php] for XenForo 1.X.X

03 Nov 14:33
19fee61

Choose a tag to compare

This is the only way to get the API for XenForo 1.X.

Unzip, drag and drop the file inside yours xenforo root instalation folder and navigate to https://<your_domain.com>/api.php and youre ready! (Obviously you will need to edit api.php to add your secret key to acces).

0.5.0-SNAPSHOT

28 Jun 18:53

Choose a tag to compare

+ Support for *Hash* in all Requests
+ New documentation
+ Added *getJSON()* and *getUrl()* to all responses
+ Working on new AlertsReply
+ Added new Log system

- Removed old files

New docs url
Changed README
Fixed typo in RequestType.GET_ACTIONS

Release 0.4.4

01 Apr 19:32
802493b

Choose a tag to compare

Delete Launcher.java

Release 0.4.0

05 Jun 15:56

Choose a tag to compare

Java-API Release (v0.4.0)

  • You can create Posts, Threads, and Get everything.
  • This version is stable, so I'm not expecting any bug (but may appear).
  • The Main class (Launcher) only is for debug propurses and won't work in your forum. You should forget It.

Web-API release (v1.4.4)

Without Changes

Release 0.3.2

31 May 08:56
ae266f5

Choose a tag to compare

Java-API Release (v0.3.2)

  • This versions contains only a bit of all actions that the WEb-API has.
  • This version is stable, so I'm not expecting any bug (but may appear).
  • The Main class (Launcher) only is for debug propurses and won't work in your forum. You should forget It.

Web-API Release (v1.4.4)

  • Updated Contex code.
  • Added Logout action.