... | @@ -64,10 +64,30 @@ |
... | @@ -64,10 +64,30 @@ |
|
## User Story #42: Histórias
|
|
## User Story #42: Histórias
|
|
#54: **GET** `historia/listarHistorias`
|
|
#54: **GET** `historia/listarHistorias`
|
|
|
|
|
|
|
|
>>>
|
|
|
|
{"Historia": [{
|
|
|
|
"id": 3,
|
|
|
|
"titulo": "titulobom",
|
|
|
|
"descricao": "el bigodon",
|
|
|
|
"numero": 255222,
|
|
|
|
"linkImg": "linkimg"
|
|
|
|
}]}
|
|
|
|
>>>
|
|
|
|
|
|
#54: **POST** `historia/cadastrarHistoria`
|
|
#54: **POST** `historia/cadastrarHistoria`
|
|
|
|
|
|
#54: **DELETE** `historia/removerHistoria/{id}`
|
|
#54: **DELETE** `historia/removerHistoria/{id}`
|
|
|
|
|
|
#54: **GET** `historia/buscarHistoria/{id}`
|
|
#54: **GET** `historia/buscarHistoria/{id}`
|
|
|
|
>>>
|
|
|
|
{
|
|
|
|
"id": 3,
|
|
|
|
"titulo": "titulobom",
|
|
|
|
"descricao": "el bigodon",
|
|
|
|
"numero": 255222,
|
|
|
|
"linkImg": "linkimg"
|
|
|
|
}
|
|
|
|
>>>
|
|
|
|
|
|
|
|
|
|
#54: **PUT** `historia/atualizarHistoria` |
|
#54: **PUT** `historia/atualizarHistoria` |
|
|
|
\ No newline at end of file |