diff --git a/demo.py b/demo.py index e6006e9..fcfbe19 100755 --- a/demo.py +++ b/demo.py @@ -41,3 +41,29 @@ offset = None print("--List Account Phone Numbers") result = numbers_controller.get_account_phone_numbers(starts_with, ends_with, contains, limit, offset) pprint.pprint(result) + +limit = 3 +offset = None +max_setup_cost = None +areacode = 347 +print("--List Available Exchange Codes") +result = numbers_controller.list_available_exchange_codes(limit, offset, max_setup_cost, areacode) +pprint.pprint(result) + +limit = 3 +offset = None +max_setup_cost = 3.25 +print("--List Available Area Codes") +result = numbers_controller.list_available_area_codes(limit, offset, max_setup_cost) +pprint.pprint(result) + +starts_with = 646 +contains = 3 +ends_with = 7 +limit = 3 +offset = None +rate_center = None +state = 'WA' +print("--Search for Purchasable Phone Numbers") +result = numbers_controller.search_for_purchasable_phone_numbers(starts_with, contains, ends_with, limit, offset, rate_center, state) +pprint.pprint(result) diff --git a/flowroutenumbersandmessaging/__init__.pyc b/flowroutenumbersandmessaging/__init__.pyc deleted file mode 100644 index b0da8c3..0000000 Binary files a/flowroutenumbersandmessaging/__init__.pyc and /dev/null differ diff --git a/flowroutenumbersandmessaging/api_helper.pyc b/flowroutenumbersandmessaging/api_helper.pyc deleted file mode 100644 index 1797ae2..0000000 Binary files a/flowroutenumbersandmessaging/api_helper.pyc and /dev/null differ diff --git a/flowroutenumbersandmessaging/configuration.pyc b/flowroutenumbersandmessaging/configuration.pyc deleted file mode 100644 index ed8a29b..0000000 Binary files a/flowroutenumbersandmessaging/configuration.pyc and /dev/null differ diff --git a/flowroutenumbersandmessaging/controllers/__init__.pyc b/flowroutenumbersandmessaging/controllers/__init__.pyc deleted file mode 100644 index 045efc6..0000000 Binary files a/flowroutenumbersandmessaging/controllers/__init__.pyc and /dev/null differ diff --git a/flowroutenumbersandmessaging/controllers/base_controller.pyc b/flowroutenumbersandmessaging/controllers/base_controller.pyc deleted file mode 100644 index ca0ea47..0000000 Binary files a/flowroutenumbersandmessaging/controllers/base_controller.pyc and /dev/null differ diff --git a/flowroutenumbersandmessaging/controllers/messages_controller.pyc b/flowroutenumbersandmessaging/controllers/messages_controller.pyc deleted file mode 100644 index 9435dd2..0000000 Binary files a/flowroutenumbersandmessaging/controllers/messages_controller.pyc and /dev/null differ diff --git a/flowroutenumbersandmessaging/controllers/numbers_controller.pyc b/flowroutenumbersandmessaging/controllers/numbers_controller.pyc deleted file mode 100644 index 641a8f8..0000000 Binary files a/flowroutenumbersandmessaging/controllers/numbers_controller.pyc and /dev/null differ diff --git a/flowroutenumbersandmessaging/controllers/routes_controller.pyc b/flowroutenumbersandmessaging/controllers/routes_controller.pyc deleted file mode 100644 index 05a9bfd..0000000 Binary files a/flowroutenumbersandmessaging/controllers/routes_controller.pyc and /dev/null differ diff --git a/flowroutenumbersandmessaging/decorators.pyc b/flowroutenumbersandmessaging/decorators.pyc deleted file mode 100644 index 4a8699a..0000000 Binary files a/flowroutenumbersandmessaging/decorators.pyc and /dev/null differ diff --git a/flowroutenumbersandmessaging/exceptions/__init__.pyc b/flowroutenumbersandmessaging/exceptions/__init__.pyc deleted file mode 100644 index ac787f3..0000000 Binary files a/flowroutenumbersandmessaging/exceptions/__init__.pyc and /dev/null differ diff --git a/flowroutenumbersandmessaging/exceptions/api_exception.pyc b/flowroutenumbersandmessaging/exceptions/api_exception.pyc deleted file mode 100644 index 648a310..0000000 Binary files a/flowroutenumbersandmessaging/exceptions/api_exception.pyc and /dev/null differ diff --git a/flowroutenumbersandmessaging/exceptions/error_exception.pyc b/flowroutenumbersandmessaging/exceptions/error_exception.pyc deleted file mode 100644 index 73c2c6c..0000000 Binary files a/flowroutenumbersandmessaging/exceptions/error_exception.pyc and /dev/null differ diff --git a/flowroutenumbersandmessaging/flowroutenumbersandmessaging_client.pyc b/flowroutenumbersandmessaging/flowroutenumbersandmessaging_client.pyc deleted file mode 100644 index 1e32076..0000000 Binary files a/flowroutenumbersandmessaging/flowroutenumbersandmessaging_client.pyc and /dev/null differ diff --git a/flowroutenumbersandmessaging/http/__init__.pyc b/flowroutenumbersandmessaging/http/__init__.pyc deleted file mode 100644 index ff5ab5b..0000000 Binary files a/flowroutenumbersandmessaging/http/__init__.pyc and /dev/null differ diff --git a/flowroutenumbersandmessaging/http/auth/__init__.pyc b/flowroutenumbersandmessaging/http/auth/__init__.pyc deleted file mode 100644 index 3734e15..0000000 Binary files a/flowroutenumbersandmessaging/http/auth/__init__.pyc and /dev/null differ diff --git a/flowroutenumbersandmessaging/http/auth/basic_auth.pyc b/flowroutenumbersandmessaging/http/auth/basic_auth.pyc deleted file mode 100644 index 635c7e8..0000000 Binary files a/flowroutenumbersandmessaging/http/auth/basic_auth.pyc and /dev/null differ diff --git a/flowroutenumbersandmessaging/http/http_client.pyc b/flowroutenumbersandmessaging/http/http_client.pyc deleted file mode 100644 index 2933799..0000000 Binary files a/flowroutenumbersandmessaging/http/http_client.pyc and /dev/null differ diff --git a/flowroutenumbersandmessaging/http/http_context.pyc b/flowroutenumbersandmessaging/http/http_context.pyc deleted file mode 100644 index 77112e0..0000000 Binary files a/flowroutenumbersandmessaging/http/http_context.pyc and /dev/null differ diff --git a/flowroutenumbersandmessaging/http/http_method_enum.pyc b/flowroutenumbersandmessaging/http/http_method_enum.pyc deleted file mode 100644 index e27a886..0000000 Binary files a/flowroutenumbersandmessaging/http/http_method_enum.pyc and /dev/null differ diff --git a/flowroutenumbersandmessaging/http/http_request.pyc b/flowroutenumbersandmessaging/http/http_request.pyc deleted file mode 100644 index b12833a..0000000 Binary files a/flowroutenumbersandmessaging/http/http_request.pyc and /dev/null differ diff --git a/flowroutenumbersandmessaging/http/http_response.pyc b/flowroutenumbersandmessaging/http/http_response.pyc deleted file mode 100644 index 066599f..0000000 Binary files a/flowroutenumbersandmessaging/http/http_response.pyc and /dev/null differ diff --git a/flowroutenumbersandmessaging/http/requests_client.pyc b/flowroutenumbersandmessaging/http/requests_client.pyc deleted file mode 100644 index 999a2cd..0000000 Binary files a/flowroutenumbersandmessaging/http/requests_client.pyc and /dev/null differ diff --git a/flowroutenumbersandmessaging/models/__init__.pyc b/flowroutenumbersandmessaging/models/__init__.pyc deleted file mode 100644 index 6db4c95..0000000 Binary files a/flowroutenumbersandmessaging/models/__init__.pyc and /dev/null differ diff --git a/flowroutenumbersandmessaging/models/attributes.pyc b/flowroutenumbersandmessaging/models/attributes.pyc deleted file mode 100644 index 36ce74a..0000000 Binary files a/flowroutenumbersandmessaging/models/attributes.pyc and /dev/null differ diff --git a/flowroutenumbersandmessaging/models/attributes_28.pyc b/flowroutenumbersandmessaging/models/attributes_28.pyc deleted file mode 100644 index 9e5ddab..0000000 Binary files a/flowroutenumbersandmessaging/models/attributes_28.pyc and /dev/null differ diff --git a/flowroutenumbersandmessaging/models/data.pyc b/flowroutenumbersandmessaging/models/data.pyc deleted file mode 100644 index c2c576b..0000000 Binary files a/flowroutenumbersandmessaging/models/data.pyc and /dev/null differ diff --git a/flowroutenumbersandmessaging/models/data_27.pyc b/flowroutenumbersandmessaging/models/data_27.pyc deleted file mode 100644 index d3420d0..0000000 Binary files a/flowroutenumbersandmessaging/models/data_27.pyc and /dev/null differ diff --git a/flowroutenumbersandmessaging/models/delivery_receipt.pyc b/flowroutenumbersandmessaging/models/delivery_receipt.pyc deleted file mode 100644 index 0ca48b1..0000000 Binary files a/flowroutenumbersandmessaging/models/delivery_receipt.pyc and /dev/null differ diff --git a/flowroutenumbersandmessaging/models/error_1.pyc b/flowroutenumbersandmessaging/models/error_1.pyc deleted file mode 100644 index ebf78c2..0000000 Binary files a/flowroutenumbersandmessaging/models/error_1.pyc and /dev/null differ diff --git a/flowroutenumbersandmessaging/models/links.pyc b/flowroutenumbersandmessaging/models/links.pyc deleted file mode 100644 index edb6080..0000000 Binary files a/flowroutenumbersandmessaging/models/links.pyc and /dev/null differ diff --git a/flowroutenumbersandmessaging/models/mdr_2.pyc b/flowroutenumbersandmessaging/models/mdr_2.pyc deleted file mode 100644 index 136ff9e..0000000 Binary files a/flowroutenumbersandmessaging/models/mdr_2.pyc and /dev/null differ diff --git a/flowroutenumbersandmessaging/models/number_26.pyc b/flowroutenumbersandmessaging/models/number_26.pyc deleted file mode 100644 index d0971d8..0000000 Binary files a/flowroutenumbersandmessaging/models/number_26.pyc and /dev/null differ