You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed naming conventions from "Stack Overflow for Teams" and "Stack Overflow Enterprise" to "Stack Overflow Internal" and "Stack Internal Enterprise"
@@ -51,6 +51,6 @@ Contributions are welcome! Please open an [issue](https://github.com/StackExchan
51
51
52
52
(C) Copyright 2025 Stack Exchange, Inc.
53
53
54
-
This Stack Overflow for Teams SDK is licensed to you under the terms of the Apache Software License Version 2.0 (Apache 2.0): https://www.apache.org/licenses/LICENSE-2.0.txt
54
+
This Stack Overflow Internal SDK is licensed to you under the terms of the Apache Software License Version 2.0 (Apache 2.0): https://www.apache.org/licenses/LICENSE-2.0.txt
55
55
56
-
The Teams SDK is 100% open source and freely available to download and use under the terms of the Apache 2.0 license. This SDK enables development with the Stack Overflow for Teams API, which is available to all Teams customers, but may be subject to future changes.
56
+
The Stack Overflow Internal SDK is 100% open source and freely available to download and use under the terms of the Apache 2.0 license. This SDK enables development with the Stack Internal API, which is available to all Stack Internal customers, but may be subject to future changes.
The Stack Overflow SDK provides built-in authentication helpers that simplify the OAuth 2.0 flow with PKCE for secure token generation. Authentication requirements vary by Stack Overflow for Teams tier.
7
+
The Stack Overflow SDK provides built-in authentication helpers that simplify the OAuth 2.0 flow with PKCE for secure token generation. Authentication requirements vary by Stack Internal tier.
8
8
9
9
### Authentication by Tier
10
10
11
-
-**Stack Overflow for Teams Enterprise** - Supports OAuth 2.0 with PKCE. Access tokens can be generated dynamically. You can optionally provide a single Access Token manually.
12
-
-**Stack Overflow for Teams Basic/Business** - OAuth is not available. Manual input of Access tokens (PATs) are **required** in order to use the SDK.
11
+
-**Stack Internal Enterprise** - Supports OAuth 2.0 with PKCE. Access tokens can be generated dynamically. You can optionally provide a single Access Token manually.
12
+
-**Stack Internal Basic/Business** - OAuth is not available. Manual input of Access tokens (PATs) are **required** in order to use the SDK.
Authentication clients are only available for Stack Overflow for Teams Enterprise instances. Basic/Business tiers must use Personal Access Tokens during SDK initialization.
69
+
Authentication clients are only available for Stack Internal Enterprise instances. Basic/Business tiers must use Personal Access Tokens during SDK initialization.
Copy file name to clipboardExpand all lines: docs/src/content/docs/guides/rate-limiting.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
---
2
2
title: Rate Limiting and Throttling
3
-
description: Understanding API throttling and rate limits for Stack Overflow for Teams API v3.
3
+
description: Understanding API throttling and rate limits for Stack Overflow Internal API v3.
4
4
---
5
5
6
-
Stack Overflow for Teams API v3 uses request throttling to prevent abuse and ensure optimum performance for all users. We currently implement two different types of throttling to alleviate excessive API calls: burst throttle rate limiter (short-term) and token bucket rate limiter (long-term). Both throttling methods monitor the number of requests coming from each access token.
6
+
Stack Overflow Internal API v3 uses request throttling to prevent abuse and ensure optimum performance for all users. We currently implement two different types of throttling to alleviate excessive API calls: burst throttle rate limiter (short-term) and token bucket rate limiter (long-term). Both throttling methods monitor the number of requests coming from each access token.
Whether you're building internal tools, integrating with existing workflows, or creating custom team applications, the Stack Overflow for Teams SDK provides everything you need to leverage your team's collective knowledge.
58
+
Whether you're building internal tools, integrating with existing workflows, or creating custom team applications, the Stack Overflow Internal SDK provides everything you need to leverage your team's collective knowledge.
59
59
60
60
**Internal Tooling**: Build IDE extensions, code review tools, or documentation generators that tap into your team's institutional knowledge.
61
61
62
-
**Workflow Integration**: Connect your Teams instance with CI/CD pipelines, project management tools, or custom dashboards.
62
+
**Workflow Integration**: Connect your Stack Internal instance with CI/CD pipelines, project management tools, or custom dashboards.
63
63
64
64
**Knowledge Management**: Create applications that help organize, surface, and distribute your team's expertise and best practices.
65
65
@@ -72,11 +72,11 @@ This project is in **early access**, and more language support and features will
72
72
73
73
## Ready to start building?
74
74
75
-
Our SDK provides a higher-level abstraction for programmatically interacting with Stack Overflow for Teams, removing friction and enabling you to focus on building great experiences for your team.
75
+
Our SDK provides a higher-level abstraction for programmatically interacting with Stack Internal, removing friction and enabling you to focus on building great experiences for your team.
76
76
77
77
## License
78
78
(C) Copyright 2025 Stack Exchange, Inc.
79
79
80
-
This Stack Overflow for Teams SDK is licensed to you under the terms of the Apache Software License Version 2.0 (Apache 2.0): https://www.apache.org/licenses/LICENSE-2.0.txt
80
+
This Stack Overflow Internal SDK is licensed to you under the terms of the Apache Software License Version 2.0 (Apache 2.0): https://www.apache.org/licenses/LICENSE-2.0.txt
81
81
82
-
The Teams SDK is 100% open source and freely available to download and use under the terms of the Apache 2.0 license. This SDK enables development with the Stack Overflow for Teams API, which is available to all Teams customers, but may be subject to future changes.
82
+
The Stack Overflow Internal SDK is 100% open source and freely available to download and use under the terms of the Apache 2.0 license. This SDK enables development with the Stack Overflow Internal API, which is available to all Stack Internal customers, but may be subject to future changes.
-**Enterprise Only**: This method is only available in enterprise Stack Overflow context, not for Stack Overflow for Teams.
518
+
-**Enterprise Only**: This method is only available in enterprise Stack Overflow context, not for Stack Internal Basic/Business.
519
519
-**Admin Privileges**: Requires administrator or moderator permissions to access user management data.
520
520
-**Extended User Data**: Provides additional fields like creation dates, modification dates, and deactivation status not available in regular user queries.
521
521
-**Date Filtering**: Supports sophisticated date-based filtering for activity analysis and user lifecycle management.
0 commit comments