Skip to content

Commit 1dbce03

Browse files
feat: feat: SDKs for Organizations and OrganizationsProfile
* chore: Add back in skips for Org accounts * chore: Maintain skips in Organization-Members resource * chore: remove codegen skips from Orgs related resources
1 parent 44ef339 commit 1dbce03

File tree

6 files changed

+2
-523
lines changed

6 files changed

+2
-523
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
configured_endpoints: 1836
1+
configured_endpoints: 1832
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-e0528896acf7f742ac96a77d02bbd10cfc289d2a0f78694d7ac7097aba0bab95.yml
33
openapi_spec_hash: 46a40560a5a816a6c745141d127b01c3
4-
config_hash: 0ce5789fc4b59ae352e68d00847570c2
4+
config_hash: 6b1c4254f3918c63e1abef683bb728c3

api.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -194,19 +194,6 @@ Methods:
194194
- <code title="put /organizations/{organization_id}/profile">client.Organizations.OrganizationProfile.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v6/organizations#OrganizationProfileService.Update">Update</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>, organizationID <a href="https://pkg.go.dev/builtin#string">string</a>, body <a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v6/organizations">organizations</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v6/organizations#OrganizationProfileUpdateParams">OrganizationProfileUpdateParams</a>) <a href="https://pkg.go.dev/builtin#error">error</a></code>
195195
- <code title="get /organizations/{organization_id}/profile">client.Organizations.OrganizationProfile.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v6/organizations#OrganizationProfileService.Get">Get</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>, organizationID <a href="https://pkg.go.dev/builtin#string">string</a>) (<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v6/accounts">accounts</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v6/accounts#AccountProfile">AccountProfile</a>, <a href="https://pkg.go.dev/builtin#error">error</a>)</code>
196196

197-
## Members
198-
199-
Response Types:
200-
201-
- <a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v6/organizations">organizations</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v6/organizations#OrganizationMember">OrganizationMember</a>
202-
203-
Methods:
204-
205-
- <code title="post /organizations/{organization_id}/members">client.Organizations.Members.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v6/organizations#MemberService.New">New</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>, organizationID <a href="https://pkg.go.dev/builtin#string">string</a>, body <a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v6/organizations">organizations</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v6/organizations#MemberNewParams">MemberNewParams</a>) (<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v6/organizations">organizations</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v6/organizations#OrganizationMember">OrganizationMember</a>, <a href="https://pkg.go.dev/builtin#error">error</a>)</code>
206-
- <code title="get /organizations/{organization_id}/members">client.Organizations.Members.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v6/organizations#MemberService.List">List</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>, organizationID <a href="https://pkg.go.dev/builtin#string">string</a>, query <a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v6/organizations">organizations</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v6/organizations#MemberListParams">MemberListParams</a>) (<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v6/packages/pagination">pagination</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v6/packages/pagination#SinglePage">SinglePage</a>[<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v6/organizations">organizations</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v6/organizations#OrganizationMember">OrganizationMember</a>], <a href="https://pkg.go.dev/builtin#error">error</a>)</code>
207-
- <code title="delete /organizations/{organization_id}/members/{member_id}">client.Organizations.Members.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v6/organizations#MemberService.Delete">Delete</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>, organizationID <a href="https://pkg.go.dev/builtin#string">string</a>, memberID <a href="https://pkg.go.dev/builtin#string">string</a>) <a href="https://pkg.go.dev/builtin#error">error</a></code>
208-
- <code title="get /organizations/{organization_id}/members/{member_id}">client.Organizations.Members.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v6/organizations#MemberService.Get">Get</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>, organizationID <a href="https://pkg.go.dev/builtin#string">string</a>, memberID <a href="https://pkg.go.dev/builtin#string">string</a>) (<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v6/organizations">organizations</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-go/v6/organizations#OrganizationMember">OrganizationMember</a>, <a href="https://pkg.go.dev/builtin#error">error</a>)</code>
209-
210197
# OriginCACertificates
211198

212199
Response Types:

organizations/member.go

Lines changed: 0 additions & 368 deletions
This file was deleted.

0 commit comments

Comments
 (0)