From e6159f4fb3bc96cb75e690aeee31717455122c8e Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 27 Feb 2014 20:10:02 -0700 Subject: remove comments. --- bin/acceptance.sh | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'bin') diff --git a/bin/acceptance.sh b/bin/acceptance.sh index c5bf358..3a147a5 100755 --- a/bin/acceptance.sh +++ b/bin/acceptance.sh @@ -19,24 +19,12 @@ function connect() echo } -# GET /licenses - list of all well licenses -connect $TARGET_HOST connect $TARGET_HOST/v1/licenses - -# GET /licenses/:guid - details of a single license connect $TARGET_HOST/v1/licenses/$PUBLIC_ACTIVE_LICENSE connect $TARGET_HOST/v1/licenses/$CONFIDENTIAL_ACTIVE_LICENSE - -#* GET /companies/:guid/licenses - list of all active licences for company connect $TARGET_HOST/v1/companies/$COMPANY_ABC/licenses - -#* GET /companies/:guid/licenses?township=:township - list of active licenses for township, for company. connect $TARGET_HOST/v1/companies/$COMPANY_XYZ/licenses?township=2 - -#* GET /companies/:guid/licenses?township=:township&status=expired - list of active licenses for township, for company. connect $TARGET_HOST/v1/companies/$COMPANY_ABC/licenses?status=expired&township=1 - -#* GET /companies/:guid/licenses?status=confidential - list of confidential licenses for company. connect $TARGET_HOST/v1/companies/$COMPANY_XYZ/licenses?status=confidential sleep 1 -- cgit v1.2.3