Subject: CVS commit: pkgsrc/www/restish
From: Thomas Klausner
Date: 2023-08-24 11:39:18
Message id: 20230824093918.91B98FBDB@cvs.NetBSD.org

Log Message:
restish: update to 0.18.0.

This release brings a few important changes worth calling out:

    Freedesktop conventions are now followed, meaning the location
    of configuration and cache files is now operating-system
    dependent. Files are automatically moved over when running the
    new Restish release. The new restish api edit command makes it
    easy to edit your API configuration, which will now be located:

        Mac: ~/Library/Application Support/restish/apis.json
        Linux: ~/.config/restish/apis.json
        Windows: %AppData%\restish\apis.json

    If no OpenAPI server locations match, the default operation
    base path is now the path component of the base configuration
    value. This can be overridden via the operation_base parameter.
    See docs at https://rest.sh/#/configuration?id=operation-base-path

    Local and remote references are now supported in OpenAPI,
    including relative refs with the base set to the location of
    the OpenAPI file. Restish can now officially load the DigitalOcean
    API spec.

Files:
RevisionActionfile
1.32modifypkgsrc/www/restish/Makefile
1.11modifypkgsrc/www/restish/distinfo
1.8modifypkgsrc/www/restish/go-modules.mk