Skip to content

alexandear/hubtiger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Unofficial Hubtiger API

How to do requests

  1. Install Visual Studio Code with OpenAPI (Swagger) Editor extension.
  2. Open openapi.yaml in Visual Studio code.
  3. Press F1 and run the command OpenAPI: show preview using default renderer; or press Shift + Alt + P (on macOS shift + option + P).
  4. Retrieve token with the POST /Auth/ValidateLogin by entering username and password.
  5. Copy token value and paste it to the Authorize form.
  6. Now you can perform any requests.

Hubtiger API documentation

Examples

Action Hubtiger App Hubtiger API Request
Sign In Sign In POST /Auth/ValidateLogin
List all bikes App bikes GET /Athlete/Bikes
List bike rides App bike rides GET /Athlete/Bike/{bikeId}

About

Unofficial Hubtiger API

Resources

License

Stars

Watchers

Forks