After starting the local API Server with bw serve I try to use the API according to this documentation.
When using the /generate command the documentation does not hold up to the results.
Ok after updating the bw cli to the current version (winget didn’t apply any updates. maybe because it was running in the background all the time.) it looks a little bit different.
/generate → 14 chars, upper, lower, number → default(?), fine
/generate?special=false → 14 chars, numbers, specials → wtf?
/generate?number=true → 14 chars, numbers → fine
/generate?lowercase=false → 14 chars, lower, numbers
/generate?uppercase=false → 14 chars, upper, numbers
so
the boolean values are still not used correctly for any parameter
specials are now only added when the parameter exists (regardless of the value)