Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update SDK READMEs for v1 announcement #3175

Merged
merged 1 commit into from
Jan 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
hdkshingala marked this conversation as resolved.
Show resolved Hide resolved

<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>
hdkshingala marked this conversation as resolved.
Show resolved Hide resolved

<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
Loading