Function overview
The functions of the MyTunesRSS API are grouped to services. Each service has a number of related functions. A function call name (the "methodName" in XML-RPC or the "method" in JSON-RPC) always is the name of the service and the function separated with a dot. For example the function "login" of the "LoginService" is called via "LoginService.login". The functions are described neither in XML-RPC nor in JSON-RPC but in an abstract way. The general syntax of the calls is described here and you can also find general information on XML-RPC here and JSON-RPC here.
The documentation will not cover every detail of the API, especially the returned values. Usually it should become clear with a few test queries. So please just try the functions on the command line as explained here. Also feel free to post questions to the Remote API forum.
Functions
Album Service
Artist Service
Edit Playlist Service
Genre Service
Login Service
Playlist Service
Server Service
Tag Service
Track Service
Transcoding Service
Remote Control Service