Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b7a9dd5

Browse files
author
Nils Lindemann
authored
Merge branch 'tiangolo:master' into review-en/docs/contributing.md
2 parents b8f5057 + 6fb951b commit b7a9dd5

File tree

13 files changed

+44
-17
lines changed

13 files changed

+44
-17
lines changed

.github/workflows/latest-changes.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,12 @@ jobs:
3434
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }}
3535
with:
3636
limit-access-to-actor: true
37-
- uses: docker://tiangolo/latest-changes:0.0.3
37+
- uses: docker://tiangolo/latest-changes:0.2.0
38+
# - uses: tiangolo/latest-changes@main
3839
with:
3940
token: ${{ secrets.GITHUB_TOKEN }}
4041
latest_changes_file: docs/en/docs/release-notes.md
41-
latest_changes_header: '## Latest Changes\n\n'
42+
latest_changes_header: '## Latest Changes'
43+
end_regex: '^## '
4244
debug_logs: true
45+
label_header_prefix: '### '

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,10 @@ The key features are:
4848

4949
<a href="https://cryptapi.io/" target="_blank" title="CryptAPI: Your easy to use, secure and privacy oriented payment gateway."><img src="https://fastapi.tiangolo.com/img/sponsors/cryptapi.svg"></a>
5050
<a href="https://platform.sh/try-it-now/?utm_source=fastapi-signup&utm_medium=banner&utm_campaign=FastAPI-signup-June-2023" target="_blank" title="Build, run and scale your apps on a modern, reliable, and secure PaaS."><img src="https://fastapi.tiangolo.com/img/sponsors/platform-sh.png"></a>
51-
<a href="https://www.buildwithfern.com/?utm_source=tiangolo&utm_medium=website&utm_campaign=main-badge" target="_blank" title="Fern | SDKs and API docs"><img src="https://fastapi.tiangolo.com/img/sponsors/fern.svg"></a>
5251
<a href="https://www.porter.run" target="_blank" title="Deploy FastAPI on AWS with a few clicks"><img src="https://fastapi.tiangolo.com/img/sponsors/porter.png"></a>
5352
<a href="https://bump.sh/fastapi?utm_source=fastapi&utm_medium=referral&utm_campaign=sponsor" target="_blank" title="Automate FastAPI documentation generation with Bump.sh"><img src="https://fastapi.tiangolo.com/img/sponsors/bump-sh.svg"></a>
53+
<a href="https://reflex.dev" target="_blank" title="Reflex"><img src="https://fastapi.tiangolo.com/img/sponsors/reflex.png"></a>
54+
<a href="https://github.com/scalar/scalar/?utm_source=fastapi&utm_medium=website&utm_campaign=main-badge" target="_blank" title="Scalar: Beautiful Open-Source API References from Swagger/OpenAPI files"><img src="https://fastapi.tiangolo.com/img/sponsors/scalar.svg"></a>
5455
<a href="https://www.deta.sh/?ref=fastapi" target="_blank" title="The launchpad for all your (team's) ideas"><img src="https://fastapi.tiangolo.com/img/sponsors/deta.svg"></a>
5556
<a href="https://training.talkpython.fm/fastapi-courses" target="_blank" title="FastAPI video courses on demand from people you trust"><img src="https://fastapi.tiangolo.com/img/sponsors/talkpython.png"></a>
5657
<a href="https://testdriven.io/courses/tdd-fastapi/" target="_blank" title="Learn to build high-quality web apps with best practices"><img src="https://fastapi.tiangolo.com/img/sponsors/testdriven.svg"></a>
@@ -59,6 +60,7 @@ The key features are:
5960
<a href="https://databento.com/" target="_blank" title="Pay as you go for market data"><img src="https://fastapi.tiangolo.com/img/sponsors/databento.svg"></a>
6061
<a href="https://speakeasyapi.dev?utm_source=fastapi+repo&utm_medium=github+sponsorship" target="_blank" title="SDKs for your API | Speakeasy"><img src="https://fastapi.tiangolo.com/img/sponsors/speakeasy.png"></a>
6162
<a href="https://www.svix.com/" target="_blank" title="Svix - Webhooks as a service"><img src="https://fastapi.tiangolo.com/img/sponsors/svix.svg"></a>
63+
<a href="https://www.codacy.com/?utm_source=github&utm_medium=sponsors&utm_id=pioneers" target="_blank" title="Take code reviews from hours to minutes"><img src="https://fastapi.tiangolo.com/img/sponsors/codacy.png"></a>
6264

