Available XMLRPC methods for this server

Index

Details

(array) ketarin.GetMostDownloadedApplications()

Description :

Returns a list of the most often downloaded
applications. The number of apps is currently 50.

(return to index)

(array) ketarin.GetApplications( [ (string) searchSubject ] )

Description :

Gets all applications matching a
search criteria (application name or GUID).

Parameters :

TypeNameDocumentation
stringsearchSubject

(return to index)

(array) ketarin.GetSimilarApplications((string) searchSubject, (string) appGuid)

Description :

Gets all applications matching a
search criteria (application name)
except for the application given in the
second parameter.

Parameters :

TypeNameDocumentation
stringsearchSubject
stringappGuidhe application to ignore

(return to index)

(array) ketarin.GetUpdatedApplications((array) applications)

Description :

Gets the XML of all applications that have
been passed as argument and have been updated
(according to the UpdatedAt information of the arguments).

Parameters :

TypeNameDocumentation
arrayapplicationsapplicationguid, updatedat)

(return to index)

(string) ketarin.GetApplication((integer) shareId)

Description :

Returns the data of a particular
application by its server-ID.

Parameters :

TypeNameDocumentation
integershareId

(return to index)

(integer) ketarin.SaveApplication((string) xml, (string) authorGuid)

Description :

Adds an application to the database
or updates it.

Parameters :

TypeNameDocumentation
stringxmlSerialized application as XML
stringauthorGuiduid of the author. When updating applications, it must be identical to the one used when adding the application.

(return to index)