Fork me on GitHub
#reitit
<
2022-06-21
>
Nikolas Pafitis10:06:36

Does anybody know if there's a library that can take a backend's reitit routes and generate a client for the frontend, where you can for example call the endpoints by their keyword name.

Janet A. Carr15:06:40

have you tried reitit swagger middleware and then use swagger codegen? https://swagger.io/tools/swagger-codegen/

Nikolas Pafitis20:06:59

I don't know if I did something wrong. I'm trying to coerce a path param in the frontend router from string to uuid and i get coercion failed. Similar code works in backend. Is it because string->uuid coercion only in jvm side?

hoiyho522:06:01

Hi, I'm using nested controllers in my app and it seems like the :stop controller isn't working for me. Not sure if I'm doing something wrong or if there's an issue with it

valtteri08:06:17

Hi, not aware of issues. Please try to make a minimal repro and file an issue if something’s not working.

hoiyho516:06:36

Will do. Thank you 🙂

👍 1