6365
<!-- /sponsors -->
6466

docs/en/data/sponsors.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,18 @@ gold:
55
- url: https://platform.sh/try-it-now/?utm_source=fastapi-signup&utm_medium=banner&utm_campaign=FastAPI-signup-June-2023
66
title: "Build, run and scale your apps on a modern, reliable, and secure PaaS."
77
img: https://fastapi.tiangolo.com/img/sponsors/platform-sh.png
8-
- url: https://www.buildwithfern.com/?utm_source=tiangolo&utm_medium=website&utm_campaign=main-badge
9-
title: Fern | SDKs and API docs
10-
img: https://fastapi.tiangolo.com/img/sponsors/fern.svg
118
- url: https://www.porter.run
129
title: Deploy FastAPI on AWS with a few clicks
1310
img: https://fastapi.tiangolo.com/img/sponsors/porter.png
1411
- url: https://bump.sh/fastapi?utm_source=fastapi&utm_medium=referral&utm_campaign=sponsor
1512
title: Automate FastAPI documentation generation with Bump.sh
1613
img: https://fastapi.tiangolo.com/img/sponsors/bump-sh.svg
14+
- url: https://reflex.dev
15+
title: Reflex
16+
img: https://fastapi.tiangolo.com/img/sponsors/reflex.png
17+
- url: https://github.com/scalar/scalar/?utm_source=fastapi&utm_medium=website&utm_campaign=main-badge
18+
title: "Scalar: Beautiful Open-Source API References from Swagger/OpenAPI files"
19+
img: https://fastapi.tiangolo.com/img/sponsors/scalar.svg
1720
silver:
1821
- url: https://www.deta.sh/?ref=fastapi
1922
title: The launchpad for all your (team's) ideas
@@ -39,6 +42,9 @@ silver:
3942
- url: https://www.svix.com/
4043
title: Svix - Webhooks as a service
4144
img: https://fastapi.tiangolo.com/img/sponsors/svix.svg
45+
- url: https://www.codacy.com/?utm_source=github&utm_medium=sponsors&utm_id=pioneers
46+
title: Take code reviews from hours to minutes
47+
img: https://fastapi.tiangolo.com/img/sponsors/codacy.png
4248
bronze:
4349
- url: https://www.exoflare.com/open-source/?utm_source=FastAPI&utm_campaign=open_source
4450
title: Biosecurity risk assessments made easy.

docs/en/data/sponsors_badge.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ logins:
2121
- fern-api
2222
- ndimares
2323
- svixhq
24+
- Alek99
25+
- codacy

docs/en/docs/advanced/generate-clients.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ Some of them also ✨ [**sponsor FastAPI**](../help-fastapi.md#sponsor-the-autho
2020

2121
And it shows their true commitment to FastAPI and its **community** (you), as they not only want to provide you a **good service** but also want to make sure you have a **good and healthy framework**, FastAPI. 🙇
2222

23-
You might want to try their services and follow their guides:
23+
For example, you might want to try <a href="https://speakeasyapi.dev/?utm_source=fastapi+repo&utm_medium=github+sponsorship" class="external-link" target="_blank">Speakeasy</a>.
2424

25-
* <a href="https://www.buildwithfern.com/?utm_source=tiangolo&utm_medium=website&utm_campaign=docs-generate-clients" class="external-link" target="_blank">Fern</a>
26-
* <a href="https://speakeasyapi.dev/?utm_source=fastapi+repo&utm_medium=github+sponsorship" class="external-link" target="_blank">Speakeasy</a>
25+
There are also several other companies offering similar services that you can search and find online. 🤓
2726

2827
## Generate a TypeScript Frontend Client
2928

docs/en/docs/alternatives.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,6 @@ That's why when talking about version 2.0 it's common to say "Swagger", and for
119119

120120
These two were chosen for being fairly popular and stable, but doing a quick search, you could find dozens of additional alternative user interfaces for OpenAPI (that you can use with **FastAPI**).
121121

122-
For example, you could try <a href="https://www.buildwithfern.com/?utm_source=tiangolo&utm_medium=website&utm_campaign=docs-alternatives" class="external-link" target="_blank">Fern</a> which is also a FastAPI sponsor. 😎🎉
123-
124122
### Flask REST frameworks
125123

126124
There are several Flask REST frameworks, but after investing the time and work into investigating them, I found that many are discontinued or abandoned, with several standing issues that made them unfit.
29.8 KB
Loading
7.95 KB
Loading
11 KB
Loading
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)