()
| 279 | } |
| 280 | |
| 281 | func (c *ServerConfig) GetV1GraphqlEndpoint() string { |
| 282 | nurl := *c.ParsedEndpoint |
| 283 | nurl.Path = path.Join(nurl.Path, c.APIPaths.GraphQL) |
| 284 | return nurl.String() |
| 285 | } |
| 286 | |
| 287 | // GetQueryEndpoint provides the url to contact the query API |
| 288 | func (c *ServerConfig) GetV1MetadataEndpoint() string { |