Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRUD - Pet #3

Open
algobob opened this issue Jun 10, 2019 · 0 comments
Open

CRUD - Pet #3

algobob opened this issue Jun 10, 2019 · 0 comments
Assignees

Comments

@algobob
Copy link

algobob commented Jun 10, 2019

Adicionar pet com as seguintes informacoes:

  • nome
  • raca
  • genero
  • foto
  • características especiais do pet
  • onde foi visto pela última vez

o endpoint seguira o padrao REST

POST /pets

Deverá ser um endpoint POST, que recebera esse dados em json via body. A resposta retornada devera seguir o padrao Standard JSON API:

{ "success": true, "message": "Pet added successfully", "data": { "pet": { "id": 1, "name": "pet name", "breed": "pet breed", "gender": "pet gender", "age": 12 } } }

@myllenaalves myllenaalves changed the title Adicionar pet CRUD Pet Oct 6, 2020
@myllenaalves myllenaalves changed the title CRUD Pet CRUD - Pet Oct 6, 2020
@myllenaalves myllenaalves self-assigned this Nov 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants