@@ -235,27 +235,27 @@ def __init__(self, base, api_call_part1, api_call_part2=None, api_call_part3=Non
235
235
def get (self , identifier1 = None , identifier2 = None , params = None , data = None ):
236
236
""" Cloudflare v4 API"""
237
237
238
- raise CloudFlareAPIError (0 , 'get() call not available for this endpoint' )
238
+ raise CloudFlareAPIError (0 , 'get() call not available for this endpoint' )
239
239
240
240
def patch (self , identifier1 = None , identifier2 = None , params = None , data = None ):
241
241
""" Cloudflare v4 API"""
242
242
243
- raise CloudFlareAPIError (0 , 'patch() call not available for this endpoint' )
243
+ raise CloudFlareAPIError (0 , 'patch() call not available for this endpoint' )
244
244
245
245
def post (self , identifier1 = None , identifier2 = None , params = None , data = None ):
246
246
""" Cloudflare v4 API"""
247
247
248
- raise CloudFlareAPIError (0 , 'post() call not available for this endpoint' )
248
+ raise CloudFlareAPIError (0 , 'post() call not available for this endpoint' )
249
249
250
250
def put (self , identifier1 = None , identifier2 = None , params = None , data = None ):
251
251
""" Cloudflare v4 API"""
252
252
253
- raise CloudFlareAPIError (0 , 'put() call not available for this endpoint' )
253
+ raise CloudFlareAPIError (0 , 'put() call not available for this endpoint' )
254
254
255
255
def delete (self , identifier1 = None , identifier2 = None , params = None , data = None ):
256
256
""" Cloudflare v4 API"""
257
257
258
- raise CloudFlareAPIError (0 , 'delete() call not available for this endpoint' )
258
+ raise CloudFlareAPIError (0 , 'delete() call not available for this endpoint' )
259
259
260
260
class _add_noauth (object ):
261
261
""" Cloudflare v4 API"""
@@ -281,22 +281,22 @@ def get(self, identifier1=None, identifier2=None, params=None, data=None):
281
281
def patch (self , identifier1 = None , identifier2 = None , params = None , data = None ):
282
282
""" Cloudflare v4 API"""
283
283
284
- raise CloudFlareAPIError (0 , 'patch() call not available for this endpoint' )
284
+ raise CloudFlareAPIError (0 , 'patch() call not available for this endpoint' )
285
285
286
286
def post (self , identifier1 = None , identifier2 = None , params = None , data = None ):
287
287
""" Cloudflare v4 API"""
288
288
289
- raise CloudFlareAPIError (0 , 'post() call not available for this endpoint' )
289
+ raise CloudFlareAPIError (0 , 'post() call not available for this endpoint' )
290
290
291
291
def put (self , identifier1 = None , identifier2 = None , params = None , data = None ):
292
292
""" Cloudflare v4 API"""
293
293
294
- raise CloudFlareAPIError (0 , 'put() call not available for this endpoint' )
294
+ raise CloudFlareAPIError (0 , 'put() call not available for this endpoint' )
295
295
296
296
def delete (self , identifier1 = None , identifier2 = None , params = None , data = None ):
297
297
""" Cloudflare v4 API"""
298
298
299
- raise CloudFlareAPIError (0 , 'delete() call not available for this endpoint' )
299
+ raise CloudFlareAPIError (0 , 'delete() call not available for this endpoint' )
300
300
301
301
class _add_with_auth (object ):
302
302
""" Cloudflare v4 API"""
0 commit comments