action lyft_get_eta { label: "Pickup ETAs" description: "The ETA endpoint lets you know how quickly a Lyft driver can come get you\n" provider: lyft method: GET path: "/eta" encoding: json output: { type: "object" additionalProperties: true } }