From 7d28a9279d51988db75d07b681571131ae4787af Mon Sep 17 00:00:00 2001 From: Maria Bermudez Date: Tue, 17 Jul 2018 21:16:51 -0700 Subject: [PATCH] Update README.md Remove note on GA launch. --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 8b565a8..b81b710 100644 --- a/README.md +++ b/README.md @@ -892,10 +892,6 @@ The Flowroute Python Library v3 allows you to make HTTP requests to the `e911s` All of the E911 address management methods are encapsulated in `e911_demo.py`. -| API Reference Pages | -| ------------------- | -| The E911 and CNAM API reference pages are currently restricted to our beta customers, which means that all API reference links below currently return a `404 Not Found`. They will be publicly available during our E911 and CNAM APIs GA launch in a few weeks. | - #### list\_e911s() The method accepts `limit`, `offset`, and `state` as parameters which you can learn more about in the [API reference](https://developer.flowroute.com/api/numbers/v2.0/list-account-e911-addresses/). @@ -1222,10 +1218,6 @@ The Flowroute Python Library v3 allows you to make HTTP requests to the `cnams` All of the CNAM record management methods are encapsulated in `cnam_demo.py`. -| API Reference Pages | -| ------------------- | -| The E911 and CNAM API reference pages are currently restricted to our beta customers, which means that all API reference links below currently return a `404 Not Found`. They will be publicly available during our E911 and CNAM APIs GA launch in a few weeks. | - #### list\_cnams() The method accepts `limit`, `offset`, and `is_approved` as parameters which you can learn more about in the [API reference](https://developer.flowroute.com/api/numbers/v2.0/list-account-cnam-records/).