| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
This pull request has been linked to Shortcut Story #710622: Launch python client overhaul. |
Sorry, something went wrong.
|
@phil-scale is there anything worth a human reviewing? Wasn't immediately obvious to me from a skim what was auto-generated vs. not. |
Sorry, something went wrong.
|
Yeah this is fully auto-generated. I'll keep it on this branch for now while I test it out (might be delayed due to LIRA). |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
I think the autogenerated pydantic clients from https://github.com/dmontagu/fastapi_client are much better than the OpenAPI autogenerated clients because 1) they provide async APIs 2) the serialization relies on Pydantic, which is faster and has more functionality than the OpenAPI auto-generated types.
This PR doesn't change the client to use these types because I think that's a bigger change that I'd like to separate into another PR.
[sc-710622]