Is their an OpenAPI specification for the letta server REST API? #2058
udiedrichsen
announced in
Q&A
Replies: 2 comments
-
|
In one of the actions I see But I don't see those files. If those are not available, maybe there is somewhere in the code with Python schemas or models for the API - that could also serve as a sort of reference. The API appears to be using FastAPI so it probably has Pydantic schemas. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Yes, when you run the server with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to use the REST API in my dart project. With the swagger spec it would be easy to generate a dart rest client.
Beta Was this translation helpful? Give feedback.
All reactions