tzellman / nest-jsonapi

A nestjs module that provides JSONAPI support to your application.
MIT License
16 stars 4 forks source link

transformalizer vs ts-japi #118

Open PrimeDominus opened 2 years ago

PrimeDominus commented 2 years ago

It seems transformalizer is now a private repo, and unmaintained. Have you considered modifying your library to use ts-japi instead? https://mathematic-inc.github.io/ts-japi/

tzellman commented 2 years ago

Thanks for the link! The transformalizer repo is actually located at https://github.com/powell0/transformalizer - it seems that the repo url in package.json just hasn't been updated. I'm not sure how much time I have in the near term to look into a transition, so feel free to create a PR!

PrimeDominus commented 2 years ago

Thanks for the link! The transformalizer repo is actually located at https://github.com/powell0/transformalizer - it seems that the repo url in package.json just hasn't been updated. I'm not sure how much time I have in the near term to look into a transition, so feel free to create a PR!

Thank you for the link! Now I can at least begin studying how it works 😄