From 74a5affe1be18525dbead460fc71dbd88bd07ccf Mon Sep 17 00:00:00 2001 From: Taloth Date: Sun, 6 Apr 2014 08:55:53 -0700 Subject: [PATCH] Basic Auth was removed from API endpoints leaving only API Key auth. [Commit f92aded4f09713a543d2d95c8018530f52ab07cc] --- API/API.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/API/API.md b/API/API.md index 0c48a83..0f5b468 100644 --- a/API/API.md +++ b/API/API.md @@ -5,21 +5,14 @@ All API endpoints are based off of `/api` if you access drone via `http://localh ## Authentication ## -All requests made from a system other than localhost require authentication, either an API Key or Basic Authentication is supported, although it is recommended to use the API Key. Basic auth may be disabled on the API in a future version. - -API Key uses the X-Api-Key header for authentication. +All requests made to the api endpoint require API Key authentication using the X-Api-Key header. ### API Key ### -- Recommended -- Found in Config.xml +- Can be accessed and reset via Settings -> General +- Stored in Config.xml - alpha-numeric (lower case) -### Basic Auth ### - -- Not recommended -- Username & Password - ## Dates & Times ## - All dates/timestamps are ISO-8601 formatted in UTC `2014-01-27T01:30:00Z`