From 643f388a8548773012e4443de9d2dc82b77481fe Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Tue, 6 Feb 2018 23:08:25 +0100 Subject: [PATCH] Add README --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ed005b3 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# Taller de API Rest con Flask con VueJS + +## Peticiones + +Instalamos [httpie](https://httpie.org/) + +### GET + +http GET localhost:5000/api/v1/user + +http GET localhost:5000/api/v1/user/1 + +http GET localhost:5000/api/v1/notice + +http GET localhost:5000/api/v1/notice/1 + +http GET localhost:5000/api/v1/notice/1/comments