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/SetBearerTokenhelpers- Stream-based observer:
NewOrdersAsync()with configurable polling interval - Event-based observer:
OrderDetected/AffiliateDetectedevents - Payout observer support
- Backfill controls (
OrderObserverStartTime,AffiliateObserverStartTime,PayoutObserverStartTime) - Dependency injection support via
AddGoAffProClient net9.0andnet10.0targets
Acknowledgements
Thanks to WolfwithSword for providing real-world data and testing.
Install
dotnet add package GoAffPro.Client