Results 16 comments of Steel

Wrong endpoint, I was talking about `api/v1/users/token` (edited description accordingly)

I'm writing a script for my university to facilitate mass video upload. Those videos are uploaded to one channel only, so i could switch the auth plugin for this user...

> ```rust > struct Example { > #[builder( > // the values specified here are the ones that will be used by default (#[builder(flag)]) > flag( > true = color,...

Such a feature would be great, I'm currently having trouble with custom methods in my builders I don't mind writing my own impl block

Quick feedback on a simple example : ```rust impl EndpointBuilder { pub fn smart_crop(self) -> EndpointBuilder where State::Smart: bon::IsUnset, { self.smart(true) } } ``` The API is very straightforward and...