You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
531 B
Go
11 lines
531 B
Go
package common
|
|
|
|
const (
|
|
UrlLocationsHubV1 = "https://consumer-api.goflink.com/v1/locations/hub" // locations/hub?lat=52.1303067&long=11.6097666
|
|
|
|
ConsumerDiscoveryBackendUrl = "https://api.goflink.com/consumer-backend/discovery/v2/"
|
|
UrlDiscoverV2 = "https://api.goflink.com/consumer-backend/discovery/v2/categories"
|
|
UrlDiscoverV2Specific = "https://api.goflink.com/consumer-backend/discovery/v2/categories/%s"
|
|
UrlDiscoverV3Product = "https://api.goflink.com/consumer-backend/discovery/v3/products"
|
|
)
|