picopds icon indicating copy to clipboard operation
picopds copied to clipboard

AppView Proxying codegen

Open DavidBuchanan314 opened this issue 2 years ago • 0 comments

New endpoints have been added that I need to account for. I should auto-generate appview proxying stubs based on lexicons.

DavidBuchanan314 avatar Sep 21 '23 06:09 DavidBuchanan314

@SaltyAom do you consider this for the next release? This is pretty useful. Like transforming a string to a date, converting using an enum and so on. I wonder if this is actually just a type issue or if this needs more work (actually transforming the data using typebox).

david-plugge avatar May 15 '24 16:05 david-plugge

I wonder if this is actually just a type issue or if this needs more work (actually transforming the data using typebox).

I didn't hunt down where the deserialization happens, but as long as Elysia is using Decode it should automagically work, and indeed that seems to be the case in my little project.

mnpenner avatar May 16 '24 01:05 mnpenner