Robert S.W. Carroll

Results 18 issues of Robert S.W. Carroll

…pe, within request_body.py ## Description - Passes examples given within the FieldDefinition to the OpenAPIMediaType ```python @post(media_type=MediaType.TEXT) def create_person( self, data: Annotated[DataclassPerson, Body(examples=[Example(summary="this is an example", value={"key": "value"})])], secret_header: str...

### Description This could be user error. Trying to add examples to the request body. The body has no problem with generating the schema and "example value" based on the...

Bug :bug:

Could potentially be useful to have random walk data available. Could be created as an adapter.

enhancement
help wanted

I plan to add a UI element to the project, in the form of a react project. Planning to just have it compile a static site and build it with...

enhancement

Hey all! If anyone is able to help contribute to the documentation, that would be a huge help! If you're able to, please reply here and/or tag me! Thanks! --...

documentation
help wanted

New PR, based off of: https://github.com/litestar-org/litestar/pull/3128 ## Description - Passes examples given within the FieldDefinition to the OpenAPIMediaType ```python @post(media_type=MediaType.TEXT) def create_person( self, data: Annotated[DataclassPerson, Body(examples=[Example(summary="this is an example", value={"key":...

Add "nadocast-ui" project. Looking to polish the project while also helping beginners navigate the process!