summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-08 16:14:33 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-08 16:14:33 +0100
commit80889fe9a13ee5cab8bc80be93a6f3545e4a5e50 (patch)
tree8205d8c9164b4e495ad9e4e665322e2f2d865708 /README
parentdb5d52961aa7e0b6a17d67e0acbfe832846bc378 (diff)
downloadorchestration-80889fe9a13ee5cab8bc80be93a6f3545e4a5e50.tar.gz
Add ReadMe detailing the BottleRock interface
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 17 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..9edd0f9
--- /dev/null
+++ b/README
@@ -0,0 +1,17 @@
+# BottleRock Interface
+
+BottleRock, by default, is hosted on port 8080. It has the following endpoints
+
+ /repo_update
+ Method: POST
+ Body: Takes a form containing the arg repo_name
+ Example:
+ curl -X POST -F repo_name=SomeRepo http://localhost:8080/repo_update
+
+ /definitions_update
+ Method: POST
+ Not yet implemented.
+
+ /build_complete
+ Method: POST
+ Not yet implemented.