Hello,
I've been playing with the slimtimer API and have so far successfully
managed to pull my userid and access token.
However, whenever I try a GET request to give me a list of tasks, I
get the following:
500 Server closed connection without sending any data back
Content-Type: text/plain
Client-Date: Mon, 15 Sep 2008 21:57:14 GMT
Client-Warning: Internal response
500 Server closed connection without sending any data back
http://www.slimtimer.com/users/<my userid>/tasks
<?xml version="1.0" encoding="UTF-8"?> <request> <api-key>*******</api-
key> <access-token>***********</access-token> </request>
Is this the correct XML to send?