From afb3f959285eeca7ebf2abaaaf92b5bdca922180 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 19:12:48 +0000 Subject: [PATCH] feat(api): api update (#4480) --- .stats.yml | 2 +- Brewfile | 1 + scripts/bootstrap | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 Brewfile diff --git a/.stats.yml b/.stats.yml index 8d09b2b90..0ef54b63c 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,2 +1,2 @@ configured_endpoints: 1397 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-fa9d89272735c41ed1f455f78d584dedb8a7902fa6ddca89e3fae0001136513b.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-5f4398c89dd8e7523fea8c5b88759f8c73bcc0f29fca137e7f99b68c9dc2b74b.yml diff --git a/Brewfile b/Brewfile new file mode 100644 index 000000000..577e34a4b --- /dev/null +++ b/Brewfile @@ -0,0 +1 @@ +brew "go" diff --git a/scripts/bootstrap b/scripts/bootstrap index ed03e527a..88003bdd7 100755 --- a/scripts/bootstrap +++ b/scripts/bootstrap @@ -13,4 +13,5 @@ fi echo "==> Installing Go dependencies…" +go get github.com/cloudflare/cloudflare-go/v3@v3.0.1 go mod tidy