Path to Bathing Spot API endpoint

path_bathingspot(user_id = -1L, spot_id = -1L, limit = NULL,
  skip = NULL, sep = "/")

Examples

fhpredict:::path_bathingspot()
#> [1] "bathingspots"
fhpredict:::path_bathingspot(spot_id = 3)
#> [1] "bathingspots/3"
fhpredict:::path_bathingspot(user_id = 7)
#> [1] "users/7/bathingspots"
fhpredict:::path_bathingspot(user_id = 22, spot_id = 33)
#> [1] "users/22/bathingspots/33"