From 9683f2d6f31522d1c5189891acf18a946cd801e3 Mon Sep 17 00:00:00 2001 From: ubergeek Date: Mon, 27 Jan 2020 11:09:57 -0500 Subject: [PATCH] Added portability statement of design goal --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30ad44e..aa6feb0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Thunix API -This is the working spec for the Thunix API. Until finalization, the spec will be consider v1. v1 of the API shall be considered unstable, and a work in progress. +This is the working spec for the Thunix API. Until finalization, the spec will be consider v1. v1 of the API shall be considered unstable, and a work in progress. The API should be agnostic to linux distros, and flavors of \*Nix OS's (ie, BSD, etc) whenever possible. The API will be authenticated, at all times, using the user's credentials sent in the host headers.