18 lines
313 B
Markdown
18 lines
313 B
Markdown
|
# 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
|