Mathew Polzin
Mathew Polzin
I think you've given me enough information for me to help with the code snippets above, but one other thing that could make this easier to troubleshoot would be the...
I've gone ahead and slightly modified your `decodeBatch(data:) -> [API.DataModel.OrganizationGroupMember]` function so that in the `catch` block it does `print(error)` and when I run that against the JSON data you...
To make things more complicated (but recognizing that at the end of the day as long as I can get this stuff from somewhere I am happy to pull in...
Seems reasonable. I imagine it would be beneficial to still allow individually defined functions named after fields to take precedence over `get_field/3`. So for the following ```elixir def fields do...
Hi @mattt. Thanks for bringing to the table another awesome example of integration with OpenAPIKit. I've been busy with a (geographically) big move, so I may be slow, but ultimately...
I never did get around to adding header support to this library. `OpenAPIKit` supports header parameters, there just isn't any code in `VaporOpenAPI` that generates them. The code would probably...
I can still reproduce this; let me see if I can come up with a minimal example.
@vvagaytsev here's a repo with a pretty small amount of configuration in it: https://github.com/opallabs/garden-3091-repro The project file itself should not be important, so you could copy all files except for...
@epinault i didn’t want to leave you hanging, but I didn’t really know the answer to your question (I only currently maintain the JSONAPI package). I’d say the absence of...
@epinault I would consider merging simple PRs but I do not have permission to publish new versions of this package to Hex. I am fairly maxed out on OSS maintenance...