Skip to content

Commit 43adca8

Browse files
committed
Match access modifier with nswag configuration
1 parent ef98a58 commit 43adca8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

OddsCollector.Functions/OddsApi/WebApi/WebApiClient.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ namespace OddsCollector.Functions.OddsApi.WebApi
2222
using System = global::System;
2323

2424
[System.CodeDom.Compiler.GeneratedCode("NSwag", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
25-
public partial interface IClient
25+
internal partial interface IClient
2626
{
2727
/// <remarks>
2828
/// A successful response includes a list of available sports and tournaments
@@ -98,7 +98,7 @@ public partial interface IClient
9898
}
9999

100100
[System.CodeDom.Compiler.GeneratedCode("NSwag", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
101-
public partial class Client : IClient
101+
internal partial class Client : IClient
102102
{
103103
private string _baseUrl = "https://api.the-odds-api.com";
104104
private System.Net.Http.HttpClient _httpClient;

0 commit comments

Comments
 (0)