File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
OddsCollector.Functions/OddsApi/WebApi Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ namespace OddsCollector.Functions.OddsApi.WebApi
22
22
using System = global ::System ;
23
23
24
24
[ 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
26
26
{
27
27
/// <remarks>
28
28
/// A successful response includes a list of available sports and tournaments
@@ -98,7 +98,7 @@ public partial interface IClient
98
98
}
99
99
100
100
[ 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
102
102
{
103
103
private string _baseUrl = "https://api.the-odds-api.com" ;
104
104
private System . Net . Http . HttpClient _httpClient ;
You can’t perform that action at this time.
0 commit comments