@@ -235,27 +235,27 @@ def __init__(self, base, api_call_part1, api_call_part2=None, api_call_part3=Non
235235 def get (self , identifier1 = None , identifier2 = None , params = None , data = None ):
236236 """ Cloudflare v4 API"""
237237
238- raise CloudFlareAPIError (0 , 'get() call not available for this endpoint' )
238+ raise CloudFlareAPIError (0 , 'get() call not available for this endpoint' )
239239
240240 def patch (self , identifier1 = None , identifier2 = None , params = None , data = None ):
241241 """ Cloudflare v4 API"""
242242
243- raise CloudFlareAPIError (0 , 'patch() call not available for this endpoint' )
243+ raise CloudFlareAPIError (0 , 'patch() call not available for this endpoint' )
244244
245245 def post (self , identifier1 = None , identifier2 = None , params = None , data = None ):
246246 """ Cloudflare v4 API"""
247247
248- raise CloudFlareAPIError (0 , 'post() call not available for this endpoint' )
248+ raise CloudFlareAPIError (0 , 'post() call not available for this endpoint' )
249249
250250 def put (self , identifier1 = None , identifier2 = None , params = None , data = None ):
251251 """ Cloudflare v4 API"""
252252
253- raise CloudFlareAPIError (0 , 'put() call not available for this endpoint' )
253+ raise CloudFlareAPIError (0 , 'put() call not available for this endpoint' )
254254
255255 def delete (self , identifier1 = None , identifier2 = None , params = None , data = None ):
256256 """ Cloudflare v4 API"""
257257
258- raise CloudFlareAPIError (0 , 'delete() call not available for this endpoint' )
258+ raise CloudFlareAPIError (0 , 'delete() call not available for this endpoint' )
259259
260260 class _add_noauth (object ):
261261 """ Cloudflare v4 API"""
@@ -281,22 +281,22 @@ def get(self, identifier1=None, identifier2=None, params=None, data=None):
281281 def patch (self , identifier1 = None , identifier2 = None , params = None , data = None ):
282282 """ Cloudflare v4 API"""
283283
284- raise CloudFlareAPIError (0 , 'patch() call not available for this endpoint' )
284+ raise CloudFlareAPIError (0 , 'patch() call not available for this endpoint' )
285285
286286 def post (self , identifier1 = None , identifier2 = None , params = None , data = None ):
287287 """ Cloudflare v4 API"""
288288
289- raise CloudFlareAPIError (0 , 'post() call not available for this endpoint' )
289+ raise CloudFlareAPIError (0 , 'post() call not available for this endpoint' )
290290
291291 def put (self , identifier1 = None , identifier2 = None , params = None , data = None ):
292292 """ Cloudflare v4 API"""
293293
294- raise CloudFlareAPIError (0 , 'put() call not available for this endpoint' )
294+ raise CloudFlareAPIError (0 , 'put() call not available for this endpoint' )
295295
296296 def delete (self , identifier1 = None , identifier2 = None , params = None , data = None ):
297297 """ Cloudflare v4 API"""
298298
299- raise CloudFlareAPIError (0 , 'delete() call not available for this endpoint' )
299+ raise CloudFlareAPIError (0 , 'delete() call not available for this endpoint' )
300300
301301 class _add_with_auth (object ):
302302 """ Cloudflare v4 API"""
0 commit comments