-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Json api helpers #289
base: master
Are you sure you want to change the base?
Json api helpers #289
Conversation
Adds CastTests to ensure usability Moves CartModul defintions into JsonApiSchemas Module
I'm not sure if this is out of scope for this feature, but one thing I'd love is the unification of the module I use to generate the response and the module I use to specify the schema of the response. I've been using ja-serializer and would love if open_api_spex would let me specify the schema and use that same module to transform a struct into a JSON:API response. Again, I'm not sure if that's out of scope, but since this is still in the draft phase, I thought I'd mention it! |
Hi @scottmessinger, Thank you very much for the info, this really sounds interesting! |
This is something I'm also very interested in, similar to I'm currently working on an experiment to use |
@moxley If there is any part of this PR you'd like assistance with (functionality, features, tests, docs, etc.) please let me know! |
No description provided.