Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade resty v1 to v2. #424

Commits on Jun 20, 2024

  1. BugFix: "github.com/go-resty/resty/v1" to "github.com/go-resty/resty/…

    …v2".
    
    Signed-off-by: Abouzar Kamaee <[email protected]>
    Abouzar Kamaee committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    2097007 View commit details
    Browse the repository at this point in the history
  2. Resolve Tests Errors: Use default HTTP Client with a default HTTP Tra…

    …nsport so HTTP Mock can intercept requests.
    
    Signed-off-by: Abouzar Kamaee <[email protected]>
    Abouzar Kamaee committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    7b3a86e View commit details
    Browse the repository at this point in the history
  3. Resolve error in tests: 5 retries in resty/v2 correctly mean the func…

    …tion should be called 6 times in total while in resty/v1 it meant the function should has been called 5 times.
    
    Signed-off-by: Abouzar Kamaee <[email protected]>
    Abouzar Kamaee committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    bbf2ead View commit details
    Browse the repository at this point in the history
  4. Run goimport.

    Signed-off-by: Abouzar Kamaee <[email protected]>
    Abouzar Kamaee committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    599c9ab View commit details
    Browse the repository at this point in the history