Wilson Mendes
@willmendesneto
Google Developer Expert Web technologies
/v1/listings/123
/v1/agency/123
/v1/agents/123
...
m.domain.com.au
microservices, microframeworks, micro-whatever
/v1/listings/123
reads
write
write
write
/v1/listings/123
reads
write
write
write
// GET listings/1234
{
"location": [...]
}
// GET listings/1234
{
"location": [...],
"listing": {...}
}
Wilson Mendes
@willmendesneto
Google Developer Expert Web technologies