• Fix warnings deserialization: change type from []string to []Warning struct

    jeezft released this 2026-03-19 02:01:09 +12:00 | 2 commits to main since this release

    Vchasno API returns warnings as array of objects {code, wtxt}, not strings.
    This caused unmarshal errors on successful responses with warnings.

    Downloads