File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
clients/algoliasearch-client-csharp/algoliasearch/Transport Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ private TimeSpan GetTimeOut(CallType callType)
296
296
/// </summary>
297
297
/// <param name="apiKey">Your API Key</param>
298
298
/// <returns></returns>
299
- public void SetApiKey ( string apiKey )
299
+ public void SetAlgoliaApiKey ( string apiKey )
300
300
{
301
301
_algoliaConfig . ApiKey = apiKey ;
302
302
}
Original file line number Diff line number Diff line change @@ -133,9 +133,9 @@ namespace Algolia.Search.Clients;
133
133
/// </summary >
134
134
/// <param name =" apiKey" >Your new API Key</param >
135
135
/// <returns ></returns >
136
- public void SetApiKey (string apiKey)
136
+ public void SetAlgoliaApiKey (string apiKey)
137
137
{
138
- _transport.SetApiKey (apiKey);
138
+ _transport.SetAlgoliaApiKey (apiKey);
139
139
}
140
140
141
141
@@ -263,4 +263,4 @@ namespace Algolia.Search.Clients;
263
263
{ {/supportsAsync} }
264
264
{ {/operation} }
265
265
}
266
- { {/operations} }
266
+ { {/operations} }
You can’t perform that action at this time.
0 commit comments