Welcome to Bull’s documentation!

Contents:

GET /reports

Run and display various analytics reports.

GET /logout

Logout the current user.

GET /login

For GET requests, display the login form. For POSTS, login the current user by processing the form.

POST /login

For GET requests, display the login form. For POSTS, login the current user by processing the form.

POST /buy

Facilitate the purchase of a product.

GET /test/(product_id)

Return a test page for live testing the “purchase” button.

Parameters:
  • product_id (int) – id (primary key) of product to test.
GET /(purchase_uuid)

Serve the file associated with the purchase whose ID is purchase_uuid.

Parameters:
  • purchase_uuid (str) – Primary key of the purchase whose file we need to serve

Indices and tables

Table Of Contents

Next topic

Installation

This Page