Difference between revisions of "User:TheY4Kman/Plug-in Search API"

From AlliedModders Wiki
Jump to: navigation, search
(New page: '''WORK IN PROGRESS!''' The plug-in search API exposes the plug-ins database through the JSON format. ==How To Use It== Criteria for searching is specified in GET variables in the URL. Fo...)
 
(How To Use It)
Line 3: Line 3:
  
 
==How To Use It==
 
==How To Use It==
Criteria for searching is specified in GET variables in the URL. For example: http://users.alliedmods.net/~they4kman/plugin_search.php?approved=yes&author=theY4Kman will retrieve all the plug-ins by the
+
Criteria for searching is specified in GET variables in the URL. For example, http://users.alliedmods.net/~they4kman/plugin_search.php?approved=yes&author=theY4Kman will retrieve all the plug-ins by theY4Kman.

Revision as of 17:56, 14 March 2009

WORK IN PROGRESS! The plug-in search API exposes the plug-ins database through the JSON format.

How To Use It

Criteria for searching is specified in GET variables in the URL. For example, http://users.alliedmods.net/~they4kman/plugin_search.php?approved=yes&author=theY4Kman will retrieve all the plug-ins by theY4Kman.