v1.6.0
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
insteadgo 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