Wilson Mendes
@willmendesneto
Google Developer Expert Web technologies
POST /v1/metrics
reads
write
write
write
// GET api/endpoint/1234
{
"location": [...],
}
type ApiEndpointResponse = {
location?: Array<...>;
listing?: {
[k: string]: | string
| boolean
| number;
}
};
// GET api/endpoint/1234
{
"location": [...],
"listing": {...}
}
Nora Jones, Chaos Engineering Lead Slack
Wilson Mendes
@willmendesneto
Google Developer Expert Web technologies