From 7ce8aa291c37810aa8c942806320ebc32ed10b0a Mon Sep 17 00:00:00 2001 From: Daniel Barnes <31489642+danielbarnes175@users.noreply.github.com> Date: Thu, 11 Oct 2018 21:12:24 -0500 Subject: [PATCH 1/2] Add api tutorial from issue #267 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7719c7a..30c210a 100644 --- a/README.md +++ b/README.md @@ -370,6 +370,7 @@ * [**Python**: _Web application from scratch_](https://defn.io/2018/02/25/web-app-from-scratch-01/) * [**Python**: _Building a basic HTTP Server from scratch in Python_](http://joaoventura.net/blog/2017/python-webserver/) * [**Ruby**: _Building a simple websockets server from scratch in Ruby_](http://blog.honeybadger.io/building-a-simple-websockets-server-from-scratch-in-ruby/) +* [**Python**: _Implementing a RESTful Web API with Python & Flask_](http://blog.luisrei.com/articles/flaskrest.html) #### Uncategorized From 3b82ddfc8fb307570ac5bcf043ee575635879f5d Mon Sep 17 00:00:00 2001 From: Daniel Barnes <31489642+danielbarnes175@users.noreply.github.com> Date: Thu, 11 Oct 2018 21:14:10 -0500 Subject: [PATCH 2/2] Fixed formatting to group languages --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 30c210a..085bac8 100644 --- a/README.md +++ b/README.md @@ -369,8 +369,9 @@ * [**Python**: _Let’s Build A Web Server._](https://ruslanspivak.com/lsbaws-part1/) * [**Python**: _Web application from scratch_](https://defn.io/2018/02/25/web-app-from-scratch-01/) * [**Python**: _Building a basic HTTP Server from scratch in Python_](http://joaoventura.net/blog/2017/python-webserver/) -* [**Ruby**: _Building a simple websockets server from scratch in Ruby_](http://blog.honeybadger.io/building-a-simple-websockets-server-from-scratch-in-ruby/) * [**Python**: _Implementing a RESTful Web API with Python & Flask_](http://blog.luisrei.com/articles/flaskrest.html) +* [**Ruby**: _Building a simple websockets server from scratch in Ruby_](http://blog.honeybadger.io/building-a-simple-websockets-server-from-scratch-in-ruby/) + #### Uncategorized