This mock API simulates 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.
You can get started with your API documentation, using the Introduction to using Request Headers and Request Body in your API Documentation quickstart guide 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
.