/fast_api_camelcase_example

tutorial on how to create fastapi endpoint with camelcase attributes while keeping your code in snake_case

Primary LanguagePython

FAST API Camel-Case Endpoint

This is a simple tutorial to show how easy to have endpoints in camel case for FastAPI/Pydantic while keeping your model attributes in snake_case