Menu

Ajax API

Martin Scharm

The Ajax API is already available in the original MyTinyTodo version. Unfortunately, in the original version you had to make you MyTinyTodo instance publicly editable. As soon as you assign a password to protect your data the API isn't usable from external tools.

I changed this behavior and introduced a [Signature] (see [Config]). So you are free to protect your web interface with a username/password and you are still able to call the Ajax API using your [Signature].

Some examples will be available soon.


Related

Wiki: Home