bobojobo
Results
1
comments of
bobojobo
@bal-stan, I think you can fix your problem with the returns.json decorator: ``` import typing as t import typing_extensions as te from pydantic import BaseModel from uplink import Consumer, get,...