Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

Topics contains old discussions (generally more than one year ago or based on circumstances that subsequently changed) or topics resolved in other ways. Topics moved into this category are closed from further discussion.

Question Looking for input on API needs

More
17 years 3 months ago - 17 years 3 months ago #124 by fxstein
As there are many plugins and componts that need to be better integrated we want to enable you in a much more sturctured way that the current 'hacks' that are being used and that break everytime something gets changed.

We are working on a preliminary spec for a very simple API that will allow all developers out there to access Kunena data without the need for you to know tablenames, SQL syntax and other internals.

The idea is to have a clean class design inside of kunena.api.php (new) similar to the following:
Code:
CKunenaAPI { GetConfigSetting(Setting){...} GetLatestPosts(nNumberOfPosts, nViewedByUserId=0, PostedByUserId=0){...} GetLatestThreads(nNumberOfThreads, nViewedByUserId=0, PostedByUserId=0){...} StartNewThread(nCatId, nUserId, Subject, Body){...} ReplyToThread(nThreadId, nUserId, Subject, Body){...} ... }

Here is the request: What functionality do your plugins or integrations require that need API calls to avoid you having to code SQL or reach into internals of Kunena.

We will soon release the very first version of the API as part of one of the next builds. This will make your applications and plugins neutral to any backend changes, much easier to implement and will take care of security and other internal logic that might be hard to replicate through reverse engineering.

If you know of anybody workin on plugins or integration please have them chime in.

Please real input only, lets avoid lots of noise - makes it a lot easier for us to find.

Thx!

fxstein

We love stars on the Joomla Extension Directory . :-)
Last edit: 17 years 3 months ago by fxstein.

Please Log in or Create an account to join the conversation.

More
17 years 3 months ago #141 by johnnydement
Yes, please, if you have any extension you want kunena to work with, please make this thread reach their devs hears, so they can help us build a good API for them to play with ;)

Please Log in or Create an account to join the conversation.

More
17 years 3 months ago #241 by fxstein
We really need your help to take this to as many 3rd party developers as possible. We want to define a comprehensive API that allows others to easily and safely integrate with Kunena.

Thx!

fxstein

We love stars on the Joomla Extension Directory . :-)

Please Log in or Create an account to join the conversation.

More
17 years 3 months ago #274 by fuqaha
Will forward this to jomsocial dev. :)

Please Log in or Create an account to join the conversation.

More
17 years 3 months ago #298 by kuato
Please, support for 404sef , that is the only thing i need to change from Fireboard 1.0.5 to Kunena.

Please Log in or Create an account to join the conversation.

More
17 years 3 months ago #299 by fxstein
kuato wrote:

Please, support for 404sef , that is the only thing i need to change from Fireboard 1.0.5 to Kunena.


Hehe - same here! B)

Back to topic: Input for API design please.

We love stars on the Joomla Extension Directory . :-)

Please Log in or Create an account to join the conversation.

Time to create page: 0.245 seconds