File tree Expand file tree Collapse file tree
src/cloudflare/resources/images/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_endpoints : 1802
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-b55c5ed403175c2e889e53a7ca6957996af4a746487b986b796dce7e461ad062 .yml
3- openapi_spec_hash : 7d512e7d9edf8e7150d279f4ed4c3dd5
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-8019ed407c757591206546a5096fda8fc6e7aea8e267ec5c868f3fd0f4f27b68 .yml
3+ openapi_spec_hash : 73acfc45dcc9089bc18ce690c6d8cb56
44config_hash : 7f7d0989caf43ee0fc1a934907e4db8a
Original file line number Diff line number Diff line change @@ -53,8 +53,11 @@ def get(
5353 extra_body : Body | None = None ,
5454 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
5555 ) -> Stat :
56- """
57- Fetch usage statistics details for Cloudflare Images.
56+ """Fetch image statistics details for Cloudflare Images.
57+
58+ The returned statistics
59+ detail storage usage, including the current image count vs this account's
60+ allowance.
5861
5962 Args:
6063 account_id: Account identifier tag.
@@ -113,8 +116,11 @@ async def get(
113116 extra_body : Body | None = None ,
114117 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
115118 ) -> Stat :
116- """
117- Fetch usage statistics details for Cloudflare Images.
119+ """Fetch image statistics details for Cloudflare Images.
120+
121+ The returned statistics
122+ detail storage usage, including the current image count vs this account's
123+ allowance.
118124
119125 Args:
120126 account_id: Account identifier tag.
You can’t perform that action at this time.
0 commit comments