We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
REST para registrar positivado
The text was updated successfully, but these errors were encountered:
POST (Envia histórico para registro)
coronga.com.br/checkpoint/{id}
Sorry, something went wrong.
O POST envia o id do usuário que deverá ser um hash gerado a partir do CPF e data de nascimento do usuário.
Os dados que devem ser enviados são os dados do checkpoint: { latitude: string longitude: string timestamp: string }
Para salver um Checkpoint consumir o serviço:
POST https://hxf2nx257b.execute-api.sa-east-1.amazonaws.com/prod/checkpoint com header: "Content-Type":"application/json"" e body em JSON: { "id":"12345", "latitude":"-33.1234", "longitude":"-32.1234", "timestamp":"1234567890" }
Massa @Abreums. Estou enviando os arquivos que estou trabalhando na branch frontend. Estou usando o GatsbyJS para desenvolver e gerar o webapp.
Arruma uns 30min... pra eu te mostrar como funciona na AWS. Apanhei para aprender.
Abreums
No branches or pull requests
REST para registrar positivado
The text was updated successfully, but these errors were encountered: