Maxime Bertonnier

Results 29 comments of Maxime Bertonnier

Hi, thanks for the contribution. This is something I thought about adding, too. Could you make sure not to commit your `.idea` folder ? 😅 You can add it to...

Thanks for the code review @Villar74 . I added some comments, too. I wouldn't change anything on the generated javascript file. Let typescript do its thing. Once you've made the...

@Villar74 yes 😄

This is a missing feature. I somehow forgot about this HTTP method... I'll make sure to add it in the next release. Thank you for pointing it out !

It solely depends on the age of the stored data. If you set your expiration to one hour and if your data for the endpoint you're trying to reach is...

Hi, I don't have enough experience with GraphQL to imagine how the two could play together. This is not planned right now. I might think about it if I have...

Yes this is a feature I plan to add later. It won't be part of 3.0 though.

I couldn't take a look at it yet. This is definitely the top priority feature once I start working on it. No ETA though, sorry.

Hi, I haven't tried it, but you should be able to do it like this ```javascript api.fetch( 'yourService', { fetchOptions: { body: yourJsonData } } ) ``` `fetchOptions` basically allows...

@kdy1 Any news regarding this issue ? We have a similar problem that's preventing our team from switching to swc. We're using https://github.com/RobinBuschmann/sequelize-typescript and decorators are a problem for us...