1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Update edgedns.py

This commit is contained in:
Jim Gilbert
2020-04-10 13:26:41 -04:00
parent 25db222932
commit 1a2ee1e2a8

View File

@@ -26,8 +26,8 @@ class AkamaiClient(object):
'''
Client for making calls to Akamai Fast DNS API using Python Requests
Fast DNS Zone Management API V2, found here:
developer.akamai.com/api/web_performance/fast_dns_zone_management/v2.html
Edge DNS Zone Management API V2, found here:
https://developer.akamai.com/api/cloud_security/edge_dns_zone_management/v2.html
Info on Python Requests library:
https://2.python-requests.org/en/master/
@@ -112,7 +112,7 @@ class AkamaiClient(object):
class AkamaiProvider(BaseProvider):
'''
Akamai Fast DNS Provider
Akamai Edge DNS Provider
edgedns.py: