Issac Kelly
Issac Kelly
I'd like for this to be an option for config.
I was wrong. I can use `#[schema(as=Foo)]` and then use `Foo` in my request_body and response(body) declarations, and then point to `FooUtoipa` in my `#[openapi(components())` declaration. So this lets me...
Very neat. I was unaware that somebody had reversed groups. I'll take a look at it next time I get a chance.
Unauthorized user is interesting. I haven't seen that before. Potentially newer firmware is more strict on possible usernames. I made that up before there was an official API. The newest...
Yeah. Username is a misnomer, it's more like a unique User Agent, or a client name. This is why in my original version i based it on the fqdn.
This will definitely need to be changed, yes. I don't really do much active maintenance, since up until this newest release things worked pretty well for me. Thanks for checking...
That's exactly how we (I work with OP) use `-E` We are back to touching this part of our code so I was looking at this recently. If I get...