Ferdi Koomen
Ferdi Koomen
@Nico i've added this to the roadmap, seems like a feature that is worth investigation!
@iansan5653 good point, will fix this in the next mayor release
@scipper There is a new version that allows to create client instances to each client can have its own bearer token. You can specify the `--name` argument while generating the...
@caseyfw @ritchieanesco this sounds like a `json-schema-ref-parser` issue. Did you try to reproduce the result there. You should be able to do something like this in a simple NodeJS script:...
Hi @andreujuanc the path indeed has not much to do with the generated Services. There are two properties in the OpenAPI spec that control the generated names, the **tags** and...
Let me check what is possible, we are supporting some "x-" type properties like "x-enum", these are properties we can use for extending the spec. We can do something like...
@loganbenjamin Thanks for the additional info, I will review this asap (bit busy right now, but will try to make some time!). The feature looks very nice from your description...
Reponses, parameters and requestBodies are all in the services @yordis
@yordis Sorry i did get what you meant, but its clear now. I added the story to the roadmap, i'm working on the @next version and will include the shared...
@NicoVogel Sorry for the late reply, so i see this an work, the only issue is serialize en deserialize flow. So i receive a date string from the backend, that...