Skip to content

Commit

Permalink
Update SDK READMEs for v1 announcement (#3175)
Browse files Browse the repository at this point in the history
- **Documentation**
- Updated README.md for C#, Go, Java, JavaScript, and Python SDKs to
announce the launch of version 1 of the managed rate limiting service.
- Added links to the launch blog post, Product Hunt, and Discord for
feedback and support across all SDKs.
- Changed titles to emphasize "Rate Limiting for [Language]
Applications," shifting focus from the SDKs to the rate limiting service
functionality.
  • Loading branch information
hdkshingala committed Jan 30, 2024
1 parent 7f51b8a commit a944906
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 6 deletions.
8 changes: 7 additions & 1 deletion sdks/aperture-csharp/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<p align="center">
🚀 <b></b>Just launched v1 of <a href="https://blog.fluxninja.com/blog/aperture-v1-launch-2024/">managed rate limiting service</a></b>
<br/>Support us with your feedback and questions on <a href="https://www.producthunt.com/posts/fluxninja-aperture">Product Hunt</a> or <a href="https://discord.gg/U3N3fCZEPm">Discord</a>
<br/>
</p>

<p align="center">
<img src="https://github.com/fluxninja/aperture/raw/main/docs/content/assets/img/aperture_logo.png" alt="FluxNinja Aperture" width="75%">
<br/>
Expand All @@ -12,7 +18,7 @@
</a>
</p>

# C# SDK for FluxNinja Aperture
# Rate Limiting for C# Applications

The `aperture-csharp` SDK provides an easy way to integrate your .NET
applications with [FluxNinja Aperture](https://github.com/fluxninja/aperture).
Expand Down
10 changes: 8 additions & 2 deletions sdks/aperture-go/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Go SDK for FluxNinja Aperture
<p align="center">
🚀 <b></b>Just launched v1 of <a href="https://blog.fluxninja.com/blog/aperture-v1-launch-2024/">managed rate limiting service</a></b>
<br/>Support us with your feedback and questions on <a href="https://www.producthunt.com/posts/fluxninja-aperture">Product Hunt</a> or <a href="https://discord.gg/U3N3fCZEPm">Discord</a>
<br/>
</p>

The `aperture-go` SDK provides an easy way to integrate your go applications
# Rate Limiting for Golang Applications

The `aperture-go` SDK provides an easy way to integrate your Golang Applications
with [FluxNinja Aperture](https://github.com/fluxninja/aperture). It allows flow
control functionality on fine-grained features inside service code.

Expand Down
8 changes: 7 additions & 1 deletion sdks/aperture-java/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<p align="center">
🚀 <b></b>Just launched v1 of <a href="https://blog.fluxninja.com/blog/aperture-v1-launch-2024/">managed rate limiting service</a></b>
<br/>Support us with your feedback and questions on <a href="https://www.producthunt.com/posts/fluxninja-aperture">Product Hunt</a> or <a href="https://discord.gg/U3N3fCZEPm">Discord</a>
<br/>
</p>

<p align="center">
<img src="https://github.com/fluxninja/aperture/raw/main/docs/content/assets/img/aperture_logo.png" alt="FluxNinja Aperture" width="75%">
<br/>
Expand All @@ -15,7 +21,7 @@
</a>
</p>

# Java SDK for FluxNinja Aperture
# Rate Limiting for Java Applications

The `aperture-java` SDK provides an easy way to integrate your Java applications
with [FluxNinja Aperture](https://github.com/fluxninja/aperture). It allows flow
Expand Down
8 changes: 7 additions & 1 deletion sdks/aperture-js/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<p align="center">
🚀 <b></b>Just launched v1 of <a href="https://blog.fluxninja.com/blog/aperture-v1-launch-2024/">managed rate limiting service</a></b>
<br/>Support us with your feedback and questions on <a href="https://www.producthunt.com/posts/fluxninja-aperture">Product Hunt</a> or <a href="https://discord.gg/U3N3fCZEPm">Discord</a>
<br/>
</p>

<p align="center">
<img src="https://github.com/fluxninja/aperture/raw/main/docs/content/assets/img/aperture_logo.png" alt="FluxNinja Aperture" width="75%">
<br/>
Expand All @@ -12,7 +18,7 @@
</a>
</p>

# JavaScript SDK for FluxNinja Aperture
# Rate Limiting for JavaScript Applications

The `aperture-js` SDK provides an easy way to integrate your JavaScript
applications with [FluxNinja Aperture](https://github.com/fluxninja/aperture).
Expand Down
8 changes: 7 additions & 1 deletion sdks/aperture-py/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<p align="center">
🚀 <b></b>Just launched v1 of <a href="https://blog.fluxninja.com/blog/aperture-v1-launch-2024/">managed rate limiting service</a></b>
<br/>Support us with your feedback and questions on <a href="https://www.producthunt.com/posts/fluxninja-aperture">Product Hunt</a> or <a href="https://discord.gg/U3N3fCZEPm">Discord</a>
<br/>
</p>

<p align="center">
<img src="https://github.com/fluxninja/aperture/raw/main/docs/content/assets/img/aperture_logo.png" alt="FluxNinja Aperture" width="75%">
<br/>
Expand All @@ -9,7 +15,7 @@
</a>
</p>

# Python SDK for FluxNinja Aperture
# Rate Limiting for Python Applications

The `aperture-py` SDK provides an easy way to integrate your Python applications
with [FluxNinja Aperture](https://github.com/fluxninja/aperture). It allows flow
Expand Down

0 comments on commit a944906

Please sign in to comment.