Umut Özel
Umut Özel
Great work! I think this might stay for a little while, you can inject your provider anyway. I wanted to complete quick fixes and release a new package, this could...
Fixed with Jokenizer.Net 1.1.1 version. Published new Nuget (2.0.25).
Looks great. Maybe code generation could be in another package(s), using every package that make translation easier. Could be only a dev-dependency, we all ignore how many packages dev-dependencies use...
Also, with your Decorator suggestion in use, we wouldn't need Service generation (I always thought they would be necessary). ```typescript @jinquEndpoint('companies') export class Company { } const service = new...
You are right, like most of my projects documentation and samples are missing. To be honest I developed jinqu-odata for a team in our company. I wrote a serie in...
I would love that! Thank you. Btw, is `solenya` a Rick and Morty reference? I love that show :) and we are experimenting with Solenya, looks great, love the functional...
Great name, Thanks, I'm looking forward to your PR and season 4 :)
I created a very simple code generator and considering to publish it alongside npm as a `bin` script.
Yeah, these were exact same scenarios in my mind. By the way, to avoid unnecessary version updates to jinqu-odata, I decided to create a new npm for metadata generation, likely...
Hi @NetTecture, first of all, thanks for the feedbacks. I pushed a new repo ([jinqu-odata-cli](https://github.com/jin-qu/jinqu-odata-cli)), still experimenting with the idea. With this -dev dependency- approach we can use it in...