Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
firejava
/
fastapi
Public
forked from
fastapi/fastapi
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
fastapi
docs
src
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 27, 2019
:bug: Fix XML example (#710)
OcasoProtal
authored and
tiangolo
committed
4915cf0
View commit details
Copy full SHA for 4915cf0
View code at this point
Browse repository at this point
:pencil2: Fix protocol separator typo (#647)
forestmonster
authored and
tiangolo
committed
7781cc0
View commit details
Copy full SHA for 7781cc0
View code at this point
Browse repository at this point
:sparkles: Add support for Pydantic v1 and above :tada: (#646)
Show description for ab2b86f
dmontagu
authored and
tiangolo
committed
ab2b86f
View commit details
Copy full SHA for ab2b86f
View code at this point
Browse repository at this point
Commits on Nov 24, 2019
:pencil: Document overriding operationId for all path operations using their function names (#642)
SKalt
authored and
tiangolo
committed
bac2f58
View commit details
Copy full SHA for bac2f58
View code at this point
Browse repository at this point
Commits on Nov 23, 2019
:pencil: Add documentation for self-serving static Swagger UI (#112) (#557)
svalouch
authored and
tiangolo
committed
723ef07
View commit details
Copy full SHA for 723ef07
View code at this point
Browse repository at this point
Commits on Oct 9, 2019
:sparkles: Add dependencies with yield (used as context managers) (#595)
Show description for 3f9f4a0
tiangolo
and
dmontagu
authored
3f9f4a0
View commit details
Copy full SHA for 3f9f4a0
View code at this point
Browse repository at this point
Commits on Oct 5, 2019
:sparkles: Add better support for request body access/manipulation with custom classes (#589)
dmontagu
authored and
tiangolo
committed
8c3ef76
View commit details
Copy full SHA for 8c3ef76
View code at this point
Browse repository at this point
Commits on Oct 4, 2019
:sparkles: Allow docstrings to be truncated before being used for OpenAPI (#556)
svalouch
authored and
tiangolo
committed
c7dc26b
View commit details
Copy full SHA for c7dc26b
View code at this point
Browse repository at this point
Commits on Jul 12, 2019
:memo: Change limit default parameter to 10 in Query docs (#366)
Show description for 3ec4342
Smashman
authored and
tiangolo
committed
3ec4342
View commit details
Copy full SHA for 3ec4342
View code at this point
Browse repository at this point
Commits on Jun 28, 2019
:memo: Update enum examples to use str, and improve Swagger UI in examples (#351)
tiangolo
authored
9a71672
View commit details
Copy full SHA for 9a71672
View code at this point
Browse repository at this point
Commits on Jun 27, 2019
:memo: Update, simplify, and clarify the SQL tutorial (#331)
mariacamilagl
authored and
tiangolo
committed
ab77c06
View commit details
Copy full SHA for ab77c06
View code at this point
Browse repository at this point
Commits on Jun 20, 2019
:sparkles: Implement support for Pydantic's ORM mode (#322)
Show description for aa84ac8
tiangolo
authored
aa84ac8
View commit details
Copy full SHA for aa84ac8
View code at this point
Browse repository at this point
Commits on Jun 6, 2019
:sparkles: Add support for Response parameters to set headers, cookies, and status codes (#294)
Show description for 5f7fe92
tiangolo
authored
5f7fe92
View commit details
Copy full SHA for 5f7fe92
View code at this point
Browse repository at this point
Commits on Jun 5, 2019
:sparkles: Implement dependency overrides for testing (#291)
Show description for 09cd7c4
tiangolo
authored
09cd7c4
View commit details
Copy full SHA for 09cd7c4
View code at this point
Browse repository at this point
Commits on Jun 3, 2019
:bug: Fix path and query parameters receiving dict as valid (#287)
Show description for c7db2ff
tiangolo
authored
c7db2ff
View commit details
Copy full SHA for c7db2ff
View code at this point
Browse repository at this point
Commits on May 30, 2019
:sparkles: Refactor param extraction using Pydantic Field (#278)
Show description for bd407cc
tiangolo
authored
bd407cc
View commit details
Copy full SHA for bd407cc
View code at this point
Browse repository at this point
Commits on May 29, 2019
:sparkles: Separate Pydantic's ValidationError handler and improve docs for error handling (#273)
Show description for 62af6e0
tiangolo
authored
62af6e0
View commit details
Copy full SHA for 62af6e0
View code at this point
Browse repository at this point
:bug: Fix path in path parameters (#272)
tiangolo
authored
703ade7
View commit details
Copy full SHA for 703ade7
View code at this point
Browse repository at this point
:white_check_mark: Update testing docs, examples for testing POST, headers (#271)
tiangolo
authored
24e9ea2
View commit details
Copy full SHA for 24e9ea2
View code at this point
Browse repository at this point
Commits on May 27, 2019
:sparkles: Add include, exclude, and by_alias to path operation methods (#264)
Show description for 7b63bc5
tiangolo
authored
7b63bc5
View commit details
Copy full SHA for 7b63bc5
View code at this point
Browse repository at this point
Commits on May 25, 2019
:sparkles: Add skip_defaults support for path operations (for #242) (#248)
wshayes
authored and
tiangolo
committed
d8716f9
View commit details
Copy full SHA for d8716f9
View code at this point
Browse repository at this point
Commits on May 24, 2019
:sparkles: Add support for WebSockets with dependencies, params, etc #166 (#178)
jekirl
authored and
tiangolo
committed
b087246
View commit details
Copy full SHA for b087246
View code at this point
Browse repository at this point
Commits on May 16, 2019
:sparkles: Add parameter dependencies to path operation decorators and include_router (#235)
Show description for e92b43b
tiangolo
authored
e92b43b
View commit details
Copy full SHA for e92b43b
View code at this point
Browse repository at this point
Commits on Apr 27, 2019
:sparkles: Use 401 with WWW-Authenticate for OAuth2 and add scope_str (#188)
tiangolo
authored
3797c04
View commit details
Copy full SHA for 3797c04
View code at this point
Browse repository at this point
Commits on Apr 26, 2019
:sparkles: Add docs and tests for Jinja2 templates (#186)
Show description for c1df0f6
tiangolo
authored
c1df0f6
View commit details
Copy full SHA for c1df0f6
View code at this point
Browse repository at this point
:sparkles: Docs and tests, responses with headers and cookies (#185)
tiangolo
authored
528ef7e
View commit details
Copy full SHA for 528ef7e
View code at this point
Browse repository at this point
:memo: Add docs about returning a response directly and encoder (#184)
tiangolo
authored
2b7f201
View commit details
Copy full SHA for 2b7f201
View code at this point
Browse repository at this point
:recycle: Rename parameter content_type to response_class (#183)
tiangolo
authored
192ebba
View commit details
Copy full SHA for 192ebba
View code at this point
Browse repository at this point
Commits on Apr 21, 2019
:sparkles: Add docs for HTTP Basic Auth and tests (#177)
tiangolo
authored
c705685
View commit details
Copy full SHA for c705685
View code at this point
Browse repository at this point
:memo: Add docs for middleware (#173)
tiangolo
authored
97adadd
View commit details
Copy full SHA for 97adadd
View code at this point
Browse repository at this point
Commits on Apr 20, 2019
:sparkles: Add docs about CORS (#169)
tiangolo
authored
596243f
View commit details
Copy full SHA for 596243f
View code at this point
Browse repository at this point
Commits on Apr 16, 2019
:sparkles: Upgrade docstring Markdown parsing (#163)
Show description for 61dd36a
tiangolo
authored
61dd36a
View commit details
Copy full SHA for 61dd36a
View code at this point
Browse repository at this point
Commits on Apr 14, 2019
:sparkles: Add support for multi-file uploads (#158)
tiangolo
authored
aad6b12
View commit details
Copy full SHA for aad6b12
View code at this point
Browse repository at this point
Commits on Apr 12, 2019
:sparkles: Add docs about responses with additional status codes (#156)
Show description for 84de980
tiangolo
authored
84de980
View commit details
Copy full SHA for 84de980
View code at this point
Browse repository at this point
:art: Improve automatic naming of path operations in API docs (#155)
Show description for 88ece95
tiangolo
authored
88ece95
View commit details
Copy full SHA for 88ece95
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.