This is a mock API to simulate the REST interface of an imaginary service.
The To-Do Service provides a cloud-hosted task list through which subscribers can post tasks and receive reminders of those tasks.
If this topic doesn’t tell you what you want to know about the To-Do Service, try one of these overview topics.
Post your first task (coming soon) with the To-Do Service to see how easy it is to use
Learn how to do common tasks with in the To-Do Service.
First, do this tutorial to set up your development system for these tutorials. You only have to do this one time per development system.
After your system is ready, these tutorials show you how to perform common tasks.
Detailed descriptions of the service’s resources.
The API reference docs refer to a {base_url}
when they
refer to the URL of a resource. The {base_url}
value depends
on the installation of the service.
When run locally for testing, the {base_url}
is
generally http://localhost:3000
.