swr-request-generator icon indicating copy to clipboard operation
swr-request-generator copied to clipboard

A tool for generating TypeScript code and interface from swagger by using SWR and axios as client.

Results 5 swr-request-generator issues
Sort by recently updated
recently updated
newest added

Fixed it four our use case with nullable types. Should be revised before merging to support other use cases Also changed the way for generating class properties. under_score_variables where converted...

adds `-w, --windows` option support for windows filesystem by prefixing resolved path with `file://` and replaces backslashes (`\`) with forward slashes (`/`)

This is maybe an error on my side. But for some reason the result type of trigger is an `AxiosResponse` inside an `AxiosResponse`. ``` ts export function UserAuthForm({ className, ...props...

Hi, Our backend generates two openapi.json files that we need to generate all the hooks necessary. When adding both of these to the clients array property only the data from...

Hi, First of all, thanks for writing this plugin. I'm currently working in a multi-disciplinary team of front- and backenders, and it would be really useful if the generator also...