commit | a9648ee89af1ea51ae3e34444c607438ab6c17f3 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Mon Apr 04 16:06:00 2016 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Mon Apr 04 16:06:00 2016 -0700 |
tree | 17ceeaf96aae1e3f9b46b5bbe5b11aa62967e307 | |
parent | bbd84c32def1a2240b7de649456ffae78c02c45c [diff] |
move examples into subdirectories
diff --git a/xos/api/examples/add_subscriber.sh b/xos/api/examples/cord/add_subscriber.sh similarity index 100% rename from xos/api/examples/add_subscriber.sh rename to xos/api/examples/cord/add_subscriber.sh
diff --git a/xos/api/examples/add_volt_to_subscriber.sh b/xos/api/examples/cord/add_volt_to_subscriber.sh similarity index 100% rename from xos/api/examples/add_volt_to_subscriber.sh rename to xos/api/examples/cord/add_volt_to_subscriber.sh
diff --git a/xos/api/examples/cord/config.sh b/xos/api/examples/cord/config.sh new file mode 100644 index 0000000..92d703c --- /dev/null +++ b/xos/api/examples/cord/config.sh
@@ -0,0 +1,2 @@ +# see config.sh in the parent directory +source ../config.sh
diff --git a/xos/api/examples/delete_subscriber.sh b/xos/api/examples/cord/delete_subscriber.sh similarity index 100% rename from xos/api/examples/delete_subscriber.sh rename to xos/api/examples/cord/delete_subscriber.sh
diff --git a/xos/api/examples/delete_volt_from_subscriber.sh b/xos/api/examples/cord/delete_volt_from_subscriber.sh similarity index 100% rename from xos/api/examples/delete_volt_from_subscriber.sh rename to xos/api/examples/cord/delete_volt_from_subscriber.sh
diff --git a/xos/api/examples/get_subscriber.sh b/xos/api/examples/cord/get_subscriber.sh similarity index 100% rename from xos/api/examples/get_subscriber.sh rename to xos/api/examples/cord/get_subscriber.sh
diff --git a/xos/api/examples/get_subscriber_features.sh b/xos/api/examples/cord/get_subscriber_features.sh similarity index 100% rename from xos/api/examples/get_subscriber_features.sh rename to xos/api/examples/cord/get_subscriber_features.sh
diff --git a/xos/api/examples/update_subscriber.sh b/xos/api/examples/cord/update_subscriber.sh similarity index 100% rename from xos/api/examples/update_subscriber.sh rename to xos/api/examples/cord/update_subscriber.sh
diff --git a/xos/api/examples/cord/util.sh b/xos/api/examples/cord/util.sh new file mode 100644 index 0000000..7b66903 --- /dev/null +++ b/xos/api/examples/cord/util.sh
@@ -0,0 +1 @@ +source ../util.sh