1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-19 12:22:56 +00:00

Refactored RestApiClient authentication to prevent duplicate query string / body serialization

This commit is contained in:
Jkorf
2025-08-19 09:50:10 +02:00
parent 3e365f83c9
commit daf7ed9fe6
6 changed files with 173 additions and 77 deletions
@@ -182,7 +182,7 @@ namespace CryptoExchange.Net.UnitTests
[TestCase("/sapi/test1", true)]
[TestCase("/sapi/test2", true)]
[TestCase("/api/test1", false)]
[TestCase("sapi/test1", false)]
[TestCase("sapi/test1", true)]
[TestCase("/sapi/", true)]
public async Task PartialEndpointRateLimiterEndpoints(string endpoint, bool expectLimiting)
{