puul_partner_sdk 1.5.3
puul_partner_sdk: ^1.5.3 copied to clipboard
Official Dart/Flutter SDK for the Puul Partner API — integrate prediction markets and lottery draws into your mobile app.
1.5.2 #
- Fix documentation URLs (dead
docs.joinpuul.com→ live GitBook URL) - Fix npm package link (
@puul/partner-sdk→@puul/typescript-sdk) - Update installation instructions to
^1.5.0
1.5.1 #
- Fix README links section with correct documentation and npm URLs
1.5.0 #
- Breaking: Widget/connect URLs now use
connect_tokeninstead ofpartner_secret - Add
maxSlippageBpsparameter tobuyTickets()for slippage protection - Fix
listPredictions()response parsing for nested data structures - Normalize
LinkTokenResponsefield names (camelCase alignment) - Improve
QuoteResponsewith optionalexpiresAt,expectedPayout,minPayoutfields - Add
ConnectTokenResponsemodel
1.2.0 #
- Add lottery module:
listPools,getPool,buyTickets,listEntries,getEntry - Add wallet module:
getBalance,getOmnibusBalance,getDepositAccount,deposit,withdraw - Add webhook signature verification (
verifyWebhookSignature,parseWebhookEvent) - Improve error types with
PuulErrorclass
1.0.0 #
- Initial release
PuulPartnerclient with auto-auth token management- Typed sub-APIs: sessions, markets, predictions
- Full model definitions for all API shapes