Skip to content

GoAffPro.Client v0.4.0

Latest

Choose a tag to compare

@Agash Agash released this 06 Apr 15:21

GoAffPro.Client v0.4.0

Stable release of the async-first .NET client for GoAffPro.

What's in this release

  • Kiota-generated API client from canonical OpenAPI spec
  • LoginAsync / SetBearerToken helpers
  • Stream-based observer: NewOrdersAsync() with configurable polling interval
  • Event-based observer: OrderDetected / AffiliateDetected events
  • Payout observer support
  • Backfill controls (OrderObserverStartTime, AffiliateObserverStartTime, PayoutObserverStartTime)
  • Dependency injection support via AddGoAffProClient
  • net9.0 and net10.0 targets

Acknowledgements

Thanks to WolfwithSword for providing real-world data and testing.

Install

dotnet add package GoAffPro.Client