Torrent Suite™ Software API User Guide

The Torrent Suite™ Software API User Guide describes the technology behind API and how to leverage the technology using the REST interface.

Topics in this list provide background and conceptual information on parameters, requests, responses, and endpoints:

The following topics provide more detail about implementing and maintaining REST applications:

The API is built on the Django Framework, which implements a Model View Controller (MVC) architecture and supports the REST communication model. Using the Torrent Suite™ Software REST API, client applications operate on resources modelled in the back-end PostgreSQL database. Database, file, and system resources are addressable using a Universal Resource Identifier (URI), and can be created, read, modified, searched, and sorted using parameterized REST methods.

This document provides a semantic description of the API, which complements the API syntax presented in the Torrent Server REST API v1 Resources.

Previous topic

Ion Torrent™ Server API Quick Reference - 2

Next topic

Purpose

This Page