Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit f445051

Browse files
committed
/live added - but does not response yet
1 parent 5b7b386 commit f445051

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CloudFlare/api_v4.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ def api_v4(self):
4848
# The API commands for /ips/
4949
ips(self)
5050

51+
# The API commands for /live/
52+
live(self)
53+
5154
# The API commands for /accounts/
5255
accounts(self)
5356
accounts_access(self)
@@ -269,6 +272,11 @@ def ips(self):
269272

270273
self.add('OPEN', 'ips')
271274

275+
def live(self):
276+
""" live """
277+
278+
self.add('AUTH', 'live')
279+
272280
def zones_argo(self):
273281
""" zones argo """
274282

@@ -659,6 +667,7 @@ def accounts_extras(self):
659667

660668
self.add('VOID', 'accounts', 'ai')
661669
self.add('AUTH', 'accounts', 'ai/run')
670+
self.add('AUTH', 'accounts', 'ai/run/proxy')
662671

663672
self.add('VOID', 'accounts', 'alerting')
664673
self.add('VOID', 'accounts', 'alerting/v3')

0 commit comments

Comments
 (0)