FastAPI Framework
(Redirected from FastAPI)
Jump to navigation
Jump to search
A FastAPI Framework is a Web framework that ...
- See: OpenAPI Specification, Asynchronous Server Gateway Interface (ASGI), Representational State Transfer, API, Data Validation, Serialization.
References
2024
- (Wikipedia, 2024) ⇒ https://en.wikipedia.org/wiki/FastAPI Retrieved:2024-4-23.
- FastAPI is a modern web framework first released in 2018 for building RESTful APIs in Python. It is used for building APIs with Python 3.8+ based on standard Python-type hints. FastAPI is based on Pydantic and uses type hints to validate, serialize and deserialize data. It also automatically generates OpenAPI documentation for APIs built with it.