Path to this page:
./
www/restish,
CLI for interacting with REST-ish HTTP APIs
Branch: CURRENT,
Version: 0.20.0nb8,
Package name: restish-0.20.0nb8,
Maintainer: pkgsrc-usersRestish is a CLI for interacting with REST-ish HTTP APIs with some
nice features built-in, like always having the latest API resources,
fields, and operations available when they go live on the API
without needing to install or update anything.
Master sites:
Filesize: 306.685 KB
Version history: (Expand)
- (2024-09-06) Updated to version: restish-0.20.0nb8
- (2024-08-11) Updated to version: restish-0.20.0nb7
- (2024-07-03) Updated to version: restish-0.20.0nb6
- (2024-06-13) Updated to version: restish-0.20.0nb5
- (2024-06-01) Updated to version: restish-0.20.0nb4
- (2024-04-05) Updated to version: restish-0.20.0nb3
CVS history: (Expand)
2024-04-05 21:14:14 by Benny Siegert | Files touched by this commit (161) | |
Log message:
Revbump all Go packages after go121 update
|
2024-02-07 15:51:04 by Benny Siegert | Files touched by this commit (156) | |
Log message:
Revbump all Go packages after go121 update
|
2024-01-10 20:14:43 by Benny Siegert | Files touched by this commit (152) | |
Log message:
Revbump all Go packages after go121 update
|
2023-12-17 23:32:09 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
restish: update to 0.20.0.
c4befd0 Merge pull request #223 from \
danielgtaylor/dependabot/go_modules/golang.org/x/net-0.17.0
2db8c10 Merge pull request #225 from exoscale/cached-transport
c0f180c Merge pull request #226 from \
danielgtaylor/dependabot/go_modules/golang.org/x/image-0.10.0
b75a307 Merge pull request #227 from cbliard/patch-1
a92c7db Merge pull request #229 from danielgtaylor/redirect-url
21a9017 Merge pull request #233 from danielgtaylor/hide-secrets-input
d16bdd7 Merge pull request #234 from danielgtaylor/clear-auth-cache
0a1f26c Update docs to use go install instead of go get
00b34d8 chore(deps): bump golang.org/x/image from 0.5.0 to 0.10.0
8135dc8 chore(deps): bump golang.org/x/net from 0.7.0 to 0.17.0
ac559b9 chore: add configurable redirect_url, preserve default value
97c3636 feat: add command to clear auth token cache
13fe1aa fix(api): Do not cache server responses when refreshing API defs
1ecdb09 fix: hide secret input during API config, fixes #232
9a25266 fix: use better url parsing
|
2023-12-05 20:46:19 by Benny Siegert | Files touched by this commit (146) | |
Log message:
Revbump all Go packages after go121 update
|
2023-11-10 16:45:25 by Benny Siegert | Files touched by this commit (152) | |
Log message:
Revbump all Go packages after go121 update
|
2023-10-29 15:48:24 by Benny Siegert | Files touched by this commit (152) |
Log message:
Revbump all Go packages because go121 is now the default
|
2023-10-19 16:28:11 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
restish: update to 0.19.0.
This release introduces support for retries & timeouts (see
https://rest.sh/#/retries for details), and makes the management
of bulk resources more resilient to partial failures along with a
few small bug fixes.
Note: Some HTTP response codes (408, 425, 429, 500, 502, 503, 504)
are now retried by default. Use --rsh-retry=0 or RSH_RETRY=0 to
disable this behavior if needed.
What's Changed
feat: retries & timeouts by @danielgtaylor in #219
feat: bulk command resiliency improvements by @danielgtaylor in #220
fix: gron output with special chars by @danielgtaylor in #221
|