Skip to content

Commit 3c30d3d

Browse files
authoredJan 6, 2025
Merge pull request Sidekick-Poe#461 from Sidekick-Poe/feature/property-refactor
Refactored property parsing
2 parents 9b90f00 + 62bfc29 commit 3c30d3d

File tree

121 files changed

+2523
-1455
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+2523
-1455
lines changed
 

‎src/Sidekick.Apis.Poe/Authentication/IAuthenticationService.cs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using Sidekick.Common.Initialization;
2-
31
namespace Sidekick.Apis.Poe.Authentication
42
{
53
public interface IAuthenticationService

‎src/Sidekick.Apis.Poe/Clients/States/ApiState.cs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using Sidekick.Common.Enums;
2-
31
namespace Sidekick.Apis.Poe.Clients.States
42
{
53
public enum ApiState

0 commit comments

Comments
 (0)
Please sign in to comment.