Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

This wiki contains the documentation for the MILK Books API.

Both the API and the documentation are works-in-progress. This documentation describes the functionality as it stands, as well as planned functionality for the future.

Overview

This documentation is aimed at a developer who wishes to interface with the MILK Books API and assumes familiarity with the following technologies

  • HTTP (Verbs, Custom Headers)
  • REST

Flow

The normal flow a user would take through an order is as follows:

  1. List the available Products
  2. If not registered, create a User
  3. If no existing session, create a Session
  4. Create a Project (Planned)
  5. Create a Basket (Planned)
  6. Add a Project to a Basket (Planned)
  7. Show Basket Contents (Planned)
  8. Checkout (Planned)
  9. Order Status (Planned)
  • No labels