Skip to main content

Release Notes

3.1.1

25. Apr 25

Fixed
  • Exceptions would require dependency on/import of Refit
    • Errors now throw NetStoneException
  • 404 responses would throw Refit ApiException instead of NetStone Common NotFoundException
    • 404 responses now throw NotFoundException, just like NetStone API Client used to

3.1.0

20. Apr 25

Initial Release
  • Built for dependency injection
  • Default .NET resilience handler with extended timeouts built-in
  • Support for all Character and Free Company endpoints
  • Basic usage guide at https://github.com/Tawmy/NetStone.Api.Sdk
  • Replaces previous NetStone.Api.Client