Semyon Pupkov
Semyon Pupkov
@nlf /cc
Now you can use param `response_model_by_alias=False` ```python @router.get('/orm-test', response_model=Entity, response_model_by_alias=False) async def orm_test(): ``` Simple pydantic example ```python from pydantic import BaseModel, Field class MyModel(BaseModel): test: str = Field(alias="name") class...
@olivierlacan i use 1.9.3 with rails-express patch and i use pry-debug
I'll try to have a look, thanks.
Just idea: - Make a list of repositories. - Add feature for user to suggest a new repository - With some kind of periodicity visit this repos by api and...
@davidstosik @jakehow It looks good. Can it will be merged and released?
Hi, @jakehow. Thanks for you attend. Can you look at this issue? https://github.com/zipmark/rspec_api_documentation/issues/456.
@jakehow Hi, Thanks. We currently use the latest master's in our project. So far, no problems have been seen.
Maybe it will be better to move (or fork) this gem to another organization and add active maintainers?