Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hostinger/api-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: softwarecatscom/api-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 4 files changed
  • 2 contributors

Commits on Sep 1, 2025

  1. chore: release?

    dldinternet committed Sep 1, 2025
    Configuration menu
    Copy the full SHA
    1b7edd3 View commit details
    Browse the repository at this point in the history
  2. fix: org

    dldinternet committed Sep 1, 2025
    Configuration menu
    Copy the full SHA
    d366313 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2025

  1. fix: resolve hapi vps firewall list JSON parsing error

    The firewall list command was failing due to a mismatch between the
    OpenAPI specification and actual API implementation. The spec defines
    a paginated response structure but the API returns a direct array.
    
    Changes:
    - Bypass generated client parsing that expects paginated response
    - Use raw HTTP client to get actual API response
    - Parse response as direct array of firewall resources
    - Maintain existing output formatting
    
    This resolves the "cannot unmarshal array into struct" error and
    allows the firewall list command to work correctly.
    
    Related: hostinger/api#23
    dldinternet committed Sep 17, 2025
    Configuration menu
    Copy the full SHA
    0cf29f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e029b83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67ad8c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b88dbfc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    45ebeb1 View commit details
    Browse the repository at this point in the history
Loading