You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/12/02 03:40:11 UTC

[GitHub] [apisix-website] SylviaBABY commented on a diff in pull request #1429: docs:add a translation blog

SylviaBABY commented on code in PR #1429:
URL: https://github.com/apache/apisix-website/pull/1429#discussion_r1037758628


##########
blog/zh/blog/2022/12/a-poor-man‘s-api.md:
##########
@@ -0,0 +1,321 @@
+---
+title: "译文 | A poor man's API"
+authors:
+  - name: "Nicolas Fränkel"
+    title: "Author"
+    url: "https://github.com/nfrankel"
+    image_url: "https://github.com/nfrankel.png"
+  - name: "苏钰"
+    title: "Technical Writer"
+    url: "https://github.com/SylviaBABY"
+    image_url: "https://avatars.githubusercontent.com/u/39793568?v=4"
+keywords: 
+- APISIX
+- API
+- REST API
+- 开源
+- PostgREST
+description: 在 API 日渐流行的年代,越来越多的非技术人员也希望能从 API 的使用中获利,而创建一套成熟的 API 方案需要时间成本和金钱两方面的资源加持。在这个过程中,你需要考虑模型、设计、REST 原则等,而不仅仅是编写一行代码。如何打造一个具有高性价比且能持续迭代的产品,成为越来越多技术团队的目标。本文将展示如何在不编写任何代码的情况下,简单实现一个 API 实践。
+tags: [Ecosystem]
+---
+
+> 在 API 日渐流行的年代,越来越多的非技术人员也希望能从 API 的使用中获利,而创建一套成熟的 API 方案需要时间成本和金钱两方面的资源加持。在这个过程中,你需要考虑模型、设计、REST 原则等,而不仅仅是编写一行代码。如何打造一个具有高性价比且能持续迭代的产品,成为越来越多技术团队的目标。本文将展示如何在不编写任何代码的情况下,简单实现一个 API 实践。

Review Comment:
   ```suggestion
   > 在 API 日渐流行的年代,越来越多的非技术人员也希望能从 API 的使用中获利。本文将展示如何在不编写任何代码的情况下,简单实现一个 API 实践。
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org