mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Merge pull request #533 from jdgri/akamai-edge-dns-rename-touch-up
Update edgedns.py
This commit is contained in:
@@ -26,8 +26,8 @@ class AkamaiClient(object):
|
|||||||
'''
|
'''
|
||||||
Client for making calls to Akamai Fast DNS API using Python Requests
|
Client for making calls to Akamai Fast DNS API using Python Requests
|
||||||
|
|
||||||
Fast DNS Zone Management API V2, found here:
|
Edge DNS Zone Management API V2, found here:
|
||||||
developer.akamai.com/api/web_performance/fast_dns_zone_management/v2.html
|
https://developer.akamai.com/api/cloud_security/edge_dns_zone_management/v2.html
|
||||||
|
|
||||||
Info on Python Requests library:
|
Info on Python Requests library:
|
||||||
https://2.python-requests.org/en/master/
|
https://2.python-requests.org/en/master/
|
||||||
@@ -112,7 +112,7 @@ class AkamaiClient(object):
|
|||||||
class AkamaiProvider(BaseProvider):
|
class AkamaiProvider(BaseProvider):
|
||||||
|
|
||||||
'''
|
'''
|
||||||
Akamai Fast DNS Provider
|
Akamai Edge DNS Provider
|
||||||
|
|
||||||
edgedns.py:
|
edgedns.py:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user