jaubuchon

Results 3 comments of jaubuchon

It would be very useful! +1 :)

Hello, +1 on this. I have a RAML api definition from which I generate pojos. But there is a type that is reused across the spec end up being duplicated...

About the 2FA question, actually I got lucky! Just need to add "otp" parameter to the request body. POST: https://trade-service.wealthsimple.com/auth/login ``` { "email": "your_email", "password": "your_password_", "otp": "your_otp_code" } ```