All URIs are relative to https://www.strava.com/api/v3
Method | HTTP request | Description |
---|---|---|
get_running_race_by_id | Get /running_races/{id} | Get Running Race |
get_running_races | Get /running_races | List Running Races |
::models::RunningRace get_running_race_by_id(ctx, id) Get Running Race
Returns a running race for a given identifier.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
id | i32 | The identifier of the running race. |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Vec<::models::RunningRace> get_running_races(ctx, optional) List Running Races
Returns a list running races based on a set of search criteria.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
year | i32 | Filters the list by a given year. |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]