Skip to content

v1.6.0

Compare
Choose a tag to compare
@ebc-2in2crc ebc-2in2crc released this 02 Aug 16:35
· 37 commits to main since this release
112e172

Support Pixela v1.25.0

  • [Experimental] Support retries when an API call is rejected.
    This function is a measure for the specification added in Pixela v1.25.0.
  • Makefile: Use go install instead go get.

Support retries when an API call is rejected.

// Specify the number of retries if you want to retry when the API call is rejected.
// If you do not want to retry, you do not need to specify it.
pixela.RetryCount = 10