We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
GET /parking/:plate [ { id: 42, time: '25 minutes', paid: true, left: false } ]
Observando o exemplo acima, o id precisa ser obrigatoriamente um int como no exemplo?
The text was updated successfully, but these errors were encountered:
GET /parking/:plate [ { id: 42, time: '25 minutes', paid: true, left: false } ] Observando o exemplo acima, o id precisa ser obrigatoriamente um int como no exemplo?
Não é obrigatório @dminatto. Pode ser como int sim, mas caso queira fazer de outra maneira, não tem problema. Faça como achar melhor.
int
Sorry, something went wrong.
No branches or pull requests
Observando o exemplo acima, o id precisa ser obrigatoriamente um int como no exemplo?
The text was updated successfully, but these errors were encountered: