From 7495e134240190e9699b8da9530d057edd0e93e6 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 7 Jun 2016 18:16:46 +0200 Subject: doc/api.md: Add TOC Signed-off-by: Florian Pritz --- doc/api.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'doc/api.md') diff --git a/doc/api.md b/doc/api.md index 8728f3b8f..37e3e2937 100644 --- a/doc/api.md +++ b/doc/api.md @@ -1,5 +1,18 @@ # API +**Table of Contents** + +- [General notes](#general-notes) + - [URLs](#urls) + - [Compatibility](#compatibility) + - [Unless stated otherwise ...](#unless-stated-otherwise-) + - [Access levels](#access-levels) +- [General response structure](#general-response-structure) + - [Error handling](#error-handling) +- [General errors](#general-errors) +- [Endpoints](#endpoints) + - [Examples](#examples) + The API provides programmatic access to upload, delete files, view the currently uploaded ones and combine them to multipastes, as well as functions to manage api keys. Responses are available in JSON. -- cgit v1.2.3-24-g4f1b