commit | 69011bf9e867d5ec7cc87d85e74f073b2762ce07 | [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 | 46a27e94eef10fa2962ec4facb9612228a4067fa | |
parent | 5892b15c0cf2f0a10d31a38c401c59fc631e650b [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