Change Updates

Do not miss any Fizzy Bubbly Provider API changes, ever again

Subscribe to the Fizzy Bubbly Provider API changelog to be up to date on recent changes.

RSS

Dec 2, 2024

main
1.0.0
Compare

API structure has changed

6 structure changes including:
6 Modifications
Modified 6 Breaking
POST /free-spins-campaign/bet-values
  • Response
  • 200 response Modified
    • application/json content type Modified
      • betValues property Modified
        • Type went from array[string | number] to array[number]
          Breaking
POST /game/url
  • Body
  • application/json content type Modified
    • defaultBet, maxBet, minBet properties Modified
      • Removing polymorphism is always breaking
        Breaking
POST /wallet/balance
  • Response
  • 200 response Modified
    • application/json content type Modified
      • balance property Modified
        • Removing polymorphism is always breaking
          Breaking
POST /wallet/deposit
  • Body
  • application/json content type Modified
    • amount property Modified
      • Removing polymorphism is always breaking
        Breaking
  • Response
  • 200 response Modified
    • application/json content type Modified
      • balance property Modified
        • Removing polymorphism is always breaking
          Breaking
POST /wallet/rollback
  • Response
  • 200 response Modified
    • application/json content type Modified
      • balance property Modified
        • Removing polymorphism is always breaking
          Breaking
POST /wallet/withdraw
  • Body
  • application/json content type Modified
    • amount property Modified
      • Removing polymorphism is always breaking
        Breaking
  • Response
  • 200 response Modified
    • application/json content type Modified
      • balance property Modified
        • Removing polymorphism is always breaking
          Breaking