- Install Visual Studio Code with OpenAPI (Swagger) Editor extension.
- Open
openapi.yamlin Visual Studio code. - Press F1 and run the command
OpenAPI: show preview using default renderer; or pressShift + Alt + P(on macOSshift + option + P). - Retrieve token with the
POST /Auth/ValidateLoginby entering username and password. - Copy
tokenvalue and paste it to theAuthorizeform. - Now you can perform any requests.
| Action | Hubtiger App | Hubtiger API Request |
|---|---|---|
| Sign In | ![]() |
POST /Auth/ValidateLogin |
| List all bikes | ![]() |
GET /Athlete/Bikes |
| List bike rides | ![]() |
GET /Athlete/Bike/{bikeId} |



