Resource icon

xF2 Dev Tools How to call the XenForo API

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
19,149
Points
823

Reputation:

ENXF NET submitted a new resource:

How to call the XenForo API - A tutorial with working examples of how to call the XenForo API

The new REST API in XenForo 2.1 lets us integrate third party apps with XenForo in new ways.

The key thing to remember about this API implementation is that it follows REST principals (REpresentational State Transfer) which simply means that there is a uniform set of operations that you can perform on the web service that exposes the API (in this case, our XenForo forum).

Most developers will be familiar with the two common HTTP methods we use in most web applications: GET to retrieve...

Read more about this resource...
 

Soft4Win

Developer
Staff member
Moderator
Collaborate
Registered
Joined
Apr 27, 2019
Messages
370
Points
103

Reputation:

Wow great resource, thanx alot for this.
 
Top