Skip to content

Commit

Permalink
Merge pull request #134 from apivideo/sort-params-in-analytics
Browse files Browse the repository at this point in the history
Add sort parameters in analytics routes
  • Loading branch information
bot-api-video authored Sep 5, 2024
2 parents 8a05344 + dfb1c0d commit 14b3b97
Show file tree
Hide file tree
Showing 6 changed files with 112 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .openapi-generator/oas_apivideo.yaml-defaut-cli.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3637a70fc3b7f045b2927373115f2132767e3ea4ee8f19f7ffd324bb9f8eb7bf
b89163ac996bc8f2bcaf0a054a6a9c28de9b0cf52e16fbcb17055f42852e2a57
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog
All changes to this project will be documented in this file.

## [1.6.1] - 2024-09-05
- Add sort parameters in analytics endpoints

## [1.6.0] - 2024-07-29
- Add new analytics methods
- Add livestream complete() method
Expand Down
16 changes: 12 additions & 4 deletions docs/AnalyticsApi.md

Large diffs are not rendered by default.

108 changes: 94 additions & 14 deletions src/Api/AnalyticsApi.cs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/ApiVideo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The version of the OpenAPI document: 1
<OutputType>Library</OutputType>
<PackOnBuild>true</PackOnBuild>
<PackageId>ApiVideo</PackageId>
<PackageVersion>1.6.0</PackageVersion>
<PackageVersion>1.6.1</PackageVersion>
<Authors>api.video</Authors>
<Description>api.video csharp API client</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down
2 changes: 1 addition & 1 deletion src/Client/ApiClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public ApiClient(IRestClient client) {
private void Initialize(IRestClient client)
{
this.RestClient = client;
setName("AV-Origin-Client", "csharp", "1.6.0");
setName("AV-Origin-Client", "csharp", "1.6.1");
}

/// <summary>
Expand Down

0 comments on commit 14b3b97

Please sign in to comment.