Skip to content

Commit

Permalink
Merge pull request #79 from connectedcars/booking-autofill-gif
Browse files Browse the repository at this point in the history
Adds booking autofill and vehicle lookup GIF to integration docs
  • Loading branch information
mex authored Jan 16, 2024
2 parents 40e37f3 + edd1477 commit eedf31b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
Binary file added integrations/booking-autofill-demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions integrations/booking-autofill.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ The booking links can be populated with various variables (see screenshot below)

_Screenshot of booking autofill variables_
![Booking autofill variables](./booking-autofill-variables-screenshot.png)

## Demo
![Booking autofill demo](./booking-autofill-demo.gif)
6 changes: 3 additions & 3 deletions integrations/news-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ The endpoint should be available via HTTPS and can require authentication via a

Once the endpoint is ready, provide Connected Cars with the details. Connected Cars will then implement the prefill based on the provided endpoint.

_News feed in app_
![App demo](./news-videos-feed.gif)

## Field descriptions
| Key | Type | Example | Notes |
|:--------------|:-----------------------------------------|:----------------------------------------------------|:---------------------------------------------------|
Expand Down Expand Up @@ -56,3 +53,6 @@ X-Api-Key: some-api-key
}
]
```

## Demo
![News feed demo](./news-videos-feed.gif)
Binary file added integrations/vehicle-lookup-demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions integrations/vehicle-lookup.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,6 @@ X-Api-Key: some-api-key
"fuelTankSizeInLiters": 60
}
```

## Demo
![Vehicle lookup demo](./vehicle-lookup-demo.gif)
6 changes: 3 additions & 3 deletions integrations/videos-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ The endpoint should be available via HTTPS and can require authentication via a

Once the endpoint is ready, provide Connected Cars with the details. Connected Cars will then implement the prefill based on the provided endpoint.

_Video feed in app_
![App demo](./news-videos-feed.gif)

## Field descriptions
| Key | Type | Example | Notes |
|:--------------|:-----------------------------------------|:----------------------------------------------------|:---------------------------------------------------|
Expand Down Expand Up @@ -73,3 +70,6 @@ X-Api-Key: some-api-key
}
]
```

## Demo
![Video feed demo](./news-videos-feed.gif)

0 comments on commit eedf31b

Please sign in to comment.