aboutsummaryrefslogtreecommitdiffstats
path: root/orchestrator-restapi/README.md
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2016-06-15 23:09:44 +0200
committerJon Bratseth <bratseth@yahoo-inc.com>2016-06-15 23:09:44 +0200
commit72231250ed81e10d66bfe70701e64fa5fe50f712 (patch)
tree2728bba1131a6f6e5bdf95afec7d7ff9358dac50 /orchestrator-restapi/README.md
Publish
Diffstat (limited to 'orchestrator-restapi/README.md')
-rw-r--r--orchestrator-restapi/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/orchestrator-restapi/README.md b/orchestrator-restapi/README.md
new file mode 100644
index 00000000000..367a4cfbdf3
--- /dev/null
+++ b/orchestrator-restapi/README.md
@@ -0,0 +1,5 @@
+# REST API definitions for Orchestrator.
+
+Having the API definitions in a separate module makes it easier
+to build clients without duplicating code. It also makes it
+harder to introduce bugs due to mismatching paths, parameters etc.