| Benvingut! | Català ![]() |
Returns information for a given Remember The Milk API method.
This method does not require authentication.
api_key (Required)method_name (Required)
<method name="rtm.test.login" needslogin="1" needssigning="1" requiredperms="1">
<description>A testing method which checks if the caller is logged in.</description>
<response><user id="987654321">
<username>bob<username>
</user>
</response>
<arguments>
<argument name="api_key" optional="0">Your API application key.
<a href="/services/api/api_key.rtm">See here</a> for more details.</argument>
...
</arguments>
<errors>
<error code="96" message="Invalid signature">The passed signature was invalid.</error>
...
</errors>
</method>
1: Method not found100: Invalid API Key105: Service currently unavailable111: Format "xxx" not found112: Method "xxx" not found114: Invalid SOAP envelope115: Invalid XML-RPC Method Call