Display eBikes (BES2)
In the previous post we implemented a user authentication via *eBike Connect. Now that the user can log in let’s load their eBikes via the eBike Profile API (eBike System 2) and display them. To do so we need to
- add an eBike profile service to fetch the eBike profiles of the logged-in user
- add mock data for local development
- add a separate eBikes page to display the eBike profiles as a list
Note that in contrast to the eBike Profile API (Smart System) and eBike has no ID to distinguish it from others.

In the next post we will display the details of an eBike.