Skip to content

Commit 8c576f2

Browse files
author
APIs and Common Services team
committed
Automated SDK update
This updates the SDK from internal repo commit segmentio/public-api@62c5da31.
1 parent f0b0e0c commit 8c576f2

File tree

8 files changed

+1003
-15
lines changed

8 files changed

+1003
-15
lines changed

Segment.PublicApi.sln

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
# Visual Studio 2012
33
VisualStudioVersion = 12.0.0.0
44
MinimumVisualStudioVersion = 10.0.0.1
5-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Segment.PublicApi", "src\Segment.PublicApi\Segment.PublicApi.csproj", "{6686F2CC-46F9-47CD-8F51-30666A418B46}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Segment.PublicApi", "src\Segment.PublicApi\Segment.PublicApi.csproj", "{4C015708-1ADA-4A4E-855B-503DFB1C5CF8}"
66
EndProject
77
Global
88
GlobalSection(SolutionConfigurationPlatforms) = preSolution
99
Debug|Any CPU = Debug|Any CPU
1010
Release|Any CPU = Release|Any CPU
1111
EndGlobalSection
1212
GlobalSection(ProjectConfigurationPlatforms) = postSolution
13-
{6686F2CC-46F9-47CD-8F51-30666A418B46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14-
{6686F2CC-46F9-47CD-8F51-30666A418B46}.Debug|Any CPU.Build.0 = Debug|Any CPU
15-
{6686F2CC-46F9-47CD-8F51-30666A418B46}.Release|Any CPU.ActiveCfg = Release|Any CPU
16-
{6686F2CC-46F9-47CD-8F51-30666A418B46}.Release|Any CPU.Build.0 = Release|Any CPU
13+
{4C015708-1ADA-4A4E-855B-503DFB1C5CF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14+
{4C015708-1ADA-4A4E-855B-503DFB1C5CF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
15+
{4C015708-1ADA-4A4E-855B-503DFB1C5CF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
16+
{4C015708-1ADA-4A4E-855B-503DFB1C5CF8}.Release|Any CPU.Build.0 = Release|Any CPU
1717
EndGlobalSection
1818
GlobalSection(SolutionProperties) = preSolution
1919
HideSolutionNode = FALSE

src/Segment.PublicApi/Api/AudiencesApi.cs

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public interface IAudiencesApiSync : IApiAccessor
5656
/// Get Audience
5757
/// </summary>
5858
/// <remarks>
59-
/// Returns the Audience by id and spaceId. • This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to [email protected]. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information. The rate limit for this endpoint is 100 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
59+
/// Returns the Audience by id and spaceId. • This endpoint is in **Beta** testing. Please submit any feedback by sending an email to [email protected]. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information. The rate limit for this endpoint is 100 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
6060
/// </remarks>
6161
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
6262
/// <param name="spaceId"></param>
@@ -69,7 +69,7 @@ public interface IAudiencesApiSync : IApiAccessor
6969
/// Get Audience
7070
/// </summary>
7171
/// <remarks>
72-
/// Returns the Audience by id and spaceId. • This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to [email protected]. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information. The rate limit for this endpoint is 100 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
72+
/// Returns the Audience by id and spaceId. • This endpoint is in **Beta** testing. Please submit any feedback by sending an email to [email protected]. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information. The rate limit for this endpoint is 100 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
7373
/// </remarks>
7474
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
7575
/// <param name="spaceId"></param>
@@ -194,7 +194,7 @@ public interface IAudiencesApiAsync : IApiAccessor
194194
/// Get Audience
195195
/// </summary>
196196
/// <remarks>
197-
/// Returns the Audience by id and spaceId. • This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to [email protected]. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information. The rate limit for this endpoint is 100 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
197+
/// Returns the Audience by id and spaceId. • This endpoint is in **Beta** testing. Please submit any feedback by sending an email to [email protected]. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information. The rate limit for this endpoint is 100 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
198198
/// </remarks>
199199
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
200200
/// <param name="spaceId"></param>
@@ -208,7 +208,7 @@ public interface IAudiencesApiAsync : IApiAccessor
208208
/// Get Audience
209209
/// </summary>
210210
/// <remarks>
211-
/// Returns the Audience by id and spaceId. • This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to [email protected]. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information. The rate limit for this endpoint is 100 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
211+
/// Returns the Audience by id and spaceId. • This endpoint is in **Beta** testing. Please submit any feedback by sending an email to [email protected]. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information. The rate limit for this endpoint is 100 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
212212
/// </remarks>
213213
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
214214
/// <param name="spaceId"></param>
@@ -599,7 +599,7 @@ public Segment.PublicApi.Client.ApiResponse<CreateAudience200Response> CreateAud
599599
}
600600

601601
/// <summary>
602-
/// Get Audience Returns the Audience by id and spaceId. • This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to [email protected]. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information. The rate limit for this endpoint is 100 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
602+
/// Get Audience Returns the Audience by id and spaceId. • This endpoint is in **Beta** testing. Please submit any feedback by sending an email to [email protected]. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information. The rate limit for this endpoint is 100 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
603603
/// </summary>
604604
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
605605
/// <param name="spaceId"></param>
@@ -613,7 +613,7 @@ public GetAudience200Response GetAudience(string spaceId, string id, int operati
613613
}
614614

615615
/// <summary>
616-
/// Get Audience Returns the Audience by id and spaceId. • This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to [email protected]. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information. The rate limit for this endpoint is 100 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
616+
/// Get Audience Returns the Audience by id and spaceId. • This endpoint is in **Beta** testing. Please submit any feedback by sending an email to [email protected]. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information. The rate limit for this endpoint is 100 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
617617
/// </summary>
618618
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
619619
/// <param name="spaceId"></param>
@@ -641,6 +641,7 @@ public Segment.PublicApi.Client.ApiResponse<GetAudience200Response> GetAudienceW
641641

642642
// to determine the Accept header
643643
string[] _accepts = new string[] {
644+
"application/vnd.segment.v1beta+json",
644645
"application/vnd.segment.v1alpha+json",
645646
"application/json"
646647
};
@@ -685,7 +686,7 @@ public Segment.PublicApi.Client.ApiResponse<GetAudience200Response> GetAudienceW
685686
}
686687

687688
/// <summary>
688-
/// Get Audience Returns the Audience by id and spaceId. • This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to [email protected]. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information. The rate limit for this endpoint is 100 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
689+
/// Get Audience Returns the Audience by id and spaceId. • This endpoint is in **Beta** testing. Please submit any feedback by sending an email to [email protected]. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information. The rate limit for this endpoint is 100 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
689690
/// </summary>
690691
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
691692
/// <param name="spaceId"></param>
@@ -700,7 +701,7 @@ public Segment.PublicApi.Client.ApiResponse<GetAudience200Response> GetAudienceW
700701
}
701702

702703
/// <summary>
703-
/// Get Audience Returns the Audience by id and spaceId. • This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to [email protected]. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information. The rate limit for this endpoint is 100 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
704+
/// Get Audience Returns the Audience by id and spaceId. • This endpoint is in **Beta** testing. Please submit any feedback by sending an email to [email protected]. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information. The rate limit for this endpoint is 100 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
704705
/// </summary>
705706
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
706707
/// <param name="spaceId"></param>
@@ -730,6 +731,7 @@ public Segment.PublicApi.Client.ApiResponse<GetAudience200Response> GetAudienceW
730731

731732
// to determine the Accept header
732733
string[] _accepts = new string[] {
734+
"application/vnd.segment.v1beta+json",
733735
"application/vnd.segment.v1alpha+json",
734736
"application/json"
735737
};

0 commit comments

Comments
 (0)