-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(docs): server stub generation #3760
Conversation
🌿 Preview your docs: https://fern-preview-f915b2da-5a89-429e-be5b-5348c54c6d3e.docs.buildwithfern.com |
🌿 Preview your docs: https://fern-preview-8ee02af5-a458-45b9-af5f-60cfd6ce2884.docs.buildwithfern.com |
🌿 Preview your docs: https://fern-preview-15d74ca4-a72b-42c7-b9dd-e5d9fa707d79.docs.buildwithfern.com |
4eb9f86
to
9180bd7
Compare
|
||
</Steps> | ||
|
||
## Advanced Configurations |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@zachkirsch good ol' server stubs coming back into play
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lol love it. I think I have “server INTERFACES not stubs” still burned into my memory
|
||
<CodeBlock title="src/movies_service.py"> | ||
```python | ||
from .generated.fern import AbstractMoviesService, Movie, MovieDoesNotExistError, MovieId |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While I’m here 🫣 this file should prob have express examples not fastapi examples
This is stale. If we want to document it in the future, we should start from scratch and do one at a time. |
No description provided.