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/11/20 09:08:40 UTC

[GitHub] [apisix-website] SkyeYoung commented on a diff in pull request #1416: blog: Add A poor man API post

SkyeYoung commented on code in PR #1416:
URL: https://github.com/apache/apisix-website/pull/1416#discussion_r1027252613


##########
blog/en/blog/2022/11/23/poor-man-api.md:
##########
@@ -0,0 +1,364 @@
+---
+title: A poor man's API
+authors:
+  - name: Nicolas Fränkel
+    title: Author
+    url: https://github.com/nfrankel
+    image_url: https://avatars.githubusercontent.com/u/752258
+keywords:
+  - API
+  - PostgreSQL
+  - PostgREST
+  - no code
+  - MVP
+description: Creating a full-fledged API requires resources, both time and money. You need to think about the model, the design, the REST principles, etc., without writing a single line of code. Most of the time, you don't know whether it's worth it: you'd like to offer a Minimum Viable Product and iterate from there. I want to show how you can achieve it without writing a single line of code.

Review Comment:
   ```suggestion
   description: "Creating a full-fledged API requires resources, both time and money. You need to think about the model, the design, the REST principles, etc., without writing a single line of code. Most of the time, you don't know whether it's worth it: you'd like to offer a Minimum Viable Product and iterate from there. I want to show how you can achieve it without writing a single line of code."
   ```



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