added

Site Address in List Projects API

List Projects API endpoint returns the site address now. If you want to avoid creating duplicate projects for the same site address in Aurora, you can do so with List Projects API.

{
  "projects": [
    {
      "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "name": "The Wilson family's house",
      "address": "434 Brannan St, San Francisco, CA, 94107"
    }
  ]
}