]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔧 Update sponsors: add liblab (#11934)
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 1 Aug 2024 04:53:51 +0000 (23:53 -0500)
committerGitHub <noreply@github.com>
Thu, 1 Aug 2024 04:53:51 +0000 (23:53 -0500)
README.md
docs/en/data/sponsors.yml
docs/en/docs/advanced/generate-clients.md
docs/en/docs/img/sponsors/liblab-banner.png [new file with mode: 0644]
docs/en/docs/img/sponsors/liblab.png [new file with mode: 0644]
docs/en/overrides/main.html

index 43cc7198c1fd3b7cae262c6f2b6e34091c0d1af6..739e776274e15a180b2a631e9c2bb14e40fa955b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -57,6 +57,7 @@ The key features are:
 <a href="https://konghq.com/products/kong-konnect?utm_medium=referral&utm_source=github&utm_campaign=platform&utm_content=fast-api" target="_blank" title="Kong Konnect - API management platform"><img src="https://fastapi.tiangolo.com/img/sponsors/kong.png"></a>
 <a href="https://zuplo.link/fastapi-gh" target="_blank" title="Zuplo: Scale, Protect, Document, and Monetize your FastAPI"><img src="https://fastapi.tiangolo.com/img/sponsors/zuplo.png"></a>
 <a href="https://fine.dev?ref=fastapibadge" target="_blank" title="Fine's AI FastAPI Workflow: Effortlessly Deploy and Integrate FastAPI into Your Project"><img src="https://fastapi.tiangolo.com/img/sponsors/fine.png"></a>
+<a href="https://liblab.com?utm_source=fastapi" target="_blank" title="liblab - Generate SDKs from FastAPI"><img src="https://fastapi.tiangolo.com/img/sponsors/liblab.png"></a>
 <a href="https://github.com/deepset-ai/haystack/" target="_blank" title="Build powerful search from composable, open source building blocks"><img src="https://fastapi.tiangolo.com/img/sponsors/haystack-fastapi.svg"></a>
 <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>
 <a href="https://speakeasy.com?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>
index 39654a36149dfab1a11f9f6ceeec6e5bb341e23b..8c0956ac52c45591ad2d3130a83105370ad60b47 100644 (file)
@@ -32,6 +32,9 @@ gold:
   - url: https://fine.dev?ref=fastapibadge
     title: "Fine's AI FastAPI Workflow: Effortlessly Deploy and Integrate FastAPI into Your Project"
     img: https://fastapi.tiangolo.com/img/sponsors/fine.png
+  - url: https://liblab.com?utm_source=fastapi
+    title: liblab - Generate SDKs from FastAPI
+    img: https://fastapi.tiangolo.com/img/sponsors/liblab.png
 silver:
   - url: https://github.com/deepset-ai/haystack/
     title: Build powerful search from composable, open source building blocks
index 136ddb0643a1d493ef349b5846de15723d4cb785..0053ac9bbdbe8a575b097b5515653fbf7670103c 100644 (file)
@@ -20,7 +20,11 @@ Some of them also âœ¨ [**sponsor FastAPI**](../help-fastapi.md#sponsor-the-autho
 
 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. ðŸ™‡
 
-For example, you might want to try <a href="https://speakeasy.com/?utm_source=fastapi+repo&utm_medium=github+sponsorship" class="external-link" target="_blank">Speakeasy</a> and <a href="https://www.stainlessapi.com/?utm_source=fastapi&utm_medium=referral" class="external-link" target="_blank">Stainless</a>.
+For example, you might want to try:
+
+* <a href="https://speakeasy.com/?utm_source=fastapi+repo&utm_medium=github+sponsorship" class="external-link" target="_blank">Speakeasy</a>
+* <a href="https://www.stainlessapi.com/?utm_source=fastapi&utm_medium=referral" class="external-link" target="_blank">Stainless</a>
+* <a href="https://developers.liblab.com/tutorials/sdk-for-fastapi/?utm_source=fastapi" class="external-link" target="_blank">liblab</a>
 
 There are also several other companies offering similar services that you can search and find online. ðŸ¤“
 
diff --git a/docs/en/docs/img/sponsors/liblab-banner.png b/docs/en/docs/img/sponsors/liblab-banner.png
new file mode 100644 (file)
index 0000000..299ff81
Binary files /dev/null and b/docs/en/docs/img/sponsors/liblab-banner.png differ
diff --git a/docs/en/docs/img/sponsors/liblab.png b/docs/en/docs/img/sponsors/liblab.png
new file mode 100644 (file)
index 0000000..ee461d7
Binary files /dev/null and b/docs/en/docs/img/sponsors/liblab.png differ
index d647a8df4d5d544283e6dcd51104693ed78c4486..229cbca719ec144a5bbd325d8fc3e34762ce2b4c 100644 (file)
         <img class="sponsor-image" src="/img/sponsors/fine-banner.png" />
       </a>
     </div>
+    <div class="item">
+      <a title="liblab - Generate SDKs from FastAPI" style="display: block; position: relative;" href="https://liblab.com?utm_source=fastapi" target="_blank">
+        <span class="sponsor-badge">sponsor</span>
+        <img class="sponsor-image" src="/img/sponsors/liblab-banner.png" />
+      </a>
+    </div>
   </div>
 </div>
 {% endblock %}