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
REST para chamar Lambda de testar match
The text was updated successfully, but these errors were encountered:
GET busca se o registro existe na base considerando uma proximada de localização e timestamp.
GET coronga.com.br/checkpoint?latitude=LATITUDE&longitude=LONGITUDE×tamp=TIMESTAMP
Sorry, something went wrong.
PARA TESTAR se o histórico de pontos bate com a base do coronga-Tracker é preciso chamar o serviço:
POST https://hxf2nx257b.execute-api.sa-east-1.amazonaws.com/prod/history com header: "Content-Type":"application/json"" e body em JSON: { "id":"12345", "latitude":"-33.1234", "longitude":"-32.1234", "timestamp":"1234567890" }
PARA TESTAR se o histórico de pontos bate com a base do coronga-Tracker é preciso chamar o serviço: POST https://hxf2nx257b.execute-api.sa-east-1.amazonaws.com/prod/history com header: "Content-Type":"application/json"" e body em JSON: { "id":"12345", "latitude":"-33.1234", "longitude":"-32.1234", "timestamp":"1234567890" }
@Abreums o body seria um Array, correto?
Abreums
No branches or pull requests
REST para chamar Lambda de testar match
The text was updated successfully, but these errors were encountered: