Skip to content

Releases: xWyatt/check_rest_api

Release 1.2.0

30 Nov 21:13
Compare
Choose a tag to compare

Breaking Changes

Improvements

  • Adds the --http-method/-m option to specify PUT or POST requests.
  • Adds the --debug/-d option to printout debug information from the CURL request.
  • Allows a HTTP response code of 201 as OK
  • Changes output text to include long descriptions and performance data

Contributors:

Release 1.1.1

22 Apr 18:56
Compare
Choose a tag to compare

Adds the --insecure/-k option to the program help text

Release 1.1.0

25 Nov 17:36
Compare
Choose a tag to compare

Adds new --auth-basic-file/-bf switch that takes in a filepath to a file that contains HTTP Basic Auth credentials.

Also changes the program Help Text so long-arguments do not have an = between the argument and a value. That should have been documented as a space.

Release 1.0.1

23 Nov 23:21
Compare
Choose a tag to compare

This fixes an issue where the --insecure/-k flags do not function.

Release 1.0.0

18 Jul 17:04
Compare
Choose a tag to compare

This is the initial release.