From 76b8d7b5ebe2edf65283ee312d8c8ef7b3861f7d Mon Sep 17 00:00:00 2001 From: Adrian Machado Date: Mon, 19 Aug 2024 16:44:20 -0700 Subject: [PATCH 1/2] Create API Management Section API development and management tooling is seeing a lot of growth in the hobbyist and startup scene. Creating a section to collect tools here --- pages/api-management.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 pages/api-management.md diff --git a/pages/api-management.md b/pages/api-management.md new file mode 100644 index 0000000..6a5e455 --- /dev/null +++ b/pages/api-management.md @@ -0,0 +1,17 @@ +# API Management + + + +- [Zuplo](#zuplo) + + + +## Zuplo + +[Pricing page](https://zuplo.com/pricing) + +- *Free tier*: 100K requests/month, 1GB egress/month, unlimited environment, developer portal +- *Pros*: Fast way to build an API and manage it through github, developer portal autogenerates documentation for the API, API performance is fast +- *Limitations*: Free tier adds small Zuplo logo to developer portals +- *Exceeding the free tier*: service continues to work and a sale representative contacts the user +- *Credit card required*: No From 0c3b4c8d370c1728117640fe1f369f5a3a4e83e5 Mon Sep 17 00:00:00 2001 From: Adrian Machado Date: Mon, 19 Aug 2024 16:47:25 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c3ccd36..ef3148c 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ The goal is to have enough details about each free tier so developers can choose - [**Alerting and Paging**](pages/alerting-and-paging.md) - [PagerDuty](pages/alerting-and-paging.md/#pagerduty) - [OpsGenie](pages/alerting-and-paging.md/#opsgenie) +- [**API management**](pages/api-management.md) + - [Zuplo](pages/api-management.md/#zuplo) - [**App hosting**](pages/app-hosting.md) - [Alwaysdata](pages/app-hosting.md#alwaysdata) - [AWS EC2](pages/app-hosting.md#aws-ec2)