Upgrade gen
This commit is contained in:
@@ -77,7 +77,8 @@ module PureGymApi =
|
||||
System.Uri (
|
||||
client.BaseAddress,
|
||||
System.Uri (
|
||||
"v1/gyms/{gym_id}/attendance".Replace ("{gym_id}", gymId.ToString ()),
|
||||
"v1/gyms/{gym_id}/attendance"
|
||||
.Replace ("{gym_id}", gymId.ToString () |> System.Web.HttpUtility.UrlEncode),
|
||||
System.UriKind.Relative
|
||||
)
|
||||
)
|
||||
@@ -108,7 +109,8 @@ module PureGymApi =
|
||||
System.Uri (
|
||||
client.BaseAddress,
|
||||
System.Uri (
|
||||
"v1/gyms/{gym_id}".Replace ("{gym_id}", gymId.ToString ()),
|
||||
"v1/gyms/{gym_id}"
|
||||
.Replace ("{gym_id}", gymId.ToString () |> System.Web.HttpUtility.UrlEncode),
|
||||
System.UriKind.Relative
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user