danielgtaylor / restish

Restish is a CLI for interacting with REST-ish HTTP APIs with some nice features built-in
https://rest.sh/
MIT License
900 stars 74 forks source link

fix: use configured base as base path if no servers present #185

Closed danielgtaylor closed 1 year ago

danielgtaylor commented 1 year ago

Fixes #174, #158. The logic is similar to #174 but explicitly uses the base path through the updated resolver interface.