Add README
This commit is contained in:
parent
e5725582a8
commit
643f388a85
17
README.md
Normal file
17
README.md
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